fix: Fix table header style
Fix table header style Change-Id: I7bc83f1a5fa9c5684e6384f091ff6db5558c469d
This commit is contained in:
parent
b2e7aaa3d7
commit
625342f178
@ -1,4 +1,4 @@
|
||||
@import "~styles/variables";
|
||||
@import '~styles/variables';
|
||||
|
||||
.main {
|
||||
overflow: hidden;
|
||||
@ -16,7 +16,7 @@
|
||||
border: none;
|
||||
}
|
||||
.ant-layout-sider {
|
||||
background:@sider-background;
|
||||
background: @sider-background;
|
||||
}
|
||||
.ant-menu.ant-menu-dark {
|
||||
background: @sider-background;
|
||||
@ -25,13 +25,14 @@
|
||||
background-color: @sider-open-background;
|
||||
border-radius: @border-radius;
|
||||
}
|
||||
.ant-btn-primary:hover, .ant-btn-primary:focus {
|
||||
.ant-btn-primary:hover,
|
||||
.ant-btn-primary:focus {
|
||||
background-color: @hover-color;
|
||||
border-color: @hover-color;
|
||||
}
|
||||
.ant-btn-primary[disabled]:hover {
|
||||
background-color: #F2F2F2;
|
||||
border-color: #D2D2D2;
|
||||
background-color: #f2f2f2;
|
||||
border-color: #d2d2d2;
|
||||
}
|
||||
.ant-table {
|
||||
line-height: 1.5;
|
||||
@ -39,5 +40,8 @@
|
||||
.ant-table-thead > tr > th {
|
||||
padding: 0 16px;
|
||||
}
|
||||
.ant-table-thead > tr > th.ant-table-selection-column:first-child {
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user