king
2021-11-12 0c84df247914f893ef5e41d57a422e10a2dc814c
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;
  }
  .verify-card-box .ant-tabs-nav-scroll {
    text-align: center;
  }
}