fix: 修改弹窗

This commit is contained in:
LiangWei-P
2025-06-20 15:10:27 +08:00
parent fa745b73c2
commit 2afc95d531
324 changed files with 643 additions and 622 deletions

View File

@@ -251,4 +251,12 @@ wx-swiper .wx-swiper-slide-frame,
.message-input-toolbar-swiper wx-swiper .wx-swiper-wrapper wx-swiper .wx-swiper-slides wx-swiper .wx-swiper-slide-frame .toolbar-item-container-dialog .bottom-popup-uni {
position: -webkit-sticky !important;
position: sticky !important;
}
.barTool {
display: flex;
flex-wrap: wrap;
}
.barTool .barToolItem {
margin-bottom: 10rpx;
width: 25%;
}