mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
fix: 删除用户下拉菜单中重复的项目文档选项
This commit is contained in:
@@ -55,10 +55,6 @@
|
||||
<el-icon><Document /></el-icon>
|
||||
{{ t("navbar.document") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item @click="handleDocumentClick">
|
||||
<el-icon><Document /></el-icon>
|
||||
{{ t("navbar.document") }}
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item @click="handleGiteeClick">
|
||||
<el-icon><Reading /></el-icon>
|
||||
{{ t("navbar.gitee") }}
|
||||
|
||||
@@ -69,9 +69,9 @@
|
||||
<section class="config-section">
|
||||
<el-divider>{{ t("settings.systemTheme") }}</el-divider>
|
||||
<div class="config-item">
|
||||
<div class="flex-x-between mb-3">
|
||||
<!-- <div class="flex-x-between mb-3">
|
||||
<span class="text-xs">{{ t("settings.themeColor") }}</span>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- 自定义主题颜色选择器 -->
|
||||
<div class="theme-color-selector">
|
||||
<div class="color-options">
|
||||
|
||||
Reference in New Issue
Block a user