king
2021-05-24 f267d04e0561a0a20d1f2a9f558a273558ece90d
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%;
    }
  }
}