From d5c3340757ae00a2ad617c4241dfd3792f36e036 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 14 十二月 2020 18:23:42 +0800
Subject: [PATCH] 2020-12-14

---
 src/templates/formtabconfig/index.scss |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/templates/formtabconfig/index.scss b/src/templates/formtabconfig/index.scss
index 2fe6ff6..dca4801 100644
--- a/src/templates/formtabconfig/index.scss
+++ b/src/templates/formtabconfig/index.scss
@@ -224,6 +224,7 @@
                   width: 89%;
                 }
                 .ant-form-item-control-wrapper {
+                  position: relative;
                   .ant-input-number {
                     width: 100%;
                     margin-top: 4px;
@@ -238,20 +239,21 @@
                   .ant-btn {
                     margin-top: 4px;
                   }
-                  .input-mask {
-                    position: absolute;
-                    top: 0;
-                    left: 0;
-                    right: 0;
-                    bottom: 0;
-                    opacity: 0;
-                    z-index: 2;
-                  }
                   .data-range .ant-calendar-picker-input {
                     padding: 4px 20px 4px 5px;
                     font-size: 13px;
                   }
                 }
+                .ant-form-item-control-wrapper::after {
+                  content: '';
+                  position: absolute;
+                  top: 0;
+                  left: 0;
+                  right: 0;
+                  bottom: 0;
+                  opacity: 0;
+                  z-index: 1;
+                }
               }
             }
             .ant-calendar-picker {

--
Gitblit v1.8.0