mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 优化UI
This commit is contained in:
parent
b5b9e1d5ec
commit
5efe0690d8
@ -360,7 +360,7 @@ provide(injectKeySlideScale, canvasScale)
|
||||
}
|
||||
.viewport-wrapper {
|
||||
position: absolute;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 12px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.viewport {
|
||||
position: absolute;
|
||||
|
@ -290,7 +290,7 @@ const toggleNotesPanel = () => {
|
||||
}
|
||||
}
|
||||
.handler-item {
|
||||
height: 24px;
|
||||
height: 30px;
|
||||
font-size: 14px;
|
||||
margin: 0 2px;
|
||||
display: flex;
|
||||
|
@ -182,7 +182,7 @@ const setDialogForExport = (type: DialogForExportTypes) => {
|
||||
}
|
||||
}
|
||||
.title {
|
||||
height: 32px;
|
||||
height: 30px;
|
||||
margin-left: 2px;
|
||||
font-size: 13px;
|
||||
|
||||
@ -191,11 +191,16 @@ const setDialogForExport = (type: DialogForExportTypes) => {
|
||||
height: 100%;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
|
||||
::v-deep(input) {
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
||||
.title-text {
|
||||
min-width: 20px;
|
||||
max-width: 400px;
|
||||
line-height: 32px;
|
||||
line-height: 30px;
|
||||
padding: 0 6px;
|
||||
border-radius: $borderRadius;
|
||||
cursor: pointer;
|
||||
|
@ -136,7 +136,7 @@ const handleClickBlankArea = () => {
|
||||
}
|
||||
.viewport-wrapper {
|
||||
position: relative;
|
||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 12px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.background {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user