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
b50f84fa1e
commit
7132bf77b7
@ -181,15 +181,14 @@ const setDialogForExport = (type: DialogForExportTypes) => {
|
|||||||
.title-input {
|
.title-input {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-left: 5px;
|
padding-left: 0;
|
||||||
padding-right: 5px;
|
padding-right: 0;
|
||||||
font-family: 'Microsoft YaHei';
|
|
||||||
}
|
}
|
||||||
.title-text {
|
.title-text {
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
padding: 0 8px;
|
padding: 0 6px;
|
||||||
border-radius: $borderRadius;
|
border-radius: $borderRadius;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
@ -43,6 +43,10 @@ const selectSlideTemplate = (slide: Slide) => {
|
|||||||
.layout-item {
|
.layout-item {
|
||||||
@include flex-grid-layout-children(2, 48%);
|
@include flex-grid-layout-children(2, 48%);
|
||||||
|
|
||||||
|
&:nth-last-child(2), &:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
outline: 1px solid $borderColor;
|
outline: 1px solid $borderColor;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user