From ad4afd9d676739d8ad67c134b9ea05ad32cf0c68 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 17 一月 2022 09:41:43 +0800 Subject: [PATCH] 优化通道选择页面样式 --- web_src/src/components/dialog/chooseChannel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/chooseChannel.vue b/web_src/src/components/dialog/chooseChannel.vue index 85755e8..cc810c9 100644 --- a/web_src/src/components/dialog/chooseChannel.vue +++ b/web_src/src/components/dialog/chooseChannel.vue @@ -7,7 +7,7 @@ <el-tabs v-model="catalogTabActiveName" > <el-tab-pane label="鐩綍缁撴瀯" name="catalog"> <el-container> - <el-main style="background-color: #FFF;"> + <el-main v-bind:style="{backgroundColor: '#FFF', maxHeight: winHeight + 'px'}"> <chooseChannelForCatalog ref="chooseChannelForCatalog" :platformId=platformId :platformName=platformName :defaultCatalogId=defaultCatalogId :catalogIdChange="catalogIdChange"></chooseChannelForCatalog> </el-main> </el-container> -- Gitblit v1.8.0