flat: 优化语音

This commit is contained in:
史典卓
2025-04-16 14:24:06 +08:00
parent 0d2b8ae65f
commit 446b48ef6d
28 changed files with 1059 additions and 264 deletions

View File

@@ -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>