element table scroll bars

. 1  / * .tableX scroll bar to be displayed class name * / 
2  / * show horizontal scroll bar * / 
. 3  .tableX-.el Table - Scrollable .el-X-table__body-warpper {
 . 4    padding : 0 0 0 5px ;
 . 5    margin : 0 0 0 5px ;
 . 6    overflow-X : Auto ;
 . 7 }
 . 8  / * scrollbar slider pattern * / 
. 9  .tableX Table .el-.el-table__body-warpper :: - WebKit-Thumb-scrollBar {
 10    background-Color : ! #ccc Important ;
 . 11   RADIUS-border : ! Important 30px ;
 12 is }
 13 is  / * remove the extra shadow fixedly positioned right pixels * / 
14  .tableX .el-right-table__fixed {
 15    height : Calc (100% - 27px) Important! ;
 16 }

 

Guess you like

Origin www.cnblogs.com/lyzw-Y/p/10930442.html