Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
48ea261b
Commit
48ea261b
authored
Sep 09, 2016
by
杨奕
Committed by
GitHub
Sep 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #39 from Leopoldthecoder/master
fix textarea style in form
parents
c30003d4
4b3ba7fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
CHANGELOG.md
+2
-0
packages/theme-default/src/input.css
packages/theme-default/src/input.css
+3
-2
No files found.
CHANGELOG.md
View file @
48ea261b
...
...
@@ -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
...
...
packages/theme-default/src/input.css
View file @
48ea261b
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment