czh-20260609-增加门户卡片数据获取前端接口;增加顶部栏相应logo

This commit is contained in:
zhihao
2026-06-09 09:45:31 +08:00
parent 4828b52c73
commit 8185bb9bf4
12 changed files with 248 additions and 164 deletions
+12 -1
View File
@@ -11,7 +11,10 @@
/>
<!-- <LayoutBreadcrumb v-if="getShowContent && getShowBread" :theme="getHeaderTheme" /> -->
<!-- 欢迎语 -->
<span v-if="getShowContent && getShowBreadTitle && !getIsMobile" :class="[prefixCls, `${prefixCls}--${getHeaderTheme}`,'headerIntroductionClass']"> {{t('layout.header.welcomeIn')}} {{ title }} </span>
<span v-if="getShowContent && getShowBreadTitle && !getIsMobile" :class="[prefixCls, `${prefixCls}--${getHeaderTheme}`,'headerIntroductionClass']">
<img src="../../../assets/images/header-brand.png" class="header-logo" />
{{t('layout.header.welcomeIn')}} {{ title }}
</span>
</div>
<!-- left end -->
@@ -239,6 +242,14 @@
margin-bottom: 2px;
border-bottom: 0px;
border-left: 0px;
display: flex;
align-items: center;
gap: 10px;
}
.header-logo {
height: 32px;
width: auto;
}
&--light {