半成品拼盘查询
This commit is contained in:
@@ -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%
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user