update 布局

This commit is contained in:
赵霄
2023-11-29 20:21:25 +08:00
parent 5ef2186398
commit 743d7f236b
4 changed files with 41 additions and 25 deletions
+26 -1
View File
@@ -78,5 +78,30 @@ export default {
}
</script>
<style lang="less">
<style scoped lang="less">
.van-nav-bar__content {
height: 0.88rem;
}
/deep/ .van-nav-bar__left, /deep/ .van-nav-bar__right, /deep/ .van-nav-bar__arrow {
font-size: 0.36rem;
}
@font-color: #34383F;
/deep/ .van-nav-bar {
background-color: #FFFFFF;
.van-nav-bar__title {
color: @font-color;
font-size: 0.36rem;
}
.van-nav-bar__text {
color: @font-color;
}
.van-icon {
color: @font-color;
}
}
</style>