Fix calendar

This commit is contained in:
afc163 2015-10-28 16:31:28 +08:00
parent 8f7c7350e8
commit dac4b51ea5
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -83,10 +83,11 @@
&-input-wrap {
padding: 8px;
border-bottom: 1px solid #e9e9e9;
}
&-input {
.input();
border: 0;
width: 100%;
cursor: auto;
}