Sfoglia il codice sorgente

Merge branch 'bug7660'

shanbinzhang 1 mese fa
parent
commit
2105cd48e0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/ppt_manage/newVersion/utils/untils.js

+ 1 - 1
src/views/ppt_manage/newVersion/utils/untils.js

@@ -150,7 +150,7 @@ export const toTextProps = (json) => {
             if (styleObj['color']&&styleObj['color']!='initial') {
                 options.color = styleObj['color']
             }
-            if (styleObj['background-color']&&styleObj['background-color']!='initial') {
+            if (styleObj['background-color']&&!['initial','transparent'].includes(styleObj['background-color'])) {
                 options.highlight = styleObj['background-color']
             }
             if (styleObj['text-decoration-line']) {