king
2023-12-12 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a
src/templates/sharecomponent/treesettingcomponent/settingform/index.scss
@@ -1,15 +1,22 @@
.model-tree-setting-form-box {
  position: relative;
  >.ant-spin {
    position: absolute;
    top: 150px;
    left: calc(50% - 16px);
  }
  .model-tree-setting-form {
    .text-area {
      .CodeMirror {
        height: 150px;
      }
    }
    .anticon-question-circle {
      color: #c49f47;
      margin-right: 3px;
    }
  }
  .count-tip {
    position: absolute;
    top: 0px;
    color: #1890ff;
    font-size: 12px;
  }
  .operation-btn {
    display: inline-block;
@@ -39,4 +46,8 @@
    border: 0;
    box-shadow: unset;
  }
  .ant-tabs-nav-scroll {
    text-align: center;
  }
}