mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Fix calendar
This commit is contained in:
parent
8f7c7350e8
commit
dac4b51ea5
@ -34,7 +34,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"css-animation": "1.1.x",
|
||||
"gregorian-calendar": "~3.0.0",
|
||||
"gregorian-calendar": "~3.1.0",
|
||||
"gregorian-calendar-format": "~3.0.1",
|
||||
"object-assign": "~4.0.1",
|
||||
"rc-animate": "~2.0.0",
|
||||
|
@ -83,10 +83,11 @@
|
||||
|
||||
&-input-wrap {
|
||||
padding: 8px;
|
||||
border-bottom: 1px solid #e9e9e9;
|
||||
}
|
||||
|
||||
&-input {
|
||||
.input();
|
||||
border: 0;
|
||||
width: 100%;
|
||||
cursor: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user