nvue页面使用align-self属性报警告,实际上是可以用的。能不能去掉警告,因为此属性weex也是支持的。
13:42:09.248 编译器版本:2.6.1(v3)详见:https://ask.dcloud.net.cn/article/36599。
13:42:09.256 请注意运行模式下,因日志输出、sourcemap以及未压缩源码等原因,性能和包体积,均不及发行模式。
13:42:09.256 正在编译中...
13:42:13.910 nvue中不支持如下css。如全局或公共样式受影响,建议将告警样式写在ifndef APP-PLUS-NVUE的条件编译中,详情如下:
13:42:13.920 WARNING: align-self
is not a standard property name (may not be supported) at pages/beforeLogin/RegisterPage.nvue:179
13:42:13.921 WARNING: align-self
is not a standard property name (may not be supported) at pages/beforeLogin/RegisterPage.nvue:205
13:42:13.930 WARNING: align-self
is not a standard property name (may not be supported) at pages/beforeLogin/RegisterPage.nvue:217
13:42:16.238 DONE Build complete. Watching for changes...
13:42:16.238 项目 'mobileApp' 编译成功。
13:42:16.536 正在建立手机连接...
13:42:16.545 手机端调试基座版本号为9.6.76,版本号相同,跳过基座更新
2 个回复
DCloud_UNI_GSQ
警告来自weex官方编译器,说明这些实现的并非完美,兼容性可能存在问题。may not be supported
4***@qq.com
我也遇到 看到有效果没管