update 系统名称、样式修改;在线编辑挪到登录页面

This commit is contained in:
赵霄
2023-08-25 14:51:06 +08:00
parent 5d956fdaf7
commit 731e320a23
10 changed files with 107 additions and 54 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入 Jero-Boot 平台</span>
<span v-if="device === 'desktop'">中国重汽标准法规管理模块系统</span>
<span v-else>Jero-Boot</span>
<user-menu :theme="theme"/>
@@ -192,9 +192,9 @@ export default {
.header {
z-index: 2;
color: white;
color: #1D2129;
height: @height;
background-color: @primary-color;
background-color: white;
transition: background 300ms;
/* dark 样式 */