@@ -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;
@@ -131,7 +131,6 @@ export default {
}
.content {
- min-height: calc(100vh - 30px);
.type-tabs {
margin-bottom: 10px;