From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +0800
Subject: [PATCH] 1
---
src/views/quotes/components/head.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/quotes/components/head.vue b/src/views/quotes/components/head.vue
index bd47298..29eaa18 100644
--- a/src/views/quotes/components/head.vue
+++ b/src/views/quotes/components/head.vue
@@ -1,6 +1,7 @@
<template>
<div class="head flex justify-between items-center pl-5 pr-5">
- <div class="more_input pl-20 pr-5 flex items-center justify-start mr-5 pt-2" @click="onRoute('/optional/search')">
+ <div class="more_input pl-20 pr-5 flex items-center justify-start mr-5 pt-2"
+ @click="onRoute('/optional/search')">
<img src="@/assets/imgs/quotes/search.png" alt="">
<span class="pl-5">{{ $t('请输入关键词搜寻') }}</span>
</div>
@@ -30,11 +31,16 @@
.more_input {
width: 100%;
height: 4.5rem;
- background: $inp-bg;
+ // background: $inp-bg;
border-radius: 2.25rem;
- color: $inp-c;
+ // color: $inp-c;
font-size: 1.5rem;
+ @include themify() {
+ background: themed("input_background");
+ color: themed("text_color1");
+ }
+
span {
text-overflow: ellipsis;
overflow: hidden;
--
Gitblit v1.9.3