部分页面功能修改

This commit is contained in:
2025-02-20 17:18:48 +08:00
parent 6e96755d18
commit aabb87ec15
6 changed files with 23 additions and 39 deletions

View File

@@ -519,4 +519,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
width 70%
height 4rpx
background-color #fff
}
.del-icon {
right 32px
}

View File

@@ -27,6 +27,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.hide {
display: none;
}