Pārlūkot izejas kodu

Merge branch 'localhost'

codeMan 1 gadu atpakaļ
vecāks
revīzija
5bbb6ab410
2 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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;
         }