@@ -2014,4 +2014,22 @@ input:-internal-autofill-selected {
.ant-empty-description {
display: none;
}
+}
+// 底部表格行背景色
+.layout-bottom {
+ .srcollYTable {
+ .ant-table {
+ .ant-table-tbody {
+ tr {
+ td {
+ background: @m-black14;
+ }
+ .ant-table-placeholder {
+ border-top: 1PX solid @m-black9;
@@ -49,6 +49,7 @@
@m-black11: #0B1620;
@m-black12: #13202D;
@m-black13: #08131F;
+@m-black14: #1F262B;
@m-blue0: #3a87f7;
@m-blue0-hover: rgba(@m-blue0, .8);
@m-blue1: #4885eb;
@@ -74,7 +74,7 @@ export default defineComponent({
flex: 1;
.flex;
flex-direction: column;
- background: rgb(14, 14, 15);
+ background: @m-black1;
position: relative;
.conditionIcon {
font-size: 16px;