二次确认

This commit is contained in:
2025-06-30 17:13:34 +08:00
parent f368f15a99
commit 20378b1b6e
10 changed files with 131 additions and 63 deletions

View File

@@ -167,6 +167,11 @@ uni-button:after {
// text-align-last: justify;
// text-justify: inter-ideograph;/*ie*/
}
.is-required .filter_label:after {
content: "*";
color: #D7592F;
margin-left: 4px;
}
.filter_label_1 {
line-height: 30rpx;
}
@@ -452,6 +457,10 @@ uni-button[size=mini] {
.uni-select__selector {
z-index: 300 !important;
}
.uni-select {
height: 80rpx !important;
border-color: #dcdfe6 !important;
}
/** */
.popshow {