修改字体
This commit is contained in:
parent
6a678b8dd1
commit
b2eb4e6048
@ -2,9 +2,9 @@ window.webConfig = {
|
||||
"webApiBaseUrl": "https://edu.mmhyvision.com:8445",
|
||||
"VITEAPPBASEWEB": "https://edu.mmhyvision.com/vision",
|
||||
"webApiBaseApp": "https://edu.mmhyvision.com/parent",
|
||||
"mapUrl":"http://192.168.1.208",
|
||||
"mapUrl":"http://192.168.1.166",
|
||||
"WebSocketUrl":"ws://192.168.1.166:8087",
|
||||
"title": "文档与数据管理系统",
|
||||
"title": "文档与数据管理系统(单机版)",
|
||||
"bgImg": "beijing.jpg",
|
||||
"loginLogo": "uplogo.png",
|
||||
"headerLogo": "logo.png",
|
||||
|
||||
@ -14,7 +14,7 @@ const title = userStore.title;
|
||||
<div class="dashboard-container"
|
||||
style="display: flex;align-items: center;justify-content: center;flex-wrap: wrap;align-content:center;">
|
||||
<div style="width: 100%; text-align: center;
|
||||
font-size: 80px;
|
||||
font-size: 70px;
|
||||
margin-top: 200px;
|
||||
color: #fff;">欢迎使用{{ title }}</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user