czh-20260630-优化计划,增加分页、滚动加载等

This commit is contained in:
zhihao
2026-06-30 16:15:06 +08:00
parent e20fa25000
commit fd3bfea809
8 changed files with 599 additions and 123 deletions
+8
View File
@@ -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;