Commit baf15977 authored by 李纪文's avatar 李纪文

fix: 表格组件样式修改

parent 5b83d814
......@@ -28,7 +28,11 @@
.@{ant-prefix}-table-thead > tr > th {
font-weight: 600;
background: white;
border-bottom: 2px solid #dbe7fb;
border-bottom: 1px solid #dbe7fb !important;
}
.@{ant-prefix}-table-body {
border-top: 1px solid #dbe7fb;
}
.@{ant-prefix}-table-thead > tr > th .@{ant-prefix}-table-column-sorters {
......@@ -163,6 +167,10 @@
border-left: 1px solid #dbe7fb;
}
.@{ant-prefix}-table.@{ant-prefix}-table-bordered .@{ant-prefix}-table-header {
border-right: 1px solid #dbe7fb;
}
.@{ant-prefix}-table-cell-scrollbar {
border-left: 0px;
box-shadow: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment