From 98a6297b10a4b97c3022f84d3ba7908c178d9ee0 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 20 十月 2020 10:30:10 +0800
Subject: [PATCH] 应用中心安装提示bug修复

---
 src/pages/datapush/index/App.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/datapush/index/App.vue b/src/pages/datapush/index/App.vue
index ae3fccc..bdf3b73 100644
--- a/src/pages/datapush/index/App.vue
+++ b/src/pages/datapush/index/App.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="flex-box bg-w ">
+  <div class="flex-box bg-w">
     <div class="ev-left-list">
       <div class="resize-bar"></div>
       <div class="resize-line"></div>
@@ -7,7 +7,6 @@
         <leftList
           ref="baseSync"
           listWidth="350px"
-          title="鍚屾搴�"
           type="1"
           :isSelected="isSelected"
           :activeId="selectedId"
@@ -98,7 +97,8 @@
 </script>
 
 <style lang="scss">
-.flex-box{
+.flex-box {
+  display: flex;
   height: 100%;
 }
 .ev-left-list {
@@ -118,7 +118,7 @@
   overflow-x: hidden;
 }
 .resize-bar {
-  width: 310px;
+  width: 370px;
   height: inherit;
   resize: horizontal;
   cursor: ew-resize;

--
Gitblit v1.8.0