king
2021-06-02 e543372cc70a19ff2630c79d8421c2c593e54e5f
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%;
    }
  }
}