提交 323b550f 编写于 作者: A Anne_LXM

Update uni-navbar-lite.uvue

上级 cb44e508
......@@ -64,13 +64,10 @@
this.statusBarHeight = statusBarHeight;
},
mounted() {
// TODO 暂时加定时器,否则不生效
setTimeout(() => {
uni.setNavigationBarColor({
frontColor: "#000000",
backgroundColor: "#ffffff",
});
}, 100);
uni.setNavigationBarColor({
frontColor: "#000000",
backgroundColor: "#ffffff",
});
},
methods: {
back() {
......@@ -83,14 +80,13 @@
<style>
.uni-icons {
font-family: "UniIconsFontFamily" !important;
font-size: 22px;
font-size: 26px;
font-style: normal;
color: #333;
}
.uni-navbar {
border: 1px #eee solid;
background-color: #ffffff;
background-color: #fff;
}
.uni-navbar-inner {
......@@ -103,8 +99,8 @@
.left-content,
.right-content {
justify-content: center;
align-items: center;
width: 66px;
align-items: center;
width: 18%;
height: 100%;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册