king
2020-06-19 cd42d41344f0f780e0c0ac0a3625aeb78160f9dd
src/mob/datasource/verifycard/customscript/index.scss
@@ -1,5 +1,31 @@
#verify-custom-scripts {
  .ant-select-dropdown-menu-item {
    white-space: normal;
.modal-menu-setting-script {
  .sqlfield {
    .ant-form-item {
      margin-bottom: 5px;
    }
    .ant-form-item-control {
      line-height: 24px;
    }
    .ant-form-item-label {
      line-height: 25px;
    }
    .ant-form-item-children {
      line-height: 22px;
    }
    .ant-col-sm-8 {
      width: 10.5%;
    }
    .ant-col-sm-16 {
      width: 89.5%;
    }
  }
  .sql {
    .ant-col-sm-8 {
      width: 10.5%;
    }
    .ant-col-sm-16 {
      width: 89.5%;
      padding-top: 4px;
    }
  }
}