这一版本优化了很多

This commit is contained in:
王利强
2026-06-03 10:16:37 +08:00
parent 8046316216
commit 2af9f1fd59
954 changed files with 58194 additions and 1609 deletions

View File

@@ -128,6 +128,10 @@
border: none;
}
.popup-content.data-v-06d9f81b {
position: relative;
z-index: 99;
transform: translateZ(0);
-webkit-transform: translateZ(0);
width: 600rpx;
background: #fff;
border-radius: 20rpx;
@@ -150,6 +154,10 @@
line-height: 1;
}
.popup-body.data-v-06d9f81b {
position: relative;
z-index: 100;
transform: translateZ(0);
-webkit-transform: translateZ(0);
padding: 30rpx;
max-height: 700rpx;
overflow-y: auto;
@@ -183,6 +191,8 @@
height: 90rpx;
line-height: 90rpx;
border-radius: 0;
margin: 0;
padding: 0;
font-size: 30rpx;
}
.popup-footer button.data-v-06d9f81b::after {