king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/menu/components/share/actioncomponent/actionform/index.scss
@@ -1,5 +1,10 @@
.ant-advanced-search-form.commontable-action-form {
.menu-action-list-form {
  min-height: 190px;
  >.ant-row >.ant-col {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .superconfig {
    color: #1890ff;
    cursor: pointer;
@@ -12,13 +17,22 @@
      width: 86%;
    }
  }
  .ant-input-number {
    width: 100%;
  .codemirror {
    .ant-col-sm-7 {
      width: 14%;
    }
    .ant-col-sm-17 {
      width: 86%;
    }
    .ant-form-item-label {
      opacity: 0;
    }
  }
  .anticon-question-circle {
    color: #c49f47;
    position: relative;
    left: -3px;
  .ant-radio-group {
    white-space: nowrap;
    .ant-radio-wrapper {
      margin-right: 4px;
    }
  }
  .with-button {
    .ant-form-item-control-wrapper {
@@ -30,4 +44,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;
  }
}