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 {
|
.main {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -25,13 +25,14 @@
|
|||||||
background-color: @sider-open-background;
|
background-color: @sider-open-background;
|
||||||
border-radius: @border-radius;
|
border-radius: @border-radius;
|
||||||
}
|
}
|
||||||
.ant-btn-primary:hover, .ant-btn-primary:focus {
|
.ant-btn-primary:hover,
|
||||||
|
.ant-btn-primary:focus {
|
||||||
background-color: @hover-color;
|
background-color: @hover-color;
|
||||||
border-color: @hover-color;
|
border-color: @hover-color;
|
||||||
}
|
}
|
||||||
.ant-btn-primary[disabled]:hover {
|
.ant-btn-primary[disabled]:hover {
|
||||||
background-color: #F2F2F2;
|
background-color: #f2f2f2;
|
||||||
border-color: #D2D2D2;
|
border-color: #d2d2d2;
|
||||||
}
|
}
|
||||||
.ant-table {
|
.ant-table {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
@ -39,5 +40,8 @@
|
|||||||
.ant-table-thead > tr > th {
|
.ant-table-thead > tr > th {
|
||||||
padding: 0 16px;
|
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