From 9a069e6d2e260356348008fccc807c2019bc5240 Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Tue, 7 Sep 2021 15:37:49 +0800 Subject: [PATCH] init --- src/views/building/area.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/building/area.vue b/src/views/building/area.vue index d9cde26..7e5fcfe 100644 --- a/src/views/building/area.vue +++ b/src/views/building/area.vue @@ -300,8 +300,7 @@ export default { height: 80vh; background: #ffffff; border-radius: 4px; - } -} + .app-titel { width: 100%; background: #FFFFFF; @@ -309,6 +308,7 @@ export default { display: flex; justify-content: space-between; padding: 0 10px; + padding-top: 15px; } .app-titel-name{ text-align: center; @@ -333,5 +333,7 @@ export default { .blockbox { margin-left: auto; } + } +}