表格滚动样式

This commit is contained in:
zhaotiantian
2023-11-28 10:35:39 +08:00
parent 75d2f7e296
commit 89f69da977
+13
View File
@@ -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);
}