mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-14 04:57:12 +08:00
style: 调整文件管理配置存储库按钮风格
This commit is contained in:
@@ -449,6 +449,14 @@
|
|||||||
isBatchMode ? '取消批量' : '批量操作'
|
isBatchMode ? '取消批量' : '批量操作'
|
||||||
}}</template>
|
}}</template>
|
||||||
</a-button>
|
</a-button>
|
||||||
|
<a-button
|
||||||
|
v-permission="['system:storage:list']"
|
||||||
|
type="primary"
|
||||||
|
@click="handleConfig"
|
||||||
|
>
|
||||||
|
<template #icon><icon-settings /></template>
|
||||||
|
<template #default>配置存储库</template>
|
||||||
|
</a-button>
|
||||||
<a-button-group>
|
<a-button-group>
|
||||||
<a-tooltip content="视图" position="bottom">
|
<a-tooltip content="视图" position="bottom">
|
||||||
<a-button @click="fileStore.changeViewMode">
|
<a-button @click="fileStore.changeViewMode">
|
||||||
@@ -458,16 +466,6 @@
|
|||||||
</template>
|
</template>
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<a-tooltip content="配置存储库" position="bottom">
|
|
||||||
<a-button
|
|
||||||
v-permission="['system:storage:list']"
|
|
||||||
@click="handleConfig"
|
|
||||||
>
|
|
||||||
<template #icon>
|
|
||||||
<icon-settings />
|
|
||||||
</template>
|
|
||||||
</a-button>
|
|
||||||
</a-tooltip>
|
|
||||||
</a-button-group>
|
</a-button-group>
|
||||||
</a-space>
|
</a-space>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user