这一版本优化了很多
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user