From c115e0221b8f17b7cd4b74555a98082000388f96 Mon Sep 17 00:00:00 2001 From: JINGYJ <1458671527@qq.com> Date: Fri, 13 Jun 2025 11:34:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element-plus copy.scss | 4 ++-- src/views/dataView/components/Type3CigaretteOffer.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/element-plus copy.scss b/src/styles/element-plus copy.scss index 6757ddc..8f111cb 100644 --- a/src/styles/element-plus copy.scss +++ b/src/styles/element-plus copy.scss @@ -6,7 +6,7 @@ @forward "element-plus/theme-chalk/src/common/var.scss" with ( $colors: ( "primary": ( - "base": #2de6ff, + "base": #154DDD, ), ), $select-dropdown: ( @@ -30,7 +30,7 @@ .el-button:hover { color: white; - background-color: transparent; + background-color: #154DDD; outline: none; } diff --git a/src/views/dataView/components/Type3CigaretteOffer.vue b/src/views/dataView/components/Type3CigaretteOffer.vue index ae1bb45..3ee0aee 100644 --- a/src/views/dataView/components/Type3CigaretteOffer.vue +++ b/src/views/dataView/components/Type3CigaretteOffer.vue @@ -20,7 +20,7 @@ ></video> </div> <div class="type-fourth-mid-tab"> - <el-button class="w-[76px] h-[32px!important]">全部</el-button> + <el-button type="primary" class="w-[76px] h-[32px!important]">全部</el-button> <el-button class="w-[76px] h-[32px!important]">人员</el-button> <el-button class="w-[76px] h-[32px!important]">车辆</el-button> <el-button class="w-[76px] h-[32px!important]">路灯</el-button>