This commit is contained in:
pipipi-pikachu 2020-12-17 21:19:17 +08:00
parent d57cdafa5d
commit bac74ed55a
2 changed files with 2 additions and 6 deletions

View File

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

View File

@ -5,9 +5,6 @@
</template>
<script lang="ts">
import { PropType } from 'vue'
import { PPTAnimation } from '@/types/slides'
export default {
name: 'animation-index',
props: {