mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 样式调整
This commit is contained in:
parent
0206ef5c36
commit
34488b6eb4
@ -290,7 +290,7 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => {
|
|||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
outline: 1px solid rgba($color: $themeColor, $alpha: .15);
|
outline: 2px solid rgba($color: $themeColor, $alpha: .15);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
@ -82,7 +82,7 @@ import Popover from '@/components/Popover.vue'
|
|||||||
const shapeClipPathOptions = CLIPPATHS
|
const shapeClipPathOptions = CLIPPATHS
|
||||||
const ratioClipOptions = [
|
const ratioClipOptions = [
|
||||||
{
|
{
|
||||||
label: '纵横比(方形)',
|
label: '纵横比(正方形)',
|
||||||
children: [
|
children: [
|
||||||
{ key: '1:1', ratio: 1 / 1 },
|
{ key: '1:1', ratio: 1 / 1 },
|
||||||
],
|
],
|
||||||
|
@ -95,13 +95,14 @@ const applyAllSlide = () => {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@mixin elAnimation($animationType) {
|
@mixin elAnimation($animationType) {
|
||||||
content: 'Slide';
|
content: 'PPTist';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: #d9dadb;
|
background-color: rgba($color: $themeColor, $alpha: .75);
|
||||||
|
color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user