闫增涛
2024-05-31 a6c30a8f6a742bb8c7840128482e06be2c997495
优化
2个文件已修改
5 ■■■■ 已修改文件
src/books/lifeCare/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/drawflow/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/lifeCare/index.vue
@@ -186,7 +186,7 @@
  },
  mounted() {
    // 默认加载章节
    this.showCatalogList = [4];
    this.showCatalogList = [1];
    // 滚动监听节流
    this.throttledScrollHandler = _.throttle(
      this.scrollFun,
src/components/drawflow/index.vue
@@ -249,6 +249,9 @@
<style scoped lang="less">
@import "drawflow/dist/drawflow.min.css";
.drawflow .drawflow-node.selected {
  background: #fff;
}
.drawflow {
  width: 100%;
  height: 100%;