Sfoglia il codice sorgente

弹框样式修改

zhangyu 5 anni fa
parent
commit
aba3f5f87b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/data_admin/buildGraphy/lib/uploadImg.vue

+ 1 - 1
src/views/data_admin/buildGraphy/lib/uploadImg.vue

@@ -103,7 +103,7 @@ export default {
   }
 }
 .el-dialog__body{
-  max-height: 400px;
+  max-height: 600px;
   overflow-y: auto;
 }
 </style>