liujq 4 years ago
parent
commit
dab88fbd04

+ 1 - 1
src/views/house/components/popup/IndexEdit.vue

@@ -362,7 +362,7 @@ export default {
         { label: '楼盘图', key: 'pri_image', class: 'c-3', type: 'cuImg',
           options: {
             w: 375,
-            h: 300,
+            h: 250,
             SY: 1,
           }
         , rules: 1 },

+ 1 - 1
src/views/house/components/popup/OldEdit.vue

@@ -129,7 +129,7 @@ export default {
         { label: '房源主图', key: 'pri_image', class: 'c-3', type: 'cuImg',
           options: {
             w: 375,
-            h: 300,
+            h: 250,
             SY: 1,
           }
         }, 

+ 1 - 1
src/views/school/components/popup/IndexEdit.vue

@@ -126,7 +126,7 @@ export default {
           { label: '主图', key: 'pri_image', type: 'cuImg',
             options: {
               w: 375,
-              h: 300,
+              h: 250,
               SY: 1,
             }, class: 'c-2' },
           { label: '学区范围图', key: 'district_img', type: 'upload', class: 'c-2' },