perf: 样式调整

This commit is contained in:
pipipi-pikachu 2023-10-05 21:11:15 +08:00
parent b50f84fa1e
commit 7132bf77b7
2 changed files with 7 additions and 4 deletions

View File

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

View File

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