浏览代码

upgrade:ver 1.1.5

zhangwenjian 5 年之前
父节点
当前提交
660f087555
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      package.json
  2. 1 1
      src/App.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "go-admin",
   "name": "go-admin",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
   "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",
   "author": "https://github.com/wenjianzhang/go-admin-ui",
   "license": "MIT",
   "license": "MIT",

+ 1 - 1
src/App.vue

@@ -21,7 +21,7 @@ var _hmt = _hmt || [];
 
 
 <style lang="scss">
 <style lang="scss">
   .el-dialog__wrapper{
   .el-dialog__wrapper{
-    //display: flex;
+    display: flex;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
   }
   }