This commit is contained in:
2024-04-25 16:44:44 +08:00
parent c9a901f323
commit 5338136268
2 changed files with 4 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ uni-button:after {
.zd_content {
width: 100%;
height: auto;
padding: calc(var(--status-bar-height) + 108rpx) 15rpx 120rpx 14rpx;
padding: 108rpx 15rpx 120rpx 14rpx;
}
.zd_wrapper {
width: 100%;
@@ -340,7 +340,7 @@ uni-button[disabled]:not([type]) {
bottom: 0;
left: 0;
width: 100%;
height: calc(100% - var(--status-bar-height) - 72rpx);
height: calc(100% - 72rpx);
padding: 14rpx;
background-color: #f6f6f6;
box-shadow: 0 -8px 16px 0 rgba(28,31,33,.1);