Browse Source

快手-modal大小调整

yumeng 6 years ago
parent
commit
99e486046d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/modules/kuaishouapp/creativeCreate.vue

+ 4 - 4
src/views/modules/kuaishouapp/creativeCreate.vue

@@ -179,14 +179,15 @@
             title="选择封面"
             v-model="visible"
             @ok="handleOk"
-            :width="800"
+            :width="860"
+            style="height:650px;overflow-y:scroll"
           >
             <template>
               <input v-model='isAllChecked' type="checkbox" @click="checkAll($event)"> 全选
               <br/>
-
+              <br/>
               <div v-for="(item ,index) in imageList" style="display:inline-block;width:20%">
-                <a href="javascript:" >
+                <a href="javascript:">
                   <img :src="item.src" alt="" height="100">&nbsp;&nbsp;&nbsp;
                   <p>{{item.name}}</p>
                   <p>
@@ -194,7 +195,6 @@
                            @onClick="checkeda(item.id)"
                            @change="changChecked">
                   </p>
-
                 </a>
               </div>
             </template>