需求修改

This commit is contained in:
2024-06-07 10:08:09 +08:00
parent 1493f62889
commit 4294336caa
8 changed files with 347 additions and 129 deletions

View File

@@ -214,6 +214,12 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
border: 1px solid #889dc7;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
}
.td_input_1 {
font-size: 12px;
line-height: 28px;
width: 80px;
height: 28px;
}
.td_change {
font-size: 12px;
line-height: 26px;
@@ -222,6 +228,10 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
border: 1px solid #4980BD;
border-radius: 6px;
}
.td_change_focus {
border: 1px solid #889dc7;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
}
.td_scan_wraper {
min-width: 120px;
}
@@ -521,8 +531,6 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
.zd-pop-td {
background-color: RGBA(23, 123, 172, 0.4);
border-bottom: 1px solid #177BAC;
height: 40px;
font-size: 12px;
}
.popChecked .zd-pop-td {
background-color: RGBA(23, 123, 172, 1);