From 7a3686002153dafbc9ab156ad4aa654092d04a96 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Fri, 27 Feb 2026 09:38:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20SearchBar=20=E7=BB=84=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=87=8D=E7=BD=AE=E6=8C=89=E9=92=AE=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ccdiProject/components/SearchBar.vue | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/ruoyi-ui/src/views/ccdiProject/components/SearchBar.vue b/ruoyi-ui/src/views/ccdiProject/components/SearchBar.vue index 11fc81e..d207565 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/SearchBar.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/SearchBar.vue @@ -10,13 +10,7 @@ clearable size="medium" @keyup.enter.native="handleSearch" - > - 搜索 - + /> - + + 搜索 + 重置 + + @@ -123,18 +129,12 @@ export default { } } -:deep(.el-input-group__append) { - background-color: #409EFF; - color: white; - border-color: #409EFF; - cursor: pointer; - - &:hover { - background-color: #66b1ff; - } -} - :deep(.el-button--medium) { padding: 10px 16px; + margin-left: 8px; + + &:first-child { + margin-left: 0; + } }