|
@@ -36,6 +36,7 @@
|
|
|
// Table
|
|
// Table
|
|
|
.ant-table-body {
|
|
.ant-table-body {
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
|
|
+ overflow: auto !important;
|
|
|
}
|
|
}
|
|
|
.ant-table-small > .ant-table-content > .ant-table-body {
|
|
.ant-table-small > .ant-table-content > .ant-table-body {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -50,6 +51,22 @@
|
|
|
height: 40px;
|
|
height: 40px;
|
|
|
background: #D6EEFE;
|
|
background: #D6EEFE;
|
|
|
}
|
|
}
|
|
|
|
|
+.ant-table-fixed-header .ant-table-scroll .ant-table-header {
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ margin-bottom: 0 !important;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+ background: #D6EEFD;
|
|
|
|
|
+ &:after {
|
|
|
|
|
+ content: ' ';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ height: 41px;
|
|
|
|
|
+ width: 11px;
|
|
|
|
|
+ right: 0;
|
|
|
|
|
+ top: 0px;
|
|
|
|
|
+ background: #D6EEFD;
|
|
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
// ListFilter
|
|
// ListFilter
|
|
|
.list-filter .ant-select:first-child .ant-select-selection.ant-select-selection--single {
|
|
.list-filter .ant-select:first-child .ant-select-selection.ant-select-selection--single {
|