flat: 优化语音
This commit is contained in:
9
App.vue
9
App.vue
@@ -57,14 +57,17 @@ onHide(() => {
|
||||
margin-top: -1rpx;
|
||||
}
|
||||
.uni-tabbar-border {
|
||||
/* background-color: transparent !important; */
|
||||
background-color: #e4e4e4 !important;
|
||||
background-color: transparent !important;
|
||||
/* background-color: #e4e4e4 !important; */
|
||||
}
|
||||
.uni-popup {
|
||||
z-index: 1001 !important;
|
||||
}
|
||||
/* 提升toast层级 */
|
||||
uni-toast,
|
||||
uni-modal,
|
||||
.uni-modal,
|
||||
.uni-mask {
|
||||
z-index: 999;
|
||||
z-index: 998;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user