index.less 1.16 KB
//抽屉 蒙层样式全局覆盖
.ant-drawer .ant-drawer-mask {
  background-color: transparent;
  transition: none;
  animation: none;
}

//开始节点 配置 抽屉页面 样式覆盖
.qx-df-start-setting-drawer {
  .ant-drawer-body {
    padding: 0;
  }

  .ant-form.ant-form-vertical {
    height: calc(100% - 57px);
    padding: 24px 18px 24px 24px;
    font-size: 14px;
    background-color: #fff;
    overflow-y: hidden;
    scrollbar-gutter: stable;

    &:hover {
      overflow-y: auto;
    }

    .qx-data-flow-tooltip-opt {
      margin-left: 4px;
      color: @N6;
    }

    .qx-flow-form__label-title {
      margin-bottom: 16px;
      line-height: 22px;
      font-size: 14px;
      font-weight: 600;
      color: @N9;
    }

    .qx-flow-form__label-tips {
      margin-bottom: 8px;
      line-height: 22px;
      font-size: 14px;
      font-weight: 400;
      color: @N8;
    }

    .ant-row.ant-form-item:not(:first-child) {
      margin-bottom: 16px;
    }

    .ant-col.ant-form-item-control {
      color: @N9;

      .ant-checkbox-wrapper,
      .ant-radio-wrapper {
        color: @N9;
      }
    }

    .ant-col ant-form-item-label {
      color: @N8;
    }
  }
}