From 24886024f56264fe5453a331bc076a52c19dc5bb Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 06 八月 2020 13:38:16 +0800 Subject: [PATCH] 区域/时间规则/系统维护/实时监控/应用窗口全屏布局更新 --- src/pages/library/index/App.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/pages/library/index/App.vue b/src/pages/library/index/App.vue index e7f7ab2..5623643 100644 --- a/src/pages/library/index/App.vue +++ b/src/pages/library/index/App.vue @@ -1,6 +1,6 @@ <template> <div class="s-base-manage"> - <div class="flex-box base-overflow" style="margin-top: 10px;height: calc(100% - 20px);"> + <div class="flex-box base-overflow" > <div class="pl20 data-left-box"> <base-list ref="baseSync" @@ -123,9 +123,7 @@ </script> <style lang="scss" scoped> .s-base-manage { - width: 100% !important; box-sizing: border-box; - padding: 5px; background-color: #e9ebf2; } .base-overflow { -- Gitblit v1.8.0