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
96f403ba
Commit
96f403ba
authored
Sep 06, 2016
by
Leopoldthecoder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor doc updates/guarantee _self returns the right vm
parent
5da8d158
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
examples/docs/dialog.md
examples/docs/dialog.md
+1
-1
examples/docs/icon.md
examples/docs/icon.md
+2
-2
packages/table/src/table-body.js
packages/table/src/table-body.js
+1
-1
packages/theme-default/src/pagination.css
packages/theme-default/src/pagination.css
+4
-0
No files found.
examples/docs/dialog.md
View file @
96f403ba
...
...
@@ -160,7 +160,7 @@ Dialog 组件的正文标题可以是任意的,甚至可以是表格或表单
<el-button
type=
"text"
@
click.native=
"dialogFormVisible = true"
type=
"text"
>
打开嵌套表单的 Dialog
</el-button>
<el-dialog
title=
"收货地址"
v-model=
"dialogFormVisible"
>
<el-form
:model
s
=
"form"
>
<el-form
:model=
"form"
>
<el-form-item
label=
"活动名称"
:label-width=
"formLabelWidth"
>
<el-input
v-model=
"form.name"
auto-complete=
"off"
></el-input>
</el-form-item>
...
...
examples/docs/icon.md
View file @
96f403ba
...
...
@@ -58,7 +58,7 @@
提供了一套常用的图标集合。
## 使用方法
##
#
使用方法
直接通过设置类名为
`el-icon-iconName`
来使用即可。
...
...
@@ -72,7 +72,7 @@
```
:::
## 图标集合
##
#
图标集合
下面是目前 Element 所有的图标集合:
...
...
packages/table/src/table-body.js
View file @
96f403ba
...
...
@@ -57,7 +57,7 @@ export default {
on
-
mouseleave
=
{
this
.
handleCellMouseLeave
}
>
{
column
.
template
?
column
.
template
.
call
(
this
.
_renderProxy
,
h
,
{
row
,
column
,
$index
,
_self
:
this
.
$parent
.
$
paren
t
})
?
column
.
template
.
call
(
this
.
_renderProxy
,
h
,
{
row
,
column
,
$index
,
_self
:
this
.
$parent
.
$
vnode
.
contex
t
})
:
<
div
class
=
"
cell
"
>
{
this
.
$getPropertyText
(
row
,
column
.
property
,
column
.
id
)
}
<
/div
>
}
<
/td
>
...
...
packages/theme-default/src/pagination.css
View file @
96f403ba
...
...
@@ -20,6 +20,10 @@
box-sizing
:
border-box
;
}
.el-select
.el-input
{
width
:
100px
;
}
button
{
border
:
none
;
padding
:
0
6px
;
...
...
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