Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit b27bbe1

Browse files
committed
refactor(cli/site): optimize style
1 parent 72c833c commit b27bbe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/varlet-vue2-cli/site/pc/Layout.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,9 @@ iframe {
371371
padding: 20px;
372372
margin-bottom: 30px;
373373
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
374+
374375
&:first-child{
375-
margin-top: 30px;
376+
margin-top: 20px;
376377
}
377378
}
378379
}

0 commit comments

Comments
 (0)