刘秀芳 2 тижнів тому
батько
коміт
8b7de59634

+ 1 - 1
src/views/home/components/adoptList.vue

@@ -23,7 +23,7 @@
             </el-select>
         </div>
 
-        <div class="many-setting">
+        <div class="many-setting" v-show="isManySetting">
             批量定价
             <el-input-number
                 style="width: 230px"

+ 6 - 2
src/views/home/components/clientList.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="adopt-list">
+    <div class="client-list">
       kehu
     </div>
 </template>
@@ -13,5 +13,9 @@ onMounted(()=>{
 </script>
 
 <style lang="scss" scoped>
-
+.client-list {
+  height: 100%;
+  overflow: auto;
+  
+}
 </style>