diff --git a/src/components/PageHeader.jsx b/src/components/PageHeader.jsx index 8bedeea..b2f0cd9 100644 --- a/src/components/PageHeader.jsx +++ b/src/components/PageHeader.jsx @@ -53,6 +53,7 @@ export default function PageHeader() {

昆明市大学生创业园 · OPC 智能园区数字运营中心

云南省首家政府主办大学生创业孵化园区 · 空间+孵化+融资+政策+资源+AI赋能+综合服务 七位一体
+ 云南派音人工智能科技有限公司 开发
{/* 媒体轮播页:页眉内嵌播放控制 */} @@ -85,7 +86,6 @@ export default function PageHeader() { > - 云南派音人工智能科技有限公司 开发
{timeStr}
{dateStr} 周{week}
diff --git a/src/styles/datascreen.css b/src/styles/datascreen.css index f852238..0971ebd 100644 --- a/src/styles/datascreen.css +++ b/src/styles/datascreen.css @@ -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; }