Compare commits

...

2 Commits
theme ... 1.2.1

Author SHA1 Message Date
RaoHai
cb5b6543c4 version to 1.2.1 2016-05-27 18:04:57 +08:00
Benjy Cui
6a7c74fce9 fix: hide mirror 2016-05-27 18:04:27 +08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -232,6 +232,14 @@
outline: 0;
border-radius: @border-radius-base;
}
.@{select-prefix-cls}-search__field__mirror {
position: absolute;
top: 0;
left: 9999px;
white-space: pre;
}
> i {
float: right;
}

View File

@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "1.2.0",
"version": "1.2.1",
"title": "Ant Design",
"description": "一个 UI 设计语言",
"homepage": "http://ant.design/",