From 684d74d2285092559b5d25fac451e4f1abb52a5b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 17:28:44 +0800
Subject: [PATCH] 部分内容完善

---
 src/styles/entitys/text-entitys.scss |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index 314a6ef..b467d8a 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -47,8 +47,7 @@
     }
 }
 .tag-entitys-box {
-    margin-left: 24px;
-    margin-bottom: 44px;
+    transform: translate(24px, -44px);
     height: 28px;
 
     .tag-content {
@@ -93,8 +92,7 @@
 }
 
 .way-entitys-box {
-    margin-left: 8px;
-    margin-bottom: 136px;
+    transform: translate(8px, -136px);
 
     .way-title {
         border: white 1px solid;
@@ -115,7 +113,7 @@
 }
 
 .park-entitys-box {
-    margin-bottom: 26px;
+    transform: translate(0, -26px);
 
     .park-title {
         position: relative;

--
Gitblit v1.9.3