king
2020-09-09 2a347c8d91d6962f4302f0553c55a3b9f743baa5
src/templates/sharecomponent/treesettingcomponent/settingform/index.scss
@@ -1,5 +1,10 @@
.model-tree-setting-form-box {
  position: relative;
  >.ant-spin {
    position: absolute;
    top: 150px;
    left: calc(50% - 16px);
  }
  .model-tree-setting-form {
    .text-area {
      .CodeMirror {
@@ -39,4 +44,8 @@
    border: 0;
    box-shadow: unset;
  }
  .verify-card-box .ant-tabs-nav-scroll {
    text-align: center;
  }
}