소스 검색

通讯录优化

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