From f857a9130f97694c756dc8913e900bf9a74563ef Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 23 十月 2020 09:41:49 +0800
Subject: [PATCH] 新增标注应用demo,场景配置添加区域判空检测(复制算法可能导致区域为空)

---
 public/index.html |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html
index 577320a..fac9533 100644
--- a/public/index.html
+++ b/public/index.html
@@ -354,6 +354,20 @@
     .el-input.is-disabled .el-input__suffix{
       visibility: hidden;
     }
+    .form-tip{
+      color: #999;
+      position: relative;
+      text-align: left;
+      padding-left: 10px;
+    }
+    .form-tip:before{
+      content:'*';
+      position: absolute;
+      top: 0;
+      left: 0;
+      color: #f90;
+      font-size: 14px;
+    }
     </style>
 
   </head>

--
Gitblit v1.8.0