Pārlūkot izejas kodu

feat: 系统名称修改

wanggaokun 10 mēneši atpakaļ
vecāks
revīzija
9d9d3983ed

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 # title
-VITE_GLOB_APP_TITLE = 地面健康管理系统
+VITE_GLOB_APP_TITLE = 可靠性模型训练仿真平台
 
 # 本地运行端口号
 VITE_PORT = 8849

+ 1 - 1
README.md

@@ -1 +1 @@
-# 地面健康管理系统
+# 可靠性模型训练仿真平台

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "private": true,
   "version": "1.0.0",
   "type": "module",
-  "description": "地面健康管理系统",
+  "description": "可靠性模型训练仿真平台",
   "author": {
     "name": "gaoKun Wang",
     "email": "wanggaokun@wo.cn"

+ 1 - 1
src/layouts/LayoutClassic/index.scss

@@ -25,7 +25,7 @@
           margin-right: 6px;
         }
         .logo-text {
-          font-size: 21.5px;
+          font-size: 18px;
           font-weight: bold;
           color: var(--el-header-logo-text-color);
           white-space: nowrap;

+ 1 - 1
src/layouts/LayoutColumns/index.scss

@@ -81,7 +81,7 @@
       box-sizing: border-box;
       height: 55px;
       .logo-text {
-        font-size: 24px;
+        font-size: 18px;
         font-weight: bold;
         color: var(--el-aside-logo-text-color);
         white-space: nowrap;

+ 1 - 1
src/layouts/LayoutTransverse/index.scss

@@ -19,7 +19,7 @@
         margin-right: 6px;
       }
       .logo-text {
-        font-size: 21.5px;
+        font-size: 18px;
         font-weight: bold;
         color: var(--el-header-logo-text-color);
         white-space: nowrap;

+ 1 - 1
src/layouts/LayoutVertical/index.scss

@@ -27,7 +27,7 @@
           margin-right: 6px;
         }
         .logo-text {
-          font-size: 21.5px;
+          font-size: 18px;
           font-weight: bold;
           color: var(--el-aside-logo-text-color);
           white-space: nowrap;

+ 1 - 1
src/views/login/index.scss

@@ -49,7 +49,7 @@
         .logo-text {
           padding: 0 0 0 25px;
           margin: 0;
-          font-size: 42px;
+          font-size: 18px;
           font-weight: bold;
           color: #34495e;
           white-space: nowrap;

+ 1 - 1
src/views/login/index.vue

@@ -8,7 +8,7 @@
       <div class="login-form">
         <div class="login-logo">
           <!-- <img class="login-icon" src="@/assets/images/logo.svg" alt="" /> -->
-          <h2 class="logo-text">地面健康管理系统</h2>
+          <h2 class="logo-text">可靠性模型训练仿真平台</h2>
         </div>
         <LoginForm />
       </div>