Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
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
member
member
Commits
c6792a90
Commit
c6792a90
authored
Jul 30, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整文案
parent
540f1afe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
imgCard.vue
src/components/photo-album/imgCard.vue
+1
-1
imgSpaceList.vue
src/components/photo-album/imgSpaceList.vue
+2
-2
imgSpaceRight.vue
src/components/photo-album/imgSpaceRight.vue
+1
-1
No files found.
src/components/photo-album/imgCard.vue
View file @
c6792a90
...
...
@@ -66,7 +66,7 @@
<span>
图片类型:
</span><span>
{{
imgDetail
.
imgType
}}
</span>
</div>
<div
class=
"img-info-item"
>
<span>
上传
人:
</span><span>
123
</span>
<span>
添加
人:
</span><span>
123
</span>
</div>
</div>
<!--
<div
slot=
"footer"
class=
"dialog-footer"
style=
"position:absolute;right:15px;bottom:15px"
>
...
...
src/components/photo-album/imgSpaceList.vue
View file @
c6792a90
...
...
@@ -4,7 +4,7 @@
<div
class=
"mall-section-container"
:style=
"
{ minHeight: mallHeight + 'px' }">
<div
class=
"img-left-content"
:style=
"
{ height: mallHeight + 'px' }">
<div
class=
"img-left"
>
<div
class=
"img-lef-title"
>
图片
目录
</div>
<div
class=
"img-lef-title"
>
相册
目录
</div>
<div
class=
"img-tree-content"
>
<el-tree
:data=
"data"
:props=
"defaultProps"
@
node-click=
"handleNodeClick"
node-key=
"id"
:expand-on-click-node=
"clickNodeExpand"
:setCurrentKey=
"parentId"
></el-tree>
</div>
...
...
@@ -40,7 +40,7 @@ export default {
// path: "/wechatmembers"
// },
{
name
:
"
图片空间
"
,
name
:
"
相册
"
,
path
:
""
}
],
...
...
src/components/photo-album/imgSpaceRight.vue
View file @
c6792a90
...
...
@@ -8,7 +8,7 @@
<el-option
label=
"未引用"
:value=
"0"
></el-option>
</el-select>
<div
class=
"search-box"
>
<el-input
v-model=
"searchParams"
placeholder=
"请输入图片名称/
文件夹
名称"
prefix-icon=
"el-icon-search"
clearable
class=
"w-260"
@
clear=
"getSearchImgList"
@
keyup
.
enter
.
native=
"getSearchImgList"
>
</el-input>
<el-input
v-model=
"searchParams"
placeholder=
"请输入图片名称/
相册
名称"
prefix-icon=
"el-icon-search"
clearable
class=
"w-260"
@
clear=
"getSearchImgList"
@
keyup
.
enter
.
native=
"getSearchImgList"
>
</el-input>
</div>
</div>
<div
class=
"space-list-container"
>
...
...
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