修改设备工单
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
/* 横向滚动条 */
|
||||
.horizontalScrollView ::-webkit-scrollbar{
|
||||
display: none;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/* 检索部分 */
|
||||
.columnFlex{
|
||||
width: 100%;
|
||||
@ -76,3 +83,11 @@
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* picker 下啦选择 */
|
||||
.pickerBom{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
Reference in New Issue
Block a user