半成品拼盘查询

This commit is contained in:
2023-06-28 11:13:48 +08:00
parent c4b215eefa
commit 3c8c03c3ab
7 changed files with 155 additions and 22 deletions

View File

@@ -218,6 +218,7 @@ header
background-color #fff
.grid_wraper
_wh(100%, calc(100% - 45px))
border-radius 5px
overflow-y auto
.filter-table
width 100%

View File

@@ -60,20 +60,25 @@ li {
height: 15px;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
height: 15px;
background-color: rgba(125, 125, 125, 0.7);
background-color: rgba(255, 255, 255, .4);
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 15px;
background-color: rgba(125, 125, 125, 0.7);
background-color: rgba(255, 255, 255, .4);
-webkit-border-radius: 6px;
}