Bläddra i källkod

fix: 批量定价显示

刘秀芳 2 veckor sedan
förälder
incheckning
8b7de59634

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

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

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

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