From 666c61a8dca571045e422e6c85f1b7a8179f0df5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 29 Dec 2021 13:41:37 +0800
Subject: [PATCH] +搜索确认按钮位置 加上展开,  适应1366 768分辨率的缩放zoom ,

---
 src/store/getters.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index 336af48..51e61df 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -30,5 +30,6 @@
   clearOtherBut: state => state.control.clearOtherBut,
   windowWidth: state => state.control.windowWidth,
   windowHeight: state => state.control.windowHeight,
+  table_height: state => state.control.table_height,
 }
 export default getters

--
Gitblit v1.9.3