natasha 4 天之前
父節點
當前提交
2ea5091db1

+ 1 - 1
src/views/finance_manage/FlowManage.vue

@@ -66,7 +66,7 @@
             <div class="search-item">
               <label>搜索</label>
               <el-input
-                placeholder="商品名称、购买者、交易单号"
+                placeholder="商品名称/用户名/单号/手机号"
                 v-model="searchInput"
                 maxlength="200"
               >

+ 6 - 0
src/views/organize_manage/PersonList.vue

@@ -1421,6 +1421,12 @@ export default {
     }
   }
 }
+.search-item {
+  margin-bottom: 0 !important;
+}
+.search-table {
+  margin-top: 20px !important;
+}
 </style>
 <style lang="scss">
 .organize-manage {

+ 6 - 0
src/views/organize_manage/PersonListAll.vue

@@ -1380,6 +1380,12 @@ export default {
     }
   }
 }
+.search-item {
+  margin-bottom: 0 !important;
+}
+.search-table {
+  margin-top: 20px !important;
+}
 </style>
 <style lang="scss">
 .organize-manage {