|
@@ -2,7 +2,7 @@
|
|
* @Author: LiZhiWei
|
|
* @Author: LiZhiWei
|
|
* @Date: 2025-04-10 14:38:27
|
|
* @Date: 2025-04-10 14:38:27
|
|
* @LastEditors: LiZhiWei
|
|
* @LastEditors: LiZhiWei
|
|
- * @LastEditTime: 2025-04-18 17:38:35
|
|
|
|
|
|
+ * @LastEditTime: 2025-04-18 17:52:24
|
|
* @Description:
|
|
* @Description:
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
@@ -79,7 +79,7 @@ export default {
|
|
const olTags = this.$refs.pptxContainer.querySelectorAll('ol')
|
|
const olTags = this.$refs.pptxContainer.querySelectorAll('ol')
|
|
olTags.forEach((ol) => {
|
|
olTags.forEach((ol) => {
|
|
ol.style.margin = '0px'
|
|
ol.style.margin = '0px'
|
|
- ol.style.padding = 'auto 0px'
|
|
|
|
|
|
+ ol.style.padding = 'auto 0px'
|
|
ol.style.wordBreak = 'break-word'
|
|
ol.style.wordBreak = 'break-word'
|
|
ol.style.lineHeight = '1'
|
|
ol.style.lineHeight = '1'
|
|
})
|
|
})
|