Browse Source

style: 样式调整

cuiyalong 6 months ago
parent
commit
0289dd5a92
1 changed files with 13 additions and 0 deletions
  1. 13 0
      apps/bigmember_pc/src/views/search/supply/index.vue

+ 13 - 0
apps/bigmember_pc/src/views/search/supply/index.vue

@@ -232,5 +232,18 @@ function goWorkSpaceCustom() {
       margin-top: 12px;
     }
   }
+
+  .search-supply-list-container {
+    ::v-deep {
+      .list-header-title {
+        margin-left: 32px;
+      }
+      .header-text--tip {
+        .m-l-16px {
+          margin-left: 0;
+        }
+      }
+    }
+  }
 }
 </style>