mirror of https://gitee.com/xiaonuobase/snowy
【更新】修复最大化标签之后,模块坞不显示的问题
parent
991fba682f
commit
a2b7d7b713
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="moduleUnfoldOpen">
|
||||
<div class="layout-items-center" v-if="moduleUnfoldOpen">
|
||||
<a-menu
|
||||
v-model:selectedKeys="selectedKeys"
|
||||
mode="horizontal"
|
||||
|
@ -141,7 +141,7 @@
|
|||
.module-menu {
|
||||
line-height: 50px;
|
||||
border-bottom: 0px;
|
||||
width: 105%;
|
||||
min-width: 200px;
|
||||
}
|
||||
.module-menu-color {
|
||||
color: white;
|
||||
|
|
Loading…
Reference in New Issue