jdf2e / nutui

京东风格的移动端 Vue 组件库,支持多端小程序(A Vue.js UI Toolkit for Mobile Web)
https://nutui.jd.com
MIT License
6.1k stars 828 forks source link

3.0 组件 input 样式[bug] #473

Closed yang867381349 closed 3 years ago

yang867381349 commented 3 years ago

引入 import NutUI from "@nutui/nutui"; import "@nutui/nutui/dist/style.css";

<nut-input v-model="state.val1" @change="change" @focus="focus" @blur="blur" label="文本" />

A43C7C19-03C9-42CF-A52B-04A450D5F145
yang867381349 commented 3 years ago

本人使用的是
vue-cli4.5.11 vue3.0 element-plus1.0.2-beta.44

yang867381349 commented 3 years ago

@nutui/nutui3.0.0-beta.16

yang867381349 commented 3 years ago

"dependencies": { "@antv/g6": "^4.2.7", "@nutui/nutui": "^3.0.0-beta.14", "amfe-flexible": "^2.2.1", "axios": "^0.21.1", "compression-webpack-plugin": "^5.0.1", "core-js": "^3.6.5", "echarts": "^5.1.1", "element-plus": "^1.0.2-beta.44", "postcss-px2rem": "^0.3.0", "qs": "^6.9.6", "swiper": "^6.5.0", "vue": "^3.0.0", "vue-router": "^4.0.8", "vue3-count-to": "^1.0.9", "vuex": "^4.0.1" },

yang867381349 commented 3 years ago

"devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "^4.5.11", "@vue/cli-plugin-vuex": "^4.5.11", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0-0", "node-sass": "^4.14.1", "sass": "^1.34.0", "sass-loader": "^7.3.1", "style-resources-loader": "^1.4.1", "vue-cli-plugin-style-resources-loader": "~0.1.5" },

hothotaxiao commented 3 years ago

这个问题解决了吗

hothotaxiao commented 3 years ago

我也遇到这个问题,我用的taro+nutUI3, input 样式感觉没有应用过来

szg2008 commented 3 years ago

已修复