瀏覽代碼

通讯录优化

codeMan 1 年之前
父節點
當前提交
024468deca
共有 2 個文件被更改,包括 3 次插入1 次删除
  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;
         }