From 6baa3007e9c066ae6db258a62d9e1f9744970e59 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期日, 29 一月 2023 11:25:34 +0800
Subject: [PATCH] 1.工艺路线页面弹窗工艺设置样式需求修改

---
 src/layout/components/TagsView/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index 14bf3bd..b173a80 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -9,6 +9,7 @@
         :to="{ path: tag.path, query: tag.query, fullPath: tag.fullPath }"
         tag="span"
         class="tags-view-item"
+        :style="{background:isActive(tag)?$store.state.settings.theme:'',border:isActive(tag)?'1px solid'+$store.state.settings.theme:''}"
         @click.middle.native="!isAffix(tag)?closeSelectedTag(tag):''"
         @contextmenu.prevent.native="openMenu(tag,$event)"
       >

--
Gitblit v1.9.3