Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zeroing-editor
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
zeroing-editor
Commits
4121ea7b
Commit
4121ea7b
authored
Sep 27, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复视图列表菜单按钮增加事件冒泡
parent
ca3a2dc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
项目拆分.xmind
docs/项目拆分.xmind
+0
-0
Assets.vue
src/views/Editor/Assets.vue
+1
-1
Views.vue
src/views/Editor/Views.vue
+1
-1
No files found.
docs/项目拆分.xmind
View file @
4121ea7b
No preview for this file type
src/views/Editor/Assets.vue
View file @
4121ea7b
...
...
@@ -17,7 +17,7 @@
>
<i
class=
"el-icon-plus file-uploader-icon"
></i>
</el-upload>
<file-item
v-for=
"(file, index) in assets"
:data=
"file"
:key=
"index
+ '_' + file.url
"
@
show-file-details=
"showFileDetails"
/>
<file-item
v-for=
"(file, index) in assets"
:data=
"file"
:key=
"index"
@
show-file-details=
"showFileDetails"
/>
</div>
</el-scrollbar>
</div>
...
...
src/views/Editor/Views.vue
View file @
4121ea7b
...
...
@@ -24,7 +24,7 @@
<el-dropdown
class=
"more-button"
size=
"mini"
trigger=
"click"
@
command=
"(command)=>
{onMoreMenu(command, data, node)}">
<el-link
icon=
"el-icon-more"
:underline=
"false"
/>
<el-link
icon=
"el-icon-more"
:underline=
"false"
@
click
.
stop
/>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"delete"
>
{{
$t
(
'Delete'
)
}}
</el-dropdown-item>
<el-dropdown-item
v-for=
"(type, key, index) in $t('view_node_menu')"
...
...
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