forked from bai/curriculum-project-hub
Compare commits
2 Commits
60856d7cc1
...
c72f8c7050
| Author | SHA1 | Date | |
|---|---|---|---|
| c72f8c7050 | |||
| 947f969967 |
@@ -88,7 +88,7 @@
|
||||
{#if node === null}
|
||||
<div class="flex h-full items-center justify-center text-[13px] text-ink-3">从左侧选择一个文件夹或项目</div>
|
||||
{: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">
|
||||
{#each crumbs as c, i (i)}
|
||||
{#if i > 0}<span class="mx-1 text-line">/</span>{/if}
|
||||
|
||||
Reference in New Issue
Block a user