From fecc5e4d073cbc7754cbfe3419fcc99003da5c91 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 31 三月 2021 15:39:43 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index 9d1812d..ff6bfb2 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -97,14 +97,17 @@ display: flex; //align-items: center; justify-content: space-around; + padding: 10px; .public-bounced-content-left { - width: 48%; + flex: 3; height: 100%; + margin-right: 10px; } .public-bounced-content-right { - width: 48%; + flex: 2; + //width: 48%; height: 100%; } } -- Gitblit v1.8.0