Browse Source

Merge branch 'leng_dev' of https://gitee.wang/pigx/pigx-ui into leng_dev

冷冷 6 years ago
parent
commit
bdc85b7510
3 changed files with 17 additions and 5 deletions
  1. 12 0
      src/page/login/index.vue
  2. 4 4
      src/page/wel.vue
  3. 1 1
      src/store/modules/common.js

+ 12 - 0
src/page/login/index.vue

@@ -162,12 +162,24 @@ export default {
     color: #76838f;
   }
   .login-title {
+    display: flex;
+    justify-content: center;
+    align-items: center;
     margin-bottom: 40px;
     font-weight: 500;
     font-size: 22px;
     text-align: center;
     letter-spacing: 4px;
   }
+  .login-select {
+    input {
+      color: #333;
+      font-size: 18px;
+      font-weight: 400;
+      border: none;
+      text-align: center;
+    }
+  }
   .login-menu {
     width: 100%;
     text-align: center;

+ 4 - 4
src/page/wel.vue

@@ -30,19 +30,19 @@
               <div>基于开源LCN 分布式事务解决方案深度定制</div>
               <div>完美兼容2.X,优化集群部署,提升性能</div>
             </el-collapse-item>
-            <el-collapse-item title="SAAS多租户" name="4">
+            <el-collapse-item title="SAAS多租户" name="5">
               <div>扩展Spring Cache无缝兼容</div>
               <div>支持开发过程无感知</div>
             </el-collapse-item>
-            <el-collapse-item title="Activiti工作流" name="4">
+            <el-collapse-item title="Activiti工作流" name="6">
               <div>基于activiti5.22整合OAuth2</div>
               <div>支持在线流程设计</div>
             </el-collapse-item>
-            <el-collapse-item title="动态路由" name="4">
+            <el-collapse-item title="动态路由" name="7">
               <div>支持数据库存储SCG路由信息</div>
               <div>支持前端动态编辑</div>
             </el-collapse-item>
-            <el-collapse-item title="其他功能" name="4">
+            <el-collapse-item title="其他功能" name="8">
               <div>单点登录</div>
               <div>扩展SBA支持服务监听事件redis保存</div>
               <div>扩展Turbine,定制展示UI</div>

+ 1 - 1
src/store/modules/common.js

@@ -19,7 +19,7 @@ const common = {
     showColor: getStore({ name: 'showColor' }),
     showMenu: getStore({ name: 'showMenu' }),
     theme: getStore({ name: 'theme' }) || '#409EFF',
-    themeName: getStore({ name: 'themeName' }) || 'theme-volcano',
+    themeName: getStore({ name: 'themeName' }) || 'theme-white',
     lockPasswd: getStore({ name: 'lockPasswd' }) || '',
     website: website
   },