From e653c4b2f2dbb7ce28eae65dac57acbba70f41a5 Mon Sep 17 00:00:00 2001 From: Pine Date: Tue, 18 Aug 2026 02:26:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E5=BC=80=E5=8F=91=E7=BD=B2=E5=90=8D?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=E5=B7=A6=E4=BE=A7=E6=A0=87=E9=A2=98=E5=90=8E?= =?UTF-8?q?=EF=BC=88=E5=88=86=E9=9A=94=E7=BA=BF=20+=20=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PageHeader.jsx | 2 +- src/styles/datascreen.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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; }