半成品拼盘盘点
This commit is contained in:
@@ -28,16 +28,30 @@ uni-button:after {
|
||||
.search-wrap{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
padding: 0 15px;
|
||||
}
|
||||
.search-item{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 48%;
|
||||
width: 32%;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.search-item:nth-child(3n+2) {
|
||||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
.search-item_2 {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
width: 64%;
|
||||
margin-top: 15px;
|
||||
margin-left: 4%;
|
||||
}
|
||||
.flexend {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.search-item-btns {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
@@ -58,7 +72,7 @@ uni-button:after {
|
||||
visibility: hidden;
|
||||
}
|
||||
.filter_input_wraper {
|
||||
width: calc(100% - 100px);
|
||||
width: calc(100% - 85px);
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
}
|
||||
@@ -171,13 +185,13 @@ uni-button:after {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 101;
|
||||
z-index: 50;
|
||||
}
|
||||
.zd_wrapper .grid-table thead tr th {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
z-index: 49;
|
||||
}
|
||||
.status-wrap {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user