mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 09:52:25 +08:00
wip: 按钮
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user