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
6a021e8705
commit
8f1c6f4369
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user