需求修改

This commit is contained in:
2024-06-06 18:26:25 +08:00
parent 371736a109
commit 1493f62889
7 changed files with 344 additions and 115 deletions

View File

@@ -524,6 +524,9 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
height: 40px;
font-size: 12px;
}
.popChecked .zd-pop-td {
background-color: RGBA(23, 123, 172, 1);
}
.pop-input {
width: 100%;
height: 28px;

View File

@@ -150,6 +150,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.mgl10 {
margin-left: 10px;
}
.mgl52 {
margin-left: 52px;
}
.mgr5 {
margin-right: 5px;
}