!104 czh-20260721-全局表格边框线颜色轻微加深
* czh-20260721-全局表格边框线颜色轻微加深 * czh-20260721-顶栏新增品牌标语,底部版权加粗更新
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
|
||||
<div class="footer-text">中国船舶集团有限公司第七〇四研究所 数智化中心©2026</div>
|
||||
<div class="footer-text">中国船舶集团有限公司第七〇四研究所 数智化中心自研©2026</div>
|
||||
</Footer>
|
||||
</template>
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
.footer-text {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
font-weight: 800;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
</div>
|
||||
<!-- menu-end -->
|
||||
|
||||
<!-- 居中标语 -->
|
||||
<div class="header-brand-slogan">领航船海机电科技 开创百年全新格局</div>
|
||||
|
||||
<!-- action -->
|
||||
<div :class="`${prefixCls}-action`">
|
||||
<AppSearch :class="`${prefixCls}-action__item `" v-if="false" />
|
||||
@@ -269,6 +272,21 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.header-brand-slogan {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-weight: bold;
|
||||
font-size: 28px;
|
||||
letter-spacing: 12px;
|
||||
white-space: nowrap;
|
||||
background: linear-gradient(180deg, #a8d8ff 0%, #ffffff 50%, #a8d8ff 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
|
||||
}
|
||||
|
||||
.header-username {
|
||||
font-size: 13px;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user