Skip to content

Commit

Permalink
Merge pull request ElemeFE#39 from Leopoldthecoder/master
Browse files Browse the repository at this point in the history
fix textarea style in form
  • Loading branch information
Leopoldthecoder authored Sep 9, 2016
2 parents c30003d + 4b3ba7f commit 48ea261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
- 修复 远程搜索的 Select 在 Form 中的显示问题
- 修复 Input Number 输入小数和非数字值时的问题
- 修复 Select 选中 value 为 0 的值时绑定值不更新的问题
- 修复 Tree 取消选择某节点后,其同级节点均被取消的问题
- 优化 增加打包成 commonjs 且不压缩的文件,默认引入 commonjs

#### 非兼容性更新
- Menu 组件 `mode` 属性默认值修改为 `vertical`
- Progress 组件升级,增加环形进度条的类型,以及增加了诸多属性,详细请查阅文档。
- Popover 现在可以通过 slot 指定 reference。

### 1.0.0-rc.1

Expand Down
5 changes: 3 additions & 2 deletions packages/theme-default/src/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,13 @@
@e inner {
display: block;
resize: vertical;
padding: 10px 5px;
padding: 8px 5px;
line-height: normal;
box-sizing: border-box;
width: 100%;
min-height: 88px;
font-size: var(--font-size-base);
color: #666;
color: var(--input-color);
background-color: #fff;
background-image: none;
border: var(--input-border);
Expand Down

0 comments on commit 48ea261

Please sign in to comment.