From 3ea790ec7b0280a55cc406d2c3dc9fa5411a7471 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Jan 2022 17:32:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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