king
2021-07-01 151d3aee0218a3eb6b928b0b327be6cd9ac7652c
src/templates/sharecomponent/settingcomponent/settingform/datasource/index.scss
@@ -1,13 +1,13 @@
.model-datasource-setting-form-box {
.model-table-datasource-setting-form-box {
  position: relative;
  .model-setting-form {
    .data-source {
      .ant-form-item-label {
        width: 11%;
        width: 16.5%;
      }
      .ant-form-item-control-wrapper {
        width: 89%;
        width: 83.5%;
      }
      .CodeMirror {
        height: 150px;
@@ -17,6 +17,9 @@
      color: #c49f47;
      margin-right: 3px;
    }
    .ant-input-number {
      width: 100%;
    }
  }
}