king
2024-05-30 71c9a33a74eba93449193027c007df4404b91a4e
2024-05-30
3个文件已修改
63 ■■■■ 已修改文件
src/menu/components/share/actioncomponent/actionform/index.jsx 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/stylecombcontroller/index.scss 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/stylecontroller/index.scss 28 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -723,6 +723,10 @@
      } else if (value === 'custom') {
        _fieldval.Ot = 'required'
      }
      if (_fieldval.Ot === 'required' && this.record.execError === 'never') {
        this.record.execError = 'grid'
        _fieldval.execError = 'grid'
      }
      if (this.props.type === 'card' && _fieldval.Ot === 'required') { // 卡片中无多行选项
        _fieldval.Ot = 'requiredSgl'
@@ -741,6 +745,9 @@
      if (appType !== 'mob' && value === 'notRequired') {
        this.record.control = ''
        _fieldval.control = ''
      } else if (value === 'required' && this.record.execError === 'never') {
        this.record.execError = 'grid'
        _fieldval.execError = 'grid'
      }
    } else if (key === 'pageTemplate') {
      if (value === 'pay') {
src/menu/stylecombcontroller/index.scss
@@ -115,34 +115,6 @@
  }
}
.margin-popover {
  padding-top: 0px;
  .ant-popover-inner-content {
    width: 90px;
    padding: 0px 5px;
    .ant-menu-root.ant-menu-vertical {
      border: 0;
      .ant-menu-item {
        height: 30px;
        cursor: pointer;
        line-height: 30px;
      }
      .ant-menu-item:not(:last-child) {
        margin-bottom: 0px;
      }
      .ant-menu-item:first-child {
        margin-top: 10px;
      }
      .ant-menu-item:last-child {
        margin-bottom: 10px;
      }
    }
  }
  .ant-popover-arrow {
    display: none;
  }
}
.menu-style-drawer {
  .ant-drawer-body {
    height: calc(100vh - 50px);
src/menu/stylecontroller/index.scss
@@ -156,34 +156,6 @@
  }
}
.margin-popover {
  padding-top: 0px;
  .ant-popover-inner-content {
    width: 90px;
    padding: 0px 5px;
    .ant-menu-root.ant-menu-vertical {
      border: 0;
      .ant-menu-item {
        height: 30px;
        cursor: pointer;
        line-height: 30px;
      }
      .ant-menu-item:not(:last-child) {
        margin-bottom: 0px;
      }
      .ant-menu-item:first-child {
        margin-top: 10px;
      }
      .ant-menu-item:last-child {
        margin-bottom: 10px;
      }
    }
  }
  .ant-popover-arrow {
    display: none;
  }
}
.menu-style-drawer {
  .ant-drawer-body {
    height: calc(100vh - 50px);