Skip to content

Commit

Permalink
fix: ui welcome style (umijs#3649)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored and sorrycc committed Nov 18, 2019
1 parent 2cf30c4 commit 1385f89
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@

:global(.isMini) {
.welcome {
min-height: unset;
padding: 20px;
}
}
.welcome {
min-height: 325px;
padding: 24px;
:global {
.ant-card-body {
border: 0;
padding: 24px;
padding: 0;
height: 100%;
h2 {
font-size: 24px;
Expand Down

0 comments on commit 1385f89

Please sign in to comment.