king
2021-11-12 0c84df247914f893ef5e41d57a422e10a2dc814c
src/templates/sharecomponent/actioncomponent/actionform/index.scss
@@ -1,4 +1,4 @@
.ant-advanced-search-form.commontable-action-form {
.normal-action-list-form {
  min-height: 190px;
  .superconfig {
    color: #1890ff;
@@ -18,14 +18,6 @@
      margin-right: 4px;
    }
  }
  .ant-input-number {
    width: 100%;
  }
  .anticon-question-circle {
    color: #c49f47;
    position: relative;
    left: -3px;
  }
  .with-button {
    .ant-form-item-control-wrapper {
      padding-right: 63px;
@@ -36,4 +28,12 @@
      top: 4.5px;
    }
  }
  .ant-input:read-only {
    background: #fafafa;
    resize: none;
  }
  .ant-input:read-only:hover, .ant-input:read-only:focus {
    border-color: #d9d9d9;
    box-shadow: none;
  }
}