[new feature] Dialog: support component call (#593)

This commit is contained in:
neverland
2018-01-31 11:22:00 +08:00
committed by GitHub
parent 9df66da212
commit aa4f03a15d
11 changed files with 211 additions and 53 deletions

View File

@@ -18,8 +18,6 @@
}
&__content {
padding: 15px 20px;
&::after {
border-bottom-width: 1px;
}
@@ -27,6 +25,7 @@
&__message {
line-height: 1.5;
padding: 15px 20px;
&--withtitle {
color: $gray-dark;