From b90969f180475659307157322ca0108d4b39c6ee Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期一, 17 一月 2022 10:35:51 +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