perf: 优化UI

This commit is contained in:
pipipi-pikachu 2025-01-19 10:55:35 +08:00
parent 6a021e8705
commit 8f1c6f4369

View File

@ -198,7 +198,13 @@ const createPPT = async () => {
.template {
border: 2px solid $borderColor;
border-radius: $borderRadius;
@include flex-grid-layout-children(2, 49%);
width: 304px;
height: 172.75px;
margin-bottom: 12px;
&:not(:nth-child(2n)) {
margin-right: 12px;
}
&.selected {
border-color: $themeColor;