Update homepage header border color

This commit is contained in:
jingrow 2025-12-21 23:39:04 +08:00
parent 0f6c3708e9
commit f494f32a20

View File

@ -1560,7 +1560,7 @@ onUnmounted(() => {
flex-direction: column; flex-direction: column;
background: white; background: white;
position: relative; position: relative;
overflow: !important hidden; overflow: hidden;
} }
/* 应用布局样式(登录后) */ /* 应用布局样式(登录后) */
@ -1635,11 +1635,10 @@ onUnmounted(() => {
justify-content: space-between; justify-content: space-between;
padding: 0 24px; padding: 0 24px;
background: white; background: white;
border-bottom: 1px solid #e5e7eb; border-bottom: 1px solid var(--n-border-color, #efeff5);
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1000; z-index: 1000;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
} }
.header-container { .header-container {