From bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Tue, 25 Oct 2022 16:15:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/sd-jg-school-web into master

---
 src/styles/divforms/panoramaBox.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/styles/divforms/panoramaBox.scss b/src/styles/divforms/panoramaBox.scss
index 084b5af..dd8618d 100644
--- a/src/styles/divforms/panoramaBox.scss
+++ b/src/styles/divforms/panoramaBox.scss
@@ -101,7 +101,7 @@
 
     .arrow {
         position: absolute;
-        bottom: 0;
+        bottom: 50%;
         left: 0;
         width: 45px;
         height: 2px;
@@ -191,7 +191,10 @@
 
     .arrow {
         position: absolute;
-        bottom: 0;
+
+        align-items: flex-start;
+        flex-wrap: wrap;
+        bottom: 50%;
         left: 0;
         width: 45px;
         height: 2px;

--
Gitblit v1.9.3