入库功能重写

This commit is contained in:
蔡玲
2024-10-24 16:51:49 +08:00
parent cf0b1d07a7
commit 6a97b7fb54
7 changed files with 761 additions and 6 deletions

View File

@@ -184,6 +184,10 @@ uni-toast .uni-toast {
border-bottom: 1px solid #9fd3ff;
white-space: nowrap;
}
.grid-table .fontcol1 {
color: #58e9ff;
font-weight: 700;
}
.grid-table th:first-child, .grid-table td:first-child {
position: sticky;
left: 0;
@@ -354,7 +358,13 @@ uni-toast .uni-toast {
.zd-checkbox {
width: 18px;
height: 18px;
background: center / 100% 100% url(./static/images/icon-check1.png) no-repeat;
background-color: rgba(255, 255, 255, 20%);
border: 1px solid #fff;
/* background: center / 100% 100% url(./static/images/icon-check1.png) no-repeat; */
}
.zd-checkbox_i {
border: 1px solid #ffffff;
background: rgba(255, 255, 255, 1);
}
.zd-checkbox_active {
background: center / 100% 100% url(./static/images/icon-check2.png) no-repeat;

View File

@@ -51,6 +51,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
text-overflow: ellipsis;
white-space: nowrap;
}
.underline {
text-decoration: underline;
}
.flexcol {
flex-direction: column;
}