style: 隐藏部分控件

This commit is contained in:
TsMask
2023-09-05 17:10:24 +08:00
parent 2d6f358ec8
commit 9b443b0a2a
3 changed files with 59 additions and 7 deletions

View File

@@ -60,16 +60,16 @@ function fnChangeLocale(e: any) {
</template>
</a-popover>
<a-tooltip>
<!-- <a-tooltip>
<template #title>开源仓库</template>
<a-button type="text" href="https://gitee.com/TsMask" target="_blank">
<template #icon>
<GithubOutlined :style="{ fontSize: '20px' }" />
</template>
</a-button>
</a-tooltip>
</a-tooltip> -->
<a-tooltip>
<!-- <a-tooltip>
<template #title>文档手册</template>
<a-button
type="text"
@@ -80,7 +80,7 @@ function fnChangeLocale(e: any) {
<QuestionCircleOutlined :style="{ fontSize: '20px' }" />
</template>
</a-button>
</a-tooltip>
</a-tooltip> -->
<a-dropdown :trigger="['click', 'hover']">
<a-button size="small" type="default">
@@ -109,12 +109,12 @@ function fnChangeLocale(e: any) {
</div>
<template #overlay>
<a-menu @click="fnClick">
<a-menu-item key="profile">
<!-- <a-menu-item key="profile">
<template #icon>
<UserOutlined />
</template>
<span>个人中心</span>
</a-menu-item>
</a-menu-item> -->
<a-menu-item key="settings">
<template #icon>
<SettingOutlined />