king
2022-01-17 92224e3d5e03f223bf2fb4b0eb88b74e790d8da9
src/templates/sharecomponent/settingcomponent/settingform/datasource/index.scss
@@ -1,22 +1,22 @@
.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;
      }
    }
    .anticon-question-circle {
      color: #c49f47;
      margin-right: 3px;
    }
  }
  .color-sketch-block {
    position: relative;
    top: 7px;
  }
}