mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
update
This commit is contained in:
parent
d57cdafa5d
commit
bac74ed55a
@ -73,12 +73,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { computed, defineComponent, ref, PropType } from 'vue'
|
import { computed, defineComponent, PropType } from 'vue'
|
||||||
|
|
||||||
import { PPTTextElement } from '@/types/slides'
|
import { PPTTextElement } from '@/types/slides'
|
||||||
import { ElementScaleHandler, OperateResizablePointTypes, OperateBorderLineTypes } from '@/types/edit'
|
import { ElementScaleHandler, OperateResizablePointTypes, OperateBorderLineTypes } from '@/types/edit'
|
||||||
|
|
||||||
import { CLIPPATHS, ClipPathTypes } from '@/configs/imageClip'
|
|
||||||
import { OPERATE_KEYS } from '@/configs/element'
|
import { OPERATE_KEYS } from '@/configs/element'
|
||||||
|
|
||||||
import ElementBorder from '@/views/_common/_element/ElementBorder.vue'
|
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;
|
word-break: break-word;
|
||||||
font-family: '微软雅黑';
|
font-family: '微软雅黑';
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
@ -5,9 +5,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { PropType } from 'vue'
|
|
||||||
import { PPTAnimation } from '@/types/slides'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'animation-index',
|
name: 'animation-index',
|
||||||
props: {
|
props: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user