From 9c908630ae2b9d3e7996872e1ba7bc61f229bb2f Mon Sep 17 00:00:00 2001 From: lushangqing <lushangqing@honggroup.com.cn> Date: Fri, 10 Jun 2022 16:18:55 +0800 Subject: [PATCH] 【无】部门管理增加业务授权功能-表格高度调整 #2 --- hg-monitor-web-base/src/main/resources/static/vue3/src/views/orgBustype/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hg-monitor-web-base/src/main/resources/static/vue3/src/views/orgBustype/index.html b/hg-monitor-web-base/src/main/resources/static/vue3/src/views/orgBustype/index.html index 3a041cd..20de1d9 100644 --- a/hg-monitor-web-base/src/main/resources/static/vue3/src/views/orgBustype/index.html +++ b/hg-monitor-web-base/src/main/resources/static/vue3/src/views/orgBustype/index.html @@ -68,7 +68,7 @@ :pageSize="search.limitUn" :showPage="true" :showTools="false" - :height="height - 230"> + :height="height - 300"> <template #default="{row,prop,column}"> <div v-if="prop=='showType'"> <el-select v-model="row.showType" placeholder=""> -- libgit2 0.24.0