缓存线盘点

This commit is contained in:
2023-03-29 11:26:08 +08:00
parent 2cd3517298
commit 0aba260ab5
11 changed files with 376 additions and 66 deletions

View File

@@ -37,6 +37,9 @@ uni-button:after {
width: 48%;
margin-top: 15px;
}
.search-item-btns {
justify-content: flex-end;
}
.search-label{
width: 70px;
height: 35px;
@@ -77,8 +80,13 @@ uni-button:after {
border: 1px solid #d1d1d1;
border-radius: 4px;
text-indent: 10px;
}
.search-input-l .uni-input-input {
padding-right: 10px;
}
.search-input-l .uni-input-input:disabled {
background-color: #e1e1e1;
}
.confirm-button-wrap{
display: flex;
justify-content: flex-end;
@@ -95,6 +103,9 @@ uni-button:after {
color: #fff;
line-height: 35px;
}
.confirm-button_disabled {
background-color: #c9c9c9;
}
.grid-wrap{
width: 100%;
height: calc(100% - 187px); /** 42+ 15*5+ 35*2 */
@@ -136,13 +147,11 @@ uni-button:after {
padding: 0 5px;
}
.status-wrap {
width: 48%;
width: 100%;
height: 35px;
padding: 0 15px;
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
}
.status-item {
display: flex;
@@ -173,18 +182,22 @@ uni-button:after {
background-color: #ff6a00;
}
.material-wrap {
width: calc(100% - 30px);
height: calc(100% - 152px);/** 42+15*5+35 */
margin: 15px auto;
padding: 15px 15px 0 15px;
background-color: #fff;
border-radius: 12px;
}
.material-item-wrap {
width: 100%;
height: calc(100% - 50px);
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
width: calc(100% - 30px);
height: calc(100% - 152px);/** 42+15*5+35 */
margin: 15px auto;
padding: 15px 15px 0 15px;
overflow-y: auto;
background-color: #fff;
border-radius: 12px;
}
.material-item {
width: 8.2%;