Skip to content

Commit

Permalink
fix: modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jan 18, 2021
1 parent ee1f020 commit 72d28b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/varlet-cli/site/mobile/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ body {
background: white;
min-height: 100%;
font-family: '微软雅黑 Light', sans-serif;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
Expand Down
4 changes: 2 additions & 2 deletions packages/varlet-ui/src/expansion-panel/expansionPanel.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
margin-top: 0;
background: #fff;
color: rgba(0, 0, 0, 0.87);
transition: margin-top 0.4s, color 0.4s;
transition: margin-top 0.25s, color 0.25s;

&:before {
bottom: 0;
Expand Down Expand Up @@ -53,7 +53,7 @@
}

&-content {
transition: height 0.4s;
transition: height 0.25s;
display: flex;
overflow: hidden;
}
Expand Down

0 comments on commit 72d28b3

Please sign in to comment.