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/App.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 2959c60..b8667f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,11 +11,9 @@
     return {};
   },
   watch: {},
-  created() {
-
-  },
+  created() {},
   methods: {},
-  computed: {}
+  computed: {},
 };
 </script>
 <style lang="scss">

--
Gitblit v1.9.3