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/chooseChannelForGb.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/chooseChannelForGb.vue b/web_src/src/components/dialog/chooseChannelForGb.vue index b8a7a0c..742b3de 100644 --- a/web_src/src/components/dialog/chooseChannelForGb.vue +++ b/web_src/src/components/dialog/chooseChannelForGb.vue @@ -75,7 +75,7 @@ count: 10, total: 0, eventEnanle: false, - winHeight: window.innerHeight - 350, + winHeight: window.innerHeight - 400, }; }, -- Gitblit v1.8.0