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
81e79fac
Commit
81e79fac
authored
Oct 19, 2016
by
baiyaaaaa
Committed by
cinwell.li
Oct 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix menu-item text overflow style
parent
6ab0d574
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
CHANGELOG.md
CHANGELOG.md
+2
-5
packages/theme-default/src/menu.css
packages/theme-default/src/menu.css
+2
-2
No files found.
CHANGELOG.md
View file @
81e79fac
...
...
@@ -5,21 +5,18 @@
*2016-XX-XX*
-
修复 Form reset method 对日期控件不起效的问题
-
修复 Dialog
和 Message Box 在 body 无溢出时错误地添加 padding-right 的问题
-
修复 Dialog
/Message Box/Tooltip/Popover/... 等若干组件的样式错误
-
修复 Message Box 的 prompt 在打开时会携带之前的验证状态的问题
-
修复 Clickoutside 性能问题 #296
-
修复 Tooltip/Popover 首次渲染的箭头位置 #412
-
修复 Autocomplete 的弹出框不会消失 #439
-
修复 DatePicker 弹出框样式溢出边框 #318
-
新增 Input 图标的点击事件 #444
-
修复 Loading 关闭后有几率滚动失效的问题
-
修复 远程搜索的 Select 不能正确渲染默认初始值的问题
-
修复 Switch 的 width 属性无效的问题
-
优化 Table 性能,优化 Table 代码结构
-
Table 增加属性 rowClassName
-
TableColumn 增加 fixed 属性,可选值:true, false, left, right
-
TableColumn
[
type="selection"
]
增加 selectable 属性
-
修复 Input textarea 在动态赋值时 autosize 没有触发的问题
-
修复 Input Number min max 属性设置后点击加减出现的崩溃的bug
#### 非兼容性更新
...
...
packages/theme-default/src/menu.css
View file @
81e79fac
...
...
@@ -11,6 +11,7 @@
position
:
relative
;
transition
:
border-color
.3s
,
background-color
.3s
,
color
.3s
;
box-sizing
:
border-box
;
white-space
:
nowrap
;
}
@component-namespace
el
{
...
...
@@ -74,9 +75,8 @@
padding
:
5px
0
;
background-color
:
#fff
;
z-index
:
1
;
width
:
100%
;
min-
width
:
100%
;
box-shadow
:
0px
2px
4px
0px
rgba
(
0
,
0
,
0
,
0.12
),
0px
0px
6px
0px
rgba
(
0
,
0
,
0
,
0.04
);
}
&
.el-submenu__title
{
...
...
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