king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/menu/components/share/actioncomponent/actionform/index.scss
@@ -1,5 +1,10 @@
.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,6 +17,17 @@
      width: 86%;
    }
  }
  .codemirror {
    .ant-col-sm-7 {
      width: 14%;
    }
    .ant-col-sm-17 {
      width: 86%;
    }
    .ant-form-item-label {
      opacity: 0;
    }
  }
  .ant-radio-group {
    white-space: nowrap;
    .ant-radio-wrapper {