diff --git a/src/views/Editor/Thumbnails/index.vue b/src/views/Editor/Thumbnails/index.vue index 0c1c288b..48f1ea33 100644 --- a/src/views/Editor/Thumbnails/index.vue +++ b/src/views/Editor/Thumbnails/index.vue @@ -290,7 +290,7 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => { padding: 5px 0; .thumbnail { - outline: 1px solid rgba($color: $themeColor, $alpha: .15); + outline: 2px solid rgba($color: $themeColor, $alpha: .15); } &.active { diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue b/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue index a2b01344..fcfe29a9 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ImageStylePanel.vue @@ -82,7 +82,7 @@ import Popover from '@/components/Popover.vue' const shapeClipPathOptions = CLIPPATHS const ratioClipOptions = [ { - label: '纵横比(方形)', + label: '纵横比(正方形)', children: [ { key: '1:1', ratio: 1 / 1 }, ], diff --git a/src/views/Editor/Toolbar/SlideAnimationPanel.vue b/src/views/Editor/Toolbar/SlideAnimationPanel.vue index 97f2ac4b..f8c20dbb 100644 --- a/src/views/Editor/Toolbar/SlideAnimationPanel.vue +++ b/src/views/Editor/Toolbar/SlideAnimationPanel.vue @@ -95,13 +95,14 @@ const applyAllSlide = () => { overflow: hidden; @mixin elAnimation($animationType) { - content: 'Slide'; + content: 'PPTist'; width: 100%; height: 100%; position: absolute; left: 0; top: 0; - background-color: #d9dadb; + background-color: rgba($color: $themeColor, $alpha: .75); + color: #fff; display: flex; justify-content: center; align-items: center;