king
2020-12-14 d5c3340757ae00a2ad617c4241dfd3792f36e036
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 {