@@ -1,5 +1,5 @@
# title
-VITE_GLOB_APP_TITLE = 地面健康管理系统
+VITE_GLOB_APP_TITLE = 可靠性模型训练仿真平台
# 本地运行端口号
VITE_PORT = 8849
@@ -1 +1 @@
-# 地面健康管理系统
+# 可靠性模型训练仿真平台
@@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"type": "module",
- "description": "地面健康管理系统",
+ "description": "可靠性模型训练仿真平台",
"author": {
"name": "gaoKun Wang",
"email": "wanggaokun@wo.cn"
@@ -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;
@@ -81,7 +81,7 @@
box-sizing: border-box;
height: 55px;
- font-size: 24px;
color: var(--el-aside-logo-text-color);
@@ -19,7 +19,7 @@
@@ -27,7 +27,7 @@
@@ -49,7 +49,7 @@
padding: 0 0 0 25px;
margin: 0;
- font-size: 42px;
color: #34495e;
@@ -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 />