From 7b01bec1609710729a868093ad69484ebea82d80 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 20 十月 2020 10:16:26 +0800
Subject: [PATCH] 2020-10-20

---
 src/templates/modalconfig/index.scss |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss
index f09e697..2969e25 100644
--- a/src/templates/modalconfig/index.scss
+++ b/src/templates/modalconfig/index.scss
@@ -198,6 +198,20 @@
                 text-overflow: ellipsis;
                 white-space: nowrap;
               }
+              label.required::before {
+                display: inline-block;
+                margin-right: 4px;
+                color: #f5222d;
+                font-size: 14px;
+                font-family: SimSun, sans-serif;
+                line-height: 1;
+                content: '*';
+              }
+              .anticon-question-circle {
+                color: #c49f47;
+                margin-right: 3px;
+                line-height: 40px;
+              }
             }
             .ant-form-item-control-wrapper {
               .ant-select {

--
Gitblit v1.8.0