Merge branch 'chore/grants-panel-wider'

This commit is contained in:
ymy
2026-07-27 17:00:42 +08:00
@@ -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}