[improvement] Button: jsx (#2447)

This commit is contained in:
neverland
2019-01-06 12:15:09 +08:00
committed by GitHub
parent d08c51b233
commit b42e2ec194
7 changed files with 94 additions and 115 deletions
+5 -3
View File
@@ -32,8 +32,11 @@
opacity: .15;
}
&--unclickable::before {
display: none;
&--loading,
&--disabled {
&::before {
display: none;
}
}
&--default {
@@ -101,7 +104,6 @@
}
}
/* mini图标默认宽度50px,文字不能超过4个 */
&--mini {
display: inline-block;
width: 50px;