wip: 按钮

This commit is contained in:
overtrue
2024-12-11 22:10:00 +08:00
parent 484fc2ca8d
commit eb8c93970e
+8
View File
@@ -22,6 +22,14 @@
</n-input>
</div>
<div class="flex items-center gap-4">
<n-button>
<Icon name="ri:add-line" class="mr-2" />
<span>新建目录</span>
</n-button>
<n-button>
<Icon name="ri:file-add-line" class="mr-2" />
<span>上传文件/文件夹</span>
</n-button>
<n-button-group>
<n-button @click="goToPreviousPage" :disabled="!previousToken">
<Icon name="ri:arrow-left-s-line" class="mr-2" />