From 3c093da398a4a9271c463341556d7621c1e4d0df Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 18 九月 2020 13:45:39 +0800 Subject: [PATCH] 场景编辑回显参数过滤逻辑修改 --- src/components/LeftNav.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 2ef7e0d..8a1411e 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -623,8 +623,9 @@ border: none; box-shadow: none; .el-tabs__header { + display: none; border-bottom: none; - margin: 0 0 15px; + //margin: 0 0 15px; } .el-tabs__content { padding: 0; @@ -751,6 +752,7 @@ .search-input { padding-top: 8px; padding-bottom: 12px; + text-align: left; .dev-tree-close { width: 10%; margin-left: 10px; -- Gitblit v1.8.0