cxmo 1 жил өмнө
parent
commit
1c516f0ed2

+ 2 - 2
src/views/ppt_manage/mixins/pptMixins.js

@@ -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,