src/books/lifeCare/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/drawflow/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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%;