mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Merge branch master into develop-1.0.0
This commit is contained in:
commit
9d696f97bd
@ -35,14 +35,14 @@
|
||||
"dependencies": {
|
||||
"array-tree-filter": "~1.0.0",
|
||||
"classnames": "~2.2.0",
|
||||
"css-animation": "~1.2.0",
|
||||
"css-animation": "~1.2.3",
|
||||
"gregorian-calendar": "~4.1.0",
|
||||
"gregorian-calendar-format": "~4.1.0",
|
||||
"rc-animate": "~2.0.2",
|
||||
"rc-calendar": "~5.5.0",
|
||||
"rc-cascader": "~0.9.0",
|
||||
"rc-checkbox": "~1.3.0",
|
||||
"rc-collapse": "~1.5.0",
|
||||
"rc-collapse": "~1.6.0",
|
||||
"rc-dialog": "~6.0.1",
|
||||
"rc-dropdown": "~1.4.3",
|
||||
"rc-form": "~0.15.0",
|
||||
|
@ -57,6 +57,7 @@
|
||||
color: @text-color;
|
||||
padding: 0 16px;
|
||||
background-color: #fff;
|
||||
transition: height .2s @ease-out;
|
||||
|
||||
& > &-box {
|
||||
padding-top: 16px;
|
||||
|
@ -123,7 +123,9 @@ span.@{radio-prefix-cls} + * {
|
||||
|
||||
> span.@{radio-prefix-cls}-button {
|
||||
margin-left: 0;
|
||||
display: none;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.@{radio-group-prefix-cls}-large & {
|
||||
|
Loading…
Reference in New Issue
Block a user