From c7095a2bce8dbba2ae1e67e27806b33442d2c27a Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期一, 28 九月 2020 19:45:29 +0800 Subject: [PATCH] 完善事件推送应用 --- src/pages/datapush/index/App.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/datapush/index/App.vue b/src/pages/datapush/index/App.vue index ae3fccc..54f835b 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,7 @@ </script> <style lang="scss"> -.flex-box{ +.flex-box { height: 100%; } .ev-left-list { @@ -118,7 +117,7 @@ overflow-x: hidden; } .resize-bar { - width: 310px; + width: 370px; height: inherit; resize: horizontal; cursor: ew-resize; -- Gitblit v1.8.0