src/books/civilAviation/view/components/index.vue
@@ -46,6 +46,7 @@ }, computed: { fontSize() { this.transformDom(this.$store.state.qiankun.fontSize) return this.$store.state.qiankun.fontSize; }, pageZoom() { @@ -909,6 +910,13 @@ playVudio.requestPictureInPicture(); } } }, //其他类名下字体大小变化 transformDom(fs) { const blockElement = this.$refs.blockElement; if (blockElement) { blockElement.style.fontSize = fs; // 或者你想要的任何大小 } } }, components: {