【更新】修复最大化标签之后,模块坞不显示的问题

pull/103/head^2
xlzy 2023-03-26 14:58:00 +08:00 committed by 小诺
parent 991fba682f
commit a2b7d7b713
1 changed files with 2 additions and 2 deletions

View File

@ -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;