Przeglądaj źródła

upgrade:ver 1.1.5

zhangwenjian 5 lat temu
rodzic
commit
660f087555
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      package.json
  2. 1 1
      src/App.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "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",
   "author": "https://github.com/wenjianzhang/go-admin-ui",
   "license": "MIT",

+ 1 - 1
src/App.vue

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