提交 0272bf1c 编写于 作者: W wanganxp

恢复z-index的注意事项

上级 21475c6b
......@@ -13,4 +13,8 @@
<!-- CSSJSON.z-index.compatibility -->
### bug&tips
- 在App端仅对同级的兄弟元素之间支持 z-index 来调节,同级元素中 z-index 较大的元素会覆盖较小的元素在上层进行显示,没有设置 z-index 值时,同级元素中写在后面的元素覆盖写在前面的元素。
- App 平台 list-view 的子组件 list-item 有复用优化机制,list-item 组件不支持 z-index 属性
<!-- CSSJSON.z-index.reference -->
\ No newline at end of file
......@@ -43,7 +43,9 @@ uni-app x 开发App时,输出的是纯原生的App(Android上就是kotlin的
这2个uts插件,一个是api插件,一个是组件插件,它们同时兼容uni-app和uni-app x。
本文是 uts 的基本语法介绍。如想了解 uni-app 下如何开发 uts插件,另见文档[https://uniapp.dcloud.net.cn/plugin/uts-plugin.html](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html)
本文是 uts 的基本语法介绍。
- 想了解 uni-app 下如何开发 uts插件,另见文档[https://uniapp.dcloud.net.cn/plugin/uts-plugin.html](https://uniapp.dcloud.net.cn/plugin/uts-plugin.html)
- 想了解 uni-app x,另见文档[https://uniapp.dcloud.net.cn/uni-app-x/](https://uniapp.dcloud.net.cn/uni-app-x/)
## 类型声明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册