From 37650d4085d47b6f79e097d49c6ea09b1c713e58 Mon Sep 17 00:00:00 2001 From: xc Date: Wed, 10 Sep 2025 11:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/afvue/src/views/Sfilecompare.vue | 54 ++++++++++++++++------------ 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/vue/afvue/src/views/Sfilecompare.vue b/vue/afvue/src/views/Sfilecompare.vue index 03d92fa..7a4fd86 100644 --- a/vue/afvue/src/views/Sfilecompare.vue +++ b/vue/afvue/src/views/Sfilecompare.vue @@ -12,10 +12,14 @@
-
+ +
+ 当前路径:{{fspath}} ,文件数量:{{ fsclist.length }} +
@@ -30,16 +34,21 @@
-
+ +
+ 当前路径:{{fspath}} ,文件数量:{{ fsclist.length }} +
@@ -119,6 +120,9 @@ export default { border-right: 1px solid #ccc; margin-top: 22px; } +.sfcon:nth-child(2) .sflist{ + background-color: #c3c3c3; +} .sfind{ width: 100%; height: 40px; @@ -133,6 +137,7 @@ export default { margin-top: 20px; display: block; width: 100%; + min-height: 500px; } .sfcon .sflist ul li{ list-style: none; @@ -142,4 +147,9 @@ export default { line-height: 40px; border-bottom: 1px dashed #ccc; } +.sfcon .sflist .tips{ + width: 100%; + float: left; + margin-top: 12px; +} \ No newline at end of file