Browse Source

复制粘贴弹框高宽样式改动

PrinceLee 5 năm trước cách đây
mục cha
commit
89eabdc1b0

+ 3 - 2
src/views/projectManage/bugList/details/index.vue

@@ -601,7 +601,7 @@
         </div>
       </normal-dialog>
     </el-container>
-    <el-button id="pasteUpload" type="primary" style="display: none" @click="pasteUpload">upload</el-button>
+    <el-button id="pasteUpload" type="primary" style="display: none" @click.stop="pasteUpload">upload</el-button>
   </div>
 </template>
 
@@ -1444,6 +1444,7 @@ export default {
   align-items: center;
 }
 .image-url {
-  width: 70%;
+  width: 80%;
+  max-height: 60vh;
 }
 </style>

+ 3 - 2
src/views/projectManage/bugList/file/createdBug.vue

@@ -170,7 +170,7 @@
           <el-button :disabled="dis" type="primary" size="small" @click="bug_created(formInline)">创 建</el-button>
         </el-form-item>
       </el-form>
-      <el-button id="pasteUpload" type="primary" style="display: none" @click="pasteUpload">upload</el-button>
+      <el-button id="pasteUpload" type="primary" style="display: none" @click.stop="pasteUpload">upload</el-button>
     </el-dialog>
     <normal-dialog
       :show-dialog="showCopyFile"
@@ -517,6 +517,7 @@ export default {
   align-items: center;
 }
 .image-url {
-  width: 70%;
+  width: 80%;
+  max-height: 60vh;
 }
 </style>