From 7d0a954d23d21c0cdaff6ed20ad7291b3dbf889a Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 30 六月 2022 17:45:39 +0800
Subject: [PATCH] 1.完成制造模型(工序定义)页面开发
---
src/layout/components/TagsView/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index 96acacc..18d4a2c 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -198,6 +198,7 @@
</script>
<style lang="scss" scoped>
+$main_color :#42b983;
.tags-view-container {
height: 34px;
width: 100%;
@@ -225,9 +226,9 @@
margin-right: 15px;
}
&.active {
- background-color: #42b983;
+ background-color:$main_color;
color: #fff;
- border-color: #42b983;
+ border-color:$main_color;
&::before {
content: '';
background: #fff;
--
Gitblit v1.9.3