king
2021-06-10 5cfe6db94c1449810a44660b299dba8e7e98e5c5
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%;
    }
  }
}