|
|
@@ -1810,6 +1810,10 @@ input:-internal-autofill-selected {
|
|
|
}
|
|
|
// 买卖大厅表格
|
|
|
.buyHallTable,.sellHallTable {
|
|
|
+ .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
|
|
|
+ min-height: calc(100vh - 470px);
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
.ant-table {
|
|
|
width: 100%;
|
|
|
table {
|
|
|
@@ -1852,16 +1856,15 @@ input:-internal-autofill-selected {
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+ td:first-child {
|
|
|
+ background: @m-black8;
|
|
|
+ color: @m-grey17;
|
|
|
+ }
|
|
|
td:not(:first-child :nth-child(1)) {
|
|
|
background: @m-red2;
|
|
|
color: @m-white1;
|
|
|
}
|
|
|
}
|
|
|
- // tr.ant-table-expanded-row:hover { //tr.ant-table-expanded-row,
|
|
|
- // td {
|
|
|
- // background-color: @m-black2;
|
|
|
- // }
|
|
|
- // }
|
|
|
tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover {
|
|
|
td {
|
|
|
background-color: @m-black2;
|
|
|
@@ -1898,6 +1901,10 @@ input:-internal-autofill-selected {
|
|
|
.ant-table-tbody {
|
|
|
background: @m-green1;
|
|
|
tr {
|
|
|
+ td:first-child {
|
|
|
+ background: @m-black8;
|
|
|
+ color: @m-grey17;
|
|
|
+ }
|
|
|
td:not(:first-child :nth-child(1)) {
|
|
|
background: @m-green1;
|
|
|
}
|