Explorar el Código

弹框样式修改

zhangyu hace 5 años
padre
commit
aba3f5f87b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>