ソースを参照

通讯录优化

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;
         }