Skip to content

Commit

Permalink
feat: message toast style
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlei3166 committed Nov 10, 2021
1 parent 746f55c commit f3a751b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
.demoblock-message-content {
display: inline-block;
padding: 8px 20px;
padding: 8px 16px;
border-radius: 2px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
margin-bottom: 8px;
Expand All @@ -79,6 +79,7 @@ export default {
}
.demoblock-message {
font-size: 14px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
Expand Down

0 comments on commit f3a751b

Please sign in to comment.