king
2020-06-02 a181fc113d024ed34d6b488c65882961bd1de3f4
src/templates/sharecomponent/tabscomponent/tabform/index.scss
@@ -1,7 +1,16 @@
.ant-advanced-search-form.commontable-tab-form {
.model-tab-form {
  min-height: 180px;
  .anticon-question-circle {
    color: #c49f47;
    margin-right: 3px;
  }
  .ant-input-number {
    width: 100%;
    .ant-input-number-input:read-only {
      color: red;
      :hover {
        border-color: #d9d9d9;
      }
    }
  }
}