最新回答 / 慕粉2138258385
翻页的时候获取当前位置this.rendition.currentLocation().start.percentage在把当前位置赋值给进度条(或者进行绑定)
2020-10-30
global.scss报错
@import 'reset';
@fontSize:37.5;
@function px2rem($px){
@return ($px / @fontSize) + rem;
}
@mixin center(){
display: flex;
justify-content: center;
align-items: center;
}
错误如下:
Module build failed: TypeError: resolverFactory is not a function
@import 'reset';
@fontSize:37.5;
@function px2rem($px){
@return ($px / @fontSize) + rem;
}
@mixin center(){
display: flex;
justify-content: center;
align-items: center;
}
错误如下:
Module build failed: TypeError: resolverFactory is not a function
2020-09-24
最新回答 / 慕粉2138258385
翻页的时候获取当前位置this.rendition.currentLocation().start.percentage在把当前位置赋值给进度条(或者进行绑定)
2020-09-01
已采纳回答 / qq_慕娘6440075
我也是在别的回答里面看到别人回复的,试了可以用,你把这个const DOWNLOAD_URL = '/static/2018_Book_AgileProcessesInSoftwareEngine.epub'换成const DOWNLOAD_URL = '/2018_Book_AgileProcessesInSoftwareEngine.epub'
2020-08-11