this.currentBooks.rendition.themes.fontSize(fontSize)字號不能切換
老師,我跟著你的免費課程和付費課程一起看的。在代碼中,
methods: {
setFontSize(fontSize) {
this.setDefaultFontSize(fontSize)
this.currentBooks.rendition.themes.fontSize(fontSize)
}
}
我fontSize字號能打印出來,就是字體大小不能跟著改變,不知道為什么
2021-02-28
請問解決這個問題了嗎, 不知道是不是版本的問題還是其他的一些什么原因
2019-05-30
打印一下你的fontsize 看一下是‘18’還是‘18px’沒有的話加上;
this.currentBooks.rendition.themes.fontSize(fontSize+‘px’)
2018-12-26
請繼續往下看,假如最后還是跑不起來的話來這里看看,地址:https://github.com/CruxF/IMOOC/tree/master/Vue?1545787902516