fix: 修复 project页面侧滑样式问题,system页面列表样式问题

This commit is contained in:
@changcode
2021-09-08 16:22:49 +08:00
parent ab7e092c70
commit 65c07e5a43
7 changed files with 11 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
</template>
<template v-slot:top-tool-right>
<button id="api-key-add" v-has="'system_apiKey_add'" :title="$t('config.system.notification.create')" class="top-tool-btn margin-r-10" type="button" @click="addApiKey">
<button id="api-key-add" v-has="'system_apiKey_add'" :title="$t('config.system.notification.create')" class="top-tool-btn" type="button" @click="addApiKey">
<i class="nz-icon-create-square nz-icon"></i>
</button>
</template>