czh-20260630-优化计划,增加分页、滚动加载等
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
:class="[prefixCls, `${prefixCls}--${getHeaderTheme}`, 'headerIntroductionClass']"
|
||||
>
|
||||
<img src="../../../assets/images/header-brand.png" class="header-logo" />
|
||||
<span class="header-secrecy-level">机密级</span>
|
||||
{{ t('layout.header.welcomeIn') }} {{ title }}
|
||||
</span>
|
||||
</div>
|
||||
@@ -256,6 +257,13 @@
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.header-secrecy-level {
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.header-logo {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user