部分ui优化
@@ -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",
@@ -4,7 +4,7 @@
v-dialogDrag
title="上传文件"
:visible.sync="show"
- width="30%"
+ width="550px"
@close="cancel"
>
<upload-form @confirm="confirm" @cancel="cancel" />