chore(filelib-web): 详情容器加宽到 1400px,宽屏下授权表格全列无遮挡;仅文件预览挤压时出横向滚动条

This commit is contained in:
ymy
2026-07-27 17:00:41 +08:00
parent 60856d7cc1
commit 947f969967
@@ -88,7 +88,7 @@
{#if node === null} {#if node === null}
<div class="flex h-full items-center justify-center text-[13px] text-ink-3">从左侧选择一个文件夹或项目</div> <div class="flex h-full items-center justify-center text-[13px] text-ink-3">从左侧选择一个文件夹或项目</div>
{:else} {:else}
<div class="mx-auto max-w-[1120px] px-9 py-9"> <div class="mx-auto max-w-[1400px] px-9 py-9">
<div class="mb-2 text-[12.5px] text-ink-3"> <div class="mb-2 text-[12.5px] text-ink-3">
{#each crumbs as c, i (i)} {#each crumbs as c, i (i)}
{#if i > 0}<span class="mx-1 text-line">/</span>{/if} {#if i > 0}<span class="mx-1 text-line">/</span>{/if}