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;