From 29d69267f9747f268a967a039f685da7e85da3a8 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期一, 17 一月 2022 10:16:58 +0800
Subject: [PATCH] 优化通道选择页面样式和优化拉框放大与缩小的接口路径

---
 web_src/src/components/dialog/chooseChannel.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/web_src/src/components/dialog/chooseChannel.vue b/web_src/src/components/dialog/chooseChannel.vue
index cc810c9..5544b38 100644
--- a/web_src/src/components/dialog/chooseChannel.vue
+++ b/web_src/src/components/dialog/chooseChannel.vue
@@ -70,7 +70,8 @@
             platformName: "",
             defaultCatalogId: "",
             showDialog: false,
-            chooseData: {}
+            chooseData: {},
+            winHeight: window.innerHeight - 250,
 
         };
     },

--
Gitblit v1.8.0