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