表格滚动样式
This commit is contained in:
@@ -70,4 +70,17 @@
|
||||
.ant-table-thead > tr > th{
|
||||
background-color: #00152B!important;
|
||||
color: #ffffff!important;
|
||||
}
|
||||
.ant-table-cell-scrollbar{
|
||||
box-shadow: none!important;
|
||||
}
|
||||
/*
|
||||
表格滚动条
|
||||
*/
|
||||
.ant-table-body::-webkit-scrollbar-thumb {
|
||||
border: 4px solid rgba(0, 0, 0, 0);
|
||||
height: 6px;
|
||||
border-radius: 25px;
|
||||
background-clip: padding-box;
|
||||
background-color: rgba(30, 115, 194, 0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user