From 0cf2a49d80c8d4ffba2df32f530f498a2c94458e Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Sep 2025 18:31:05 +0800
Subject: [PATCH] 1

---
 src/views/quotes/components/head.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/quotes/components/head.vue b/src/views/quotes/components/head.vue
index bd47298..a44c9be 100644
--- a/src/views/quotes/components/head.vue
+++ b/src/views/quotes/components/head.vue
@@ -21,18 +21,17 @@
 
 
 <style lang="scss" scoped>
+@import "@/assets/css/variable.scss";
 .head {
     width: 100%;
-    $inp-bg: #F7F7F7;
-    $inp-c: #999;
     margin-bottom: 1rem;
 
     .more_input {
         width: 100%;
         height: 4.5rem;
-        background: $inp-bg;
+        background: $input_background;
         border-radius: 2.25rem;
-        color: $inp-c;
+        color: $text_color;
         font-size: 1.5rem;
 
         span {

--
Gitblit v1.9.3