Browse Source

Merge branch 'master' of http://116.63.33.55/git/read_opc

FinalYu 1 năm trước cách đây
mục cha
commit
12da413e33

+ 1 - 1
chuanyi-admin/src/layout/components/Navbar.vue

@@ -205,7 +205,7 @@ export default {
      * @returns {Promise<void>}
      */
     logout() {
-      this.$confirm('您确定要退出系统吗?', '系统提示', {
+      this.$confirm('是否强制下线此用户?', '系统提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         cancelButtonClass: 'btn_custom_cancel',

+ 1 - 1
chuanyi-admin/src/views/dashboard/index.vue

@@ -286,7 +286,7 @@ export default {
     overflow: hidden;
     color: #666;
     background: #fff;
-    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
+    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.06);
     border-color: rgba(0, 0, 0, 0.05);
 
     .icon-people {