1
0
Эх сурвалжийг харах

部分ui优化

部分ui优化
wenjianzhang 5 жил өмнө
parent
commit
72870ca348

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "go-admin",
-  "version": "1.2.1",
+  "version": "1.2.2",
   "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
   "author": "https://github.com/wenjianzhang/go-admin-ui",
   "license": "MIT",

+ 1 - 1
src/components/UploadDialog/index.vue

@@ -4,7 +4,7 @@
       v-dialogDrag
       title="上传文件"
       :visible.sync="show"
-      width="30%"
+      width="550px"
       @close="cancel"
     >
       <upload-form @confirm="confirm" @cancel="cancel" />