Compare commits

...

2 Commits

Author SHA1 Message Date
ymy 94dba4e672 Merge branch 'chore/sidebar-wider' 2026-07-31 15:03:00 +08:00
ymy 06aa6f0dfb chore(filelib-web): 左栏加宽168->200px,标题与菜单间加横线 2026-07-31 15:02:59 +08:00
+3 -2
View File
@@ -28,9 +28,10 @@
{:else if $me} {:else if $me}
<div class="flex h-full"> <div class="flex h-full">
<!-- 左栏导航(ADR-0031) --> <!-- 左栏导航(ADR-0031) -->
<nav class="flex w-[168px] shrink-0 flex-col border-r border-line-soft bg-sidebar px-2.5 py-3.5"> <nav class="flex w-[200px] shrink-0 flex-col border-r border-line-soft bg-sidebar px-3 py-4">
<!-- 标题 --> <!-- 标题 -->
<div class="mb-3 px-2 text-[15px] font-bold text-ink">教研数据库</div> <div class="mb-3 px-1 text-[15px] font-bold text-ink">教研数据库</div>
<div class="mb-2 border-t border-line-soft"></div>
<!-- 导航项 --> <!-- 导航项 -->
<div class="flex flex-1 flex-col gap-0.5"> <div class="flex flex-1 flex-col gap-0.5">