修改设备工单

This commit is contained in:
2024-04-30 16:08:07 +08:00
parent 2b8797a1ac
commit 162ef0ef26
23 changed files with 1629 additions and 363 deletions

View File

@ -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;
}