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