czh-20260609-增加门户卡片数据获取前端接口;增加顶部栏相应logo
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user