|
@@ -432,7 +432,7 @@ export default {
|
|
|
let {total,newStr} = getStrSize(options.MyChartTitle,count)
|
|
|
const isPublish = this.$route.path==='/pptpublish'||this.$route.path==='/pptenpublish'
|
|
|
if(isShowTitle){
|
|
|
- titleHTML = `<div style="white-space: normal;">${options.MyChartTitle}</div>`
|
|
|
+ titleHTML = `<div style="white-space: normal;font-size:18px;">${options.MyChartTitle}</div>`
|
|
|
}
|
|
|
let SpecialOption = {
|
|
|
chart: {
|
|
@@ -443,7 +443,7 @@ export default {
|
|
|
title: isPublish?{
|
|
|
text: isShowTitle?newStr:null,
|
|
|
useHTML:false,
|
|
|
- style:{},
|
|
|
+ style:{fontSize:'18px'},
|
|
|
align:total>count?'left':'center',
|
|
|
}:{
|
|
|
text: titleHTML,
|