From cf2d4597bb7ec0857aad73aafcf2569374fdb42d Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期四, 17 四月 2025 17:37:22 +0800
Subject: [PATCH] 添加全局变量文件

---
 src/views/GB19762-2025.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/GB19762-2025.vue b/src/views/GB19762-2025.vue
index 582f129..a992338 100644
--- a/src/views/GB19762-2025.vue
+++ b/src/views/GB19762-2025.vue
@@ -1,7 +1,7 @@
 <template>
 	<!-- <div class="detail-container">{{ Math.pow(Math.log(60), 2) }}
     </div> -->
-	<div class="container mx-auto px-4 py-8 bg-white industrial-soft-style" style="margin-top: 20px; padding-top: 15px">
+	<div class="container mx-auto px-4 py-8 bg-white" style="margin-top: 20px; padding-top: 15px">
 		<div class="w-100 h-100" style="background-color: #fff">
 			<div class="mb-6 text-gray-500">
 				<el-breadcrumb separator="/">
@@ -110,7 +110,7 @@
 						</el-icon>鍥芥爣浜�2026骞�3鏈�1鏃ュ紑濮嬪疄鏂�</label>
 					<div class="flex items-end">
 						<div>
-							<el-button type="primary" @click="Calc">璁$畻</el-button>
+							<el-button type="primary" style="background-color: var(--theme-color); border-color: var(--theme-color)" @click="Calc">璁$畻</el-button>
 							<el-button @click="clear" type="info">娓呯┖</el-button>
 						</div>
 						<div class="flex">
@@ -578,7 +578,7 @@
 	height: auto;
 	margin: 0 4px 0 0;
 	padding: 2px 2px;
-	line-height: 20px;
+	line-height: 32px;
 	white-space: nowrap;
 	cursor: default;
 	opacity: 1;
@@ -588,12 +588,12 @@
 }
 
 .ant-tag:hover {
-	color: #1c97b7;
+	color: var(--theme-color);
 	cursor: pointer;
 }
 
 .ant-tag-checked {
-	background-color: #1c97b7;
+	background-color: var(--theme-color);
 	color: #fff;
 }
 

--
Gitblit v1.9.3