Skip to content

Commit

Permalink
fix(cli/site): optimize site style
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Oct 16, 2021
1 parent b897c3c commit aaec99e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,10 @@ iframe {
align-items: center;
margin: 20px 4px 20px;
padding: 40px;
border-top: 7px solid var(--site-config-color-primary);
border-radius: 4px;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
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;
&__image {
width: 180px;
Expand Down

0 comments on commit aaec99e

Please sign in to comment.