From 0ec1d94a52fb878098c3dda84e72f0f32b5ab9d2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 20 Jan 2022 14:38:38 +0800
Subject: [PATCH] +隐藏全屏弹窗的标签栏,隐藏底部最左侧按钮

---
 src/styles/entitys/text-entitys.scss |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index f5a3dc7..68f7e62 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -47,6 +47,8 @@
     }
 }
 .tag-entitys-box {
+    margin-left: 24px;
+    margin-bottom: 44px;
     height: 28px;
 
     .tag-content {
@@ -91,6 +93,9 @@
 }
 
 .way-entitys-box {
+    margin-left: 40px;
+    margin-bottom: 40px;
+    
     .way-title {
         border: white 1px solid;
         padding-left: 2px;
@@ -130,7 +135,21 @@
     }
 }
 
-.scene-entitys-box,
 .monitor-entitys-box {
     height: 40px;
+}
+
+
+.scene-entitys-box {
+
+    div {
+        line-height: 24px;
+        text-align: center;
+        font-weight: 700;
+        color: #009bff;
+    }
+
+    img {
+        height: 40px;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3