Commit 9203058d authored by FuryBean's avatar FuryBean Committed by GitHub

Merge pull request #52 from jikkai/master

Input-number: fix input-number style in form & Tag: fix a mistake in the doc
parents fa549812 42dca842
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
### Attributes ### Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---------- |-------------- |---------- |-------------------------------- |-------- | |---------- |-------------- |---------- |-------------------------------- |-------- |
| type | 主题 | string | 'primary', 'gray', 'success', 'warning', 'error' | — | | type | 主题 | string | 'primary', 'gray', 'success', 'warning', 'danger' | — |
| closable | 是否可关闭 | boolean | — | false | | closable | 是否可关闭 | boolean | — | false |
| close-transition | 是否禁用关闭时的渐变动画 | boolean | — | false | | close-transition | 是否禁用关闭时的渐变动画 | boolean | — | false |
| hit | 是否有边框描边 | boolean | — | false | | hit | 是否有边框描边 | boolean | — | false |
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
@component-namespace el { @component-namespace el {
@b input-number { @b input-number {
display: inline-block; display: block;
overflow: hidden;
& .el-input__inner { & .el-input__inner {
appearance: none; appearance: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment