mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update form style
This commit is contained in:
parent
1f4949ef7d
commit
7eaaee8a0b
@ -28,7 +28,7 @@
|
||||
| disabled | 禁用 | bool | false |
|
||||
|
||||
<style>
|
||||
.code-box-demo .ant-calendar-picker {
|
||||
.code-box-demo .ant-calendar-picker-input {
|
||||
width: 200px;
|
||||
}
|
||||
</style>
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
## 何时使用
|
||||
|
||||
- 当需要获取标准数值时。
|
||||
当需要获取标准数值时。
|
||||
|
||||
## API
|
||||
|
||||
|
@ -10,7 +10,6 @@
|
||||
.@{prefixCalendarClass}-picker {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
|
||||
&-icon {
|
||||
position: absolute;
|
||||
|
@ -85,13 +85,17 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
.@{css-prefix}form-text, .@{css-prefix}form-split {
|
||||
display: inline-block;
|
||||
margin: 0!important;
|
||||
padding-top: 7px;
|
||||
padding-bottom: 7px;
|
||||
}
|
||||
|
||||
.@{css-prefix}form-text {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.@{css-prefix}form-split {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -159,6 +163,10 @@ form {
|
||||
margin-top: -1px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.@{prefixCalendarClass}-picker {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
// Form layout
|
||||
|
@ -22,7 +22,8 @@
|
||||
height: 14px;
|
||||
overflow: hidden;
|
||||
color: #999;
|
||||
&:hover {
|
||||
&:hover &-up-inner,
|
||||
&:hover &-down-inner {
|
||||
color: tint(@primary-color, 20%);
|
||||
}
|
||||
}
|
||||
@ -37,6 +38,7 @@
|
||||
height: 12px;
|
||||
.iconfont-size-under-12px(8px);
|
||||
right: 4px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user