Skip to content

Commit

Permalink
fix(cli/site): optimize site
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Oct 21, 2021
1 parent e14f090 commit 40161bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ iframe {
margin: 20px 4px 20px;
padding: 40px;
border-top: 6px solid var(--site-config-color-primary);
border-bottom: 6px solid var(--site-config-color-primary);
border-radius: 2px;
box-shadow: 0 0 14px 6px #eee;
box-shadow: 0 0 20px 6px #eee;
&__image {
width: 180px;
Expand Down

0 comments on commit 40161bf

Please sign in to comment.