From 3ad119ce8540ccd941f97c272d95180618ff0965 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 15 三月 2024 16:04:01 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before --- src/view/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 3a373e8..200863a 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -162,8 +162,7 @@ } .tag>.el-icon-s-unfold, - .el-icon-s-fold, - .tag>.el-icon-delete { + .el-icon-s-fold{ font-size: 16px; cursor: pointer; margin: 0 8px; @@ -211,6 +210,11 @@ .active_tab i { display: inline; color: #3A7BFA; + border-radius: 50%; + } + + .active_tab i:hover{ + background-color: rgba(0, 0, 0, 0.08); } .component_view { @@ -311,7 +315,6 @@ <i class="el-icon-close" @click="removeTab(ai)" v-if="tabActive!=0"></i> </div> </div> - <i class="el-icon-delete" @click="allDel" title="鍒犻櫎鎵�鏈夋爣绛鹃〉"></i> </div> <div class="component_view"> <component class="com_index" v-for="(com, index) in tabs" :is="com.u" :key="com.k" v-show="com.k == tabActive" -- Gitblit v1.9.3