ソースを参照

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

huangbin 4 年 前
コミット
0693914ffb

+ 18 - 0
src/assets/styles/mixin.less

@@ -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;
+                background: @m-black14;
+            }
+        }
+    }
 }

+ 1 - 0
src/assets/styles/variables.less

@@ -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;

+ 1 - 1
src/layout/components/bottom.vue

@@ -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;