mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
update datepicker style
This commit is contained in:
parent
7a9e066946
commit
c6fd3756e3
@ -95,7 +95,7 @@
|
||||
}
|
||||
|
||||
&-calendar-body {
|
||||
padding: 9px 10px 10px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
table {
|
||||
@ -132,7 +132,7 @@
|
||||
}
|
||||
|
||||
&-cell {
|
||||
padding: 3px 0;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
&-date {
|
||||
@ -208,7 +208,7 @@
|
||||
.@{prefixCalendarClass}-clear-btn {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
margin-left: 10px;
|
||||
margin: 0 10px;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
@ -20,7 +20,7 @@
|
||||
.@{prefixCalendarClass}-decade-panel-table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
height: 255px;
|
||||
height: 248px;
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
@ -29,15 +29,15 @@
|
||||
}
|
||||
|
||||
.@{prefixCalendarClass}-decade-panel-decade {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
color: #666;
|
||||
border-radius: 4px 4px;
|
||||
height: 36px;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
line-height: 36px;
|
||||
text-align: center;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
padding: 0px 6px;
|
||||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background: #ebfaff;
|
||||
|
Loading…
Reference in New Issue
Block a user