#warnName {
  font-size: 14px;
}

.warning_form_wrapper {
  .ant-form-item-control{
    display: flex;
    align-items: center;
  }
  .ejcui-table .ant-table td.ant-table-selection-column {
    background: transparent !important;

    .ant-checkbox-inner {
      width: 18px;
      height: 18px;
    }
  }
  .ejcui-table .ant-table td {
    border: none !important;
  }
  .ant-checkbox-checked .ant-checkbox-inner:after {
    width: 7px;
    height: 11px;
  }

  .ant-tag {
    height: 28px;
    line-height: 16px;
    padding: 6px 12px;
  }

  .paramLine > .ejcui-inputnumber {
    display: inline-block;
  }
}