入库功能重写
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user