提交 82fff19a 编写于 作者: A afc163

Fix some DatePicker style

上级 3738eb3b
......@@ -153,7 +153,7 @@
display: block;
margin: 0 auto;
color: #666;
border-radius: 4px;
border-radius: @border-radius-sm;
width: 20px;
height: 20px;
line-height: 18px;
......@@ -167,6 +167,7 @@
background: tint(@primary-color, 90%);
cursor: pointer;
}
&:active {
color: #fff;
background: tint(@primary-color, 20%);
......
......@@ -66,11 +66,12 @@
}
.@{calendar-prefix-cls}-input {
border: 1px solid @border-color-base;
border-radius: @border-radius-base;
border-radius: @border-radius-sm;
}
.@{calendar-prefix-cls}-input,
.@{css-prefix}time-picker-input {
padding: 1px 7px;
.input;
border-radius: @border-radius-sm;
height: @input-height-sm;
width: 96px;
}
......@@ -121,9 +122,11 @@
}
.@{calendar-prefix-cls}-ok-btn {
position: static;
margin: 7px 9px 9px;
height: 22px;
margin: 8px;
}
.@{calendar-prefix-cls}-today-btn {
margin: 9px;
margin: 8px 12px;
height: 22px;
}
}
......@@ -17,7 +17,8 @@
.@{calendar-prefix-cls}-input,
.@{timepicker-prefix-cls}-input {
.input;
height: 22px;
border-radius: @border-radius-sm;
height: @input-height-sm;
width: 96px;
margin-right: 6px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册