From 05e12ffc0cd7ca5cc0469cc7b69f9a524d722d1c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 13 Jan 2022 17:46:52 +0800
Subject: [PATCH] 忽略模型文件
---
src/styles/entitys/text-entitys.scss | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/styles/entitys/text-entitys.scss b/src/styles/entitys/text-entitys.scss
index 90f4722..f5a3dc7 100644
--- a/src/styles/entitys/text-entitys.scss
+++ b/src/styles/entitys/text-entitys.scss
@@ -69,6 +69,27 @@
margin: -6px 26px 0px 10px;
}
}
+
+.point-entitys-box {
+ width: 72px;
+ height: 64px;
+
+ .point-logo {
+ height: 40px;
+ text-align: center;
+ img {
+ height: 40px;
+ }
+ }
+
+ .point-title {
+ font-weight: 700;
+ text-align: center;
+ color: red;
+ line-height: 24px;
+ }
+}
+
.way-entitys-box {
.way-title {
border: white 1px solid;
@@ -108,3 +129,8 @@
background: transparent;
}
}
+
+.scene-entitys-box,
+.monitor-entitys-box {
+ height: 40px;
+}
\ No newline at end of file
--
Gitblit v1.9.3