From dd005b03c33258be77e39b2c1cc5cc6f78387542 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期四, 08 四月 2021 10:13:45 +0800
Subject: [PATCH] 弹框问题修改

---
 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