提交 497f4457 作者: 方治民

fix: 修复组件 Bug

上级 366263d5
......@@ -120,11 +120,11 @@
left: 0;
right: 0;
/* #ifndef APP-NVUE */
left: constant(safe-area-inset-left);
/* left: constant(safe-area-inset-left);
left: env(safe-area-inset-left);
right: constant(safe-area-inset-right);
right: env(safe-area-inset-right)
/* #endif */
right: env(safe-area-inset-right) */
/* #endif */
}
.fui-footer__link {
......
......@@ -235,11 +235,8 @@
}
},
watch: {
tabs: {
handler(vals) {
this.initData(vals)
},
deep: true
tabs(vals){
this.initData(vals)
},
current(newVal, oldVal) {
this.switchTab(newVal);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论