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