Compare commits

...

2 Commits

Author SHA1 Message Date
ymy 3cfbe55070 Merge branch 'chore/sidebar-240' 2026-07-31 15:06:09 +08:00
ymy 53ef364af2 chore(filelib-web): 老师端左栏宽度对齐管理员后台(240px) 2026-07-31 15:06:08 +08:00
+1 -1
View File
@@ -28,7 +28,7 @@
{:else if $me} {:else if $me}
<div class="flex h-full"> <div class="flex h-full">
<!-- 左栏导航(ADR-0031) --> <!-- 左栏导航(ADR-0031) -->
<nav class="flex w-[200px] shrink-0 flex-col border-r border-line-soft bg-sidebar px-3 py-4"> <nav class="flex w-[240px] shrink-0 flex-col border-r border-line-soft bg-sidebar px-3 py-4">
<!-- 标题 --> <!-- 标题 -->
<div class="mb-3 px-1 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="mb-2 border-t border-line-soft"></div>