فهرست منبع

logo 不同布局黑白模式样式修改

hubin 1 سال پیش
والد
کامیت
d6a2e84ee2

+ 1 - 2
src/api/system/workflow.ts

@@ -1,6 +1,5 @@
 import request from '@/utils/request'
-import { AxiosPromise } from 'axios'
-// /system/  替换为 /sys/ ???   todo...
+
 export default {
 	menu: {
 		myMenus: {

+ 3 - 3
src/layout/LayoutLeft/index.scss

@@ -45,9 +45,9 @@
           margin: 0 6px;
         }
         .logo-text {
-          font-size: 27px;
-          font-weight: bold;
-          color: #1e5efd;
+					font-size: 27px;
+					font-weight: bold;
+					color: var(--el-color-black);
           white-space: nowrap;
         }
       }

+ 3 - 4
src/layout/LayoutLeftMix/index.scss

@@ -114,10 +114,9 @@
       padding: 0 6px;
       height: 55px;
       .logo-text {
-        //font-size: 24px;
-        font-size: 15px;
-        font-weight: bold;
-        color: var(--el-color-primary);
+				font-size: 27px;
+				font-weight: bold;
+				color: var(--el-color-black);
         white-space: nowrap;
       }
     }

+ 3 - 3
src/layout/LayoutTop/index.scss

@@ -27,9 +27,9 @@
         margin: 0 6px;
       }
       .logo-text {
-        font-size: 15px;
-        font-weight: bold;
-        color: var(--el-color-primary);
+				font-size: 27px;
+				font-weight: bold;
+				color: var(--el-color-black);
         white-space: nowrap;
       }
     }

+ 2 - 3
src/layout/LayoutTopMix/index.scss

@@ -40,10 +40,9 @@
           margin: 0 6px;
         }
         .logo-text {
-          color: var(--el-color-primary);
-          font-size: 15px;
+          font-size: 27px;
           font-weight: bold;
-          //color: var(--el-header-logo-text-color);
+          color: var(--el-color-black);
           white-space: nowrap;
         }
       }

+ 3 - 14
src/styles/element-plus-dark.scss

@@ -11,20 +11,9 @@ html.dark {
   .w-e-menu-tooltip-v5::before {
     color: #eeeeee;
   }
-
-  /* login1 */
-  /*.login1-container {
-    background-color: #191919 !important;
-    .login1-box {
-      background-color: rgb(0 0 0 / 80%) !important;
-      .login1-form {
-        box-shadow: rgb(255 255 255 / 12%) 0 2px 10px 2px !important;
-        .logo-text {
-          color: var(--el-text-color-primary) !important;
-        }
-      }
-    }
-  }*/
+	.logo-text {
+		color: var(--el-color-white)!important;
+	}
 	.el-table {
 		//--el-table-header-bg-color: #f6faff;
 	}