mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-28 23:40:26 +08:00
修复打开网站服务菜单时无法点击系统设置的Bug
This commit is contained in:
@@ -204,6 +204,9 @@ p.margin {
|
||||
.main-menu .ui.labeled.icon.menu .item {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.main-menu .ui.menu {
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
.main-menu .ui.menu .item .subtitle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -62,8 +62,8 @@
|
||||
<!-- 背景颜色 -->
|
||||
<a href="" class="item" title="点击切换界面风格" @click.prevent="changeTheme()"><i class="icon adjust"></i></a>
|
||||
|
||||
<!-- -->
|
||||
<a :href="'/settings/authority'" class="item" title="企业版" :v-if="teaIsPlus"><i class="icon gem outline yellow"></i></a>
|
||||
<!-- 企业版 -->
|
||||
<!-- <a :href="'/settings/authority'" class="item" title="企业版" :v-if="teaIsPlus"><i class="icon gem outline yellow"></i></a>-->
|
||||
|
||||
<!-- 退出登录 -->
|
||||
<a :href="Tea.url('logout')" class="item" title="安全退出登录"><i class="icon sign out"></i>
|
||||
|
||||
@@ -149,6 +149,9 @@ div.margin, p.margin {
|
||||
|
||||
.main-menu {
|
||||
.ui.menu {
|
||||
padding-bottom: 3em;
|
||||
|
||||
|
||||
.item {
|
||||
.subtitle {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user