fix(ui): 开发署名移到左侧标题后(分隔线 + 垂直居中)

This commit is contained in:
Pine
2026-08-18 02:26:12 +08:00
parent 10db36aa3f
commit e653c4b2f2
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -53,6 +53,7 @@ export default function PageHeader() {
<h1 className="bd-header-title">昆明市大学生创业园 <span className="bd-header-title-accent">· OPC 智能园区数字运营中心</span></h1>
<div className="bd-header-sub">云南省首家政府主办大学生创业孵化园区 · <span className="bd-header-content—highlights">空间+孵化+融资+政策+资源+AI赋能+综合服务</span> 七位一体</div>
</div>
<span className="bd-credit">云南派音人工智能科技有限公司 开发</span>
</div>
<div className="bd-header-right">
{/* 媒体轮播页:页眉内嵌播放控制 */}
@@ -85,7 +86,6 @@ export default function PageHeader() {
>
<Icon name="info" size={14} />
</button>
<span className="bd-credit">云南派音人工智能科技有限公司 开发</span>
<div className="bd-clock">
<div className="bd-clock-time">{timeStr}</div>
<div className="bd-clock-date">{dateStr} {week}</div>
+6 -2
View File
@@ -2686,12 +2686,16 @@
color: #9fb0c6;
}
/* 页眉开发署名 */
/* 页眉开发署名(跟在左侧标题后,上下居中) */
.bd-credit {
flex: none;
font-size: 11px;
color: var(--bd-sub, #7d8fa9);
white-space: nowrap;
letter-spacing: 0.02em;
padding: 0 4px;
align-self: center;
padding: 0 6px;
border-left: 1px solid rgba(47, 107, 255, 0.18);
margin-left: 4px;
line-height: 1;
}