Results 20 comments of hminghe

https://github.com/element-plus/element-plus/pull/7743 这个Pull requests可以修复这个BUG。 一个重置的问题你们修来修去也修不好。 头痛冶头,都没有想过代码是怎么样运行的。

IOS版本? 有修改颜色吗? 最好能提供重现代码。

weex compile 应该使用的是命令自带的webpack配置。 所以没有生效!

我了一下文档 , 可以用-c 修改webpack配置 https://weex.apache.org/zh/tools/toolkit.html#%E7%BC%96%E8%AF%91%E9%A1%B5%E9%9D%A2

添加 configs/theme.config.js 文件,内容如下 ``` var path = require('path') module.exports = { resolve: { alias: { './variable.less': '', // 你的variable.less文件!绝对路径 } } } ``` ``` // 运行 weex compile .\src\index.vue build...

> ```js > const path = require('path'); > const helper = require('./helper'); > export const resolve = { > alias: { > './variable.less': helper.resolve('src/theme/') + 'variable.less' > } > };...

IOS版本号是多少?

这个问题要研究一下才能解决。

就是每一项value的值! https://hminghe.github.io/weex-amui/#/packages/am-picker-view/ 你可以看看右边例子value1 和value2的值。