perf: 样式调整

This commit is contained in:
pipipi-pikachu 2023-11-04 11:45:22 +08:00
parent 0206ef5c36
commit 34488b6eb4
3 changed files with 5 additions and 4 deletions

View File

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

View File

@ -82,7 +82,7 @@ import Popover from '@/components/Popover.vue'
const shapeClipPathOptions = CLIPPATHS
const ratioClipOptions = [
{
label: '纵横比(方形)',
label: '纵横比(方形)',
children: [
{ key: '1:1', ratio: 1 / 1 },
],

View File

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