解决视频圈打赏弹窗不居中问题

This commit is contained in:
1378012178@qq.com 2025-02-28 16:49:34 +08:00
parent 3a22ec4c07
commit d37ea986c5
1 changed files with 2 additions and 2 deletions

View File

@ -994,8 +994,8 @@
color: #fff; color: #fff;
} }
/deep/.uni-popup__wrapper-box{ /deep/.uni-popup__wrapper-box{
width: 100%; width: 80%;
height: 100%; height: 50%;
} }
.videoHovers image{ .videoHovers image{
width: 100%; width: 100%;