guhongwei 4 年 前
コミット
5a7f1b0772
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/market/index.vue

+ 2 - 2
src/views/market/index.vue

@@ -717,7 +717,7 @@ export default {
   height: 530px;
   overflow: hidden;
   .left {
-    background: #f1f1f1f1;
+    background: #f5f5f5;
     padding: 15px;
     border-radius: 20px;
     margin: 0 15px 0 0;
@@ -837,7 +837,7 @@ export default {
   }
   .right {
     width: 48%;
-    background: #f1f1f1f1;
+    background: #f5f5f5;
     border-radius: 20px;
     padding: 15px;
     .rightTop {