From c6ebb1358817815ea2f3a87dfcb59c9b47a5e134 Mon Sep 17 00:00:00 2001 From: xc Date: Wed, 10 Sep 2025 16:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8A=9F=E8=83=BD=E5=8C=BA?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/afvue/src/views/Sfilecompare.vue | 32 ++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/vue/afvue/src/views/Sfilecompare.vue b/vue/afvue/src/views/Sfilecompare.vue index 791f82b..4d1ad8c 100644 --- a/vue/afvue/src/views/Sfilecompare.vue +++ b/vue/afvue/src/views/Sfilecompare.vue @@ -8,7 +8,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -220,8 +220,36 @@ export default { } .sfind{ width: 100%; + /* height: 40px; */ + line-height: 40px; + padding: 12px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} +.sfind .selbox{ + height: 40px; + border-top: none; + border-left:none; + border-right: none; + + outline: none; + padding: 0 12px; +} +.sfind .inputbox{ height: 40px; line-height: 40px; + padding: 12px; + border-top: none; + border-left:none; + border-right: none; + margin-left: 12px; + outline: none; + width: 460px; +} +.sfind button{ + width: 70px; + height: 40px; + margin-left: 12px; + } .sfcon .sflist{ min-height: 560px;