Parcourir la source

通讯录优化

codeMan il y a 1 an
Parent
commit
024468deca
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 0
      cloud/contacts/index.vue
  2. 0 1
      cloud/globalSearch/index.vue

+ 3 - 0
cloud/contacts/index.vue

@@ -100,6 +100,9 @@ export default {
 </script>
 
 <style lang="scss">
+/deep/.u-list {
+    height: calc(100vh - 55px) !important;
+}
 .cantacts {
     box-sizing: border-box;
     background: #ffffff;

+ 0 - 1
cloud/globalSearch/index.vue

@@ -131,7 +131,6 @@ export default {
     }
     .content {
         background: #ffffff;
-        min-height: calc(100vh - 30px);
         .type-tabs {
             margin-bottom: 10px;
         }