From c0b520cda47b8a36d0f5b70b69142ed555e21eba Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期日, 06 三月 2022 09:04:35 +0800 Subject: [PATCH] 开启TopNav没有子菜单情况隐藏侧边栏 --- src/main/resources/vm/vue/index-tree.vue.vm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/vm/vue/index-tree.vue.vm b/src/main/resources/vm/vue/index-tree.vue.vm index b154472..a95916f 100644 --- a/src/main/resources/vm/vue/index-tree.vue.vm +++ b/src/main/resources/vm/vue/index-tree.vue.vm @@ -1,6 +1,6 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" size="small" inline="true" v-show="showSearch" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> #foreach($column in $columns) #if($column.query) #set($dictType=$column.dictType) -- Gitblit v1.9.3