|
@@ -7,8 +7,10 @@
|
|
|
<a-layout>
|
|
|
<div id="snowyHeader" class="snowy-header">
|
|
|
<div class="snowy-header-left xn-pl0">
|
|
|
- <img style="height: 40px; margin-left: 10px" src="/img/logo.png"/>
|
|
|
- <moduleMenu v-if="moduleMenuShow" @switchModule="switchModule"/>
|
|
|
+ <div class="logo-bar is-mobile">
|
|
|
+ <img class="logo" :src="sysBaseConfig.SNOWY_SYS_LOGO"/>
|
|
|
+ <span>{{ sysBaseConfig.SNOWY_SYS_NAME }}</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="snowy-header-right">
|
|
|
<user-bar/>
|
|
@@ -194,19 +196,7 @@ const menuIsCollapseClick = () => {
|
|
|
background-color: #2C83E9;
|
|
|
border: none;
|
|
|
.snowy-header-left {
|
|
|
- .logo-bar {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- margin-left: 16px;
|
|
|
- font-family: PingFang SC, PingFang SC;
|
|
|
- font-weight: 600;
|
|
|
- font-size: 24px;
|
|
|
- color: #FFFFFF;
|
|
|
- line-height: 28px;
|
|
|
- .logo {
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
.snowy-header-right {
|
|
|
color: #ffffff;
|