style: 调整文件管理配置存储库按钮风格
This commit is contained in:
@@ -449,6 +449,14 @@
|
||||
isBatchMode ? '取消批量' : '批量操作'
|
||||
}}</template>
|
||||
</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-tooltip content="视图" position="bottom">
|
||||
<a-button @click="fileStore.changeViewMode">
|
||||
@@ -458,16 +466,6 @@
|
||||
</template>
|
||||
</a-button>
|
||||
</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-space>
|
||||
</a-row>
|
||||
|
Reference in New Issue
Block a user