diff --git a/style/components/collapse.less b/style/components/collapse.less index 720942e012..c329ed6c35 100644 --- a/style/components/collapse.less +++ b/style/components/collapse.less @@ -51,8 +51,8 @@ background-color: #fff; & > &-box { - margin-top: 16px; - margin-bottom: 16px; + padding-top: 16px; + padding-bottom: 16px; } } diff --git a/style/components/form.less b/style/components/form.less index 74fa8da5ae..e35117735d 100644 --- a/style/components/form.less +++ b/style/components/form.less @@ -230,6 +230,10 @@ form { vertical-align: middle; } + .@{prefixCalendarClass}-picker-input { + width: 100%!important; + } + .@{css-prefix}form-text { display: inline-block; } diff --git a/style/components/inputNumber.less b/style/components/inputNumber.less index 1407e9c819..3934dd9b27 100644 --- a/style/components/inputNumber.less +++ b/style/components/inputNumber.less @@ -143,9 +143,10 @@ cursor: pointer; &-inner { top: 1px; + .ie-rotate(2); &:before { + text-align: center; content: "\e600"; - .ie-rotate(2); transform: rotate(180deg); -webkit-transform-origin: 47.5% 51%; /* fix chrome position */ } @@ -156,6 +157,7 @@ cursor: pointer; &-inner { &:before { + text-align: center; content: "\e600"; } }