From 1dcef4a760d1ee276e29ace9e7573ac816100178 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期五, 09 十月 2020 19:01:20 +0800 Subject: [PATCH] fix: warning about couldn't fulfill desired order of chunk group. on build --- 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