forked from bai/curriculum-project-hub
Merge branch 'chore/grants-panel-wider'
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user