update
This commit is contained in:
parent
d57cdafa5d
commit
bac74ed55a
|
@ -73,12 +73,11 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { computed, defineComponent, ref, PropType } from 'vue'
|
||||
import { computed, defineComponent, PropType } from 'vue'
|
||||
|
||||
import { PPTTextElement } from '@/types/slides'
|
||||
import { ElementScaleHandler, OperateResizablePointTypes, OperateBorderLineTypes } from '@/types/edit'
|
||||
|
||||
import { CLIPPATHS, ClipPathTypes } from '@/configs/imageClip'
|
||||
import { OPERATE_KEYS } from '@/configs/element'
|
||||
|
||||
import ElementBorder from '@/views/_common/_element/ElementBorder.vue'
|
||||
|
@ -211,7 +210,7 @@ export default defineComponent({
|
|||
}
|
||||
}
|
||||
|
||||
::v-deep .text-content {
|
||||
::v-deep(.text-content) {
|
||||
word-break: break-word;
|
||||
font-family: '微软雅黑';
|
||||
outline: 0;
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { PropType } from 'vue'
|
||||
import { PPTAnimation } from '@/types/slides'
|
||||
|
||||
export default {
|
||||
name: 'animation-index',
|
||||
props: {
|
||||
|
|
Loading…
Reference in New Issue