From f3feaf2aec7662a570a61646845d42f5f4ec3a41 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 08 四月 2021 10:23:40 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index f760f7e..5a47938 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -93,7 +93,7 @@ <style lang="less" scoped> .public-bounced { - width: 10rem; + width: 8rem; //height: 2.6rem; //width: 70vw; //height: 30vh; @@ -101,8 +101,8 @@ position: absolute; //bottom: 2rem; //left: 5rem; - top: 5%; - left: 5%; + top: 15%; + left: 15%; background-color: #002432; border: 1px #9fc5c8 solid; @@ -135,7 +135,7 @@ justify-content: space-around; .public-bounced-content-left { - width: 6.8rem; + width: 4.8rem; } .public-bounced-content-right { -- Gitblit v1.8.0