!104 czh-20260721-全局表格边框线颜色轻微加深
* czh-20260721-全局表格边框线颜色轻微加深 * czh-20260721-顶栏新增品牌标语,底部版权加粗更新
This commit is contained in:
@@ -84,6 +84,7 @@
|
|||||||
sizeStep: 4,
|
sizeStep: 4,
|
||||||
sizeUnit: 4,
|
sizeUnit: 4,
|
||||||
colorWarning: '#EFBD47',
|
colorWarning: '#EFBD47',
|
||||||
|
colorBorderSecondary: '#e0e0e0',
|
||||||
colorError: '#ED6F6F',
|
colorError: '#ED6F6F',
|
||||||
fontFamily:
|
fontFamily:
|
||||||
'-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol',
|
'-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol',
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
|
<Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
|
||||||
<div class="footer-text">中国船舶集团有限公司第七〇四研究所 数智化中心©2026</div>
|
<div class="footer-text">中国船舶集团有限公司第七〇四研究所 数智化中心自研©2026</div>
|
||||||
</Footer>
|
</Footer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
.footer-text {
|
.footer-text {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 700;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -28,6 +28,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- menu-end -->
|
<!-- menu-end -->
|
||||||
|
|
||||||
|
<!-- 居中标语 -->
|
||||||
|
<div class="header-brand-slogan">领航船海机电科技 开创百年全新格局</div>
|
||||||
|
|
||||||
<!-- action -->
|
<!-- action -->
|
||||||
<div :class="`${prefixCls}-action`">
|
<div :class="`${prefixCls}-action`">
|
||||||
<AppSearch :class="`${prefixCls}-action__item `" v-if="false" />
|
<AppSearch :class="`${prefixCls}-action__item `" v-if="false" />
|
||||||
@@ -269,6 +272,21 @@
|
|||||||
width: auto;
|
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 {
|
.header-username {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user