Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
viitto
pptist
Commits
88fd24ee
Commit
88fd24ee
authored
Jul 05, 2024
by
zhengke
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化云盘
parent
f4049579
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
8 deletions
+17
-8
CloudDiskList.vue
src/components/CloudDisk/CloudDiskList.vue
+5
-1
cellList.vue
src/components/CloudDisk/cellList.vue
+5
-3
list.vue
src/components/CloudDisk/list.vue
+3
-1
waterfallFlowList.vue
src/components/CloudDisk/waterfallFlowList.vue
+1
-1
Index.vue
src/views/TemplateCenter/Index.vue
+3
-2
No files found.
src/components/CloudDisk/CloudDiskList.vue
View file @
88fd24ee
...
...
@@ -115,7 +115,11 @@
:class=
"[currentSearchType==2?'DiskRHActive':'']"
class=
"cusor-pointer"
>
<div
style=
"position: relative;width: 95px;height: 34px;"
>
<el-button
color=
"#EFEFEF"
style=
"position:absolute;left: 0;right: 0;z-index: 2;"
>
<span
class=
"cusor-pointer"
>
添加时间
</span>
<el-icon
color=
"#9DA2AA"
class=
"el-icon--right"
><arrow-down
/></el-icon>
<span
class=
"cusor-pointer"
>
添加时间
</span>
<el-icon
v-if=
"dateArr.length==0"
color=
"#9DA2AA"
class=
"el-icon--right"
><arrow-down
/></el-icon>
<el-icon
v-else
color=
"#9DA2AA"
class=
"el-icon--right"
>
<CircleClose
@
click
.
stop=
"dateArr=[],ClearOption(),getDate()"
/>
</el-icon>
</el-button>
<div
class=
"CloudDisk-R-Date"
>
<el-date-picker
...
...
src/components/CloudDisk/cellList.vue
View file @
88fd24ee
...
...
@@ -6,10 +6,12 @@
class=
"fz14"
label=
""
v-model=
"item.check"
@
click
.
stop=
"item.check=!item.check"
/>
<div
class=
"CloudDisk-R-Box cursor-pointer"
:key=
"index"
>
<div
class=
"CloudDisk-R-Img"
>
<el-image
class=
"row items-center"
:src=
"item.FilePath"
style=
"width: 100%; height: 100%;"
<el-image
:src=
"item.FilePath"
style=
"width: 100%; height: 100%;"
fit=
"cover"
>
<template
#
error
>
<el-image
:src=
"errImg"
></el-image>
<div
class=
"row items-center"
style=
"height: 100%;"
>
<el-image
:src=
"errImg"
></el-image>
</div>
</
template
>
</el-image>
</div>
...
...
@@ -25,7 +27,7 @@
</
template
>
<div
class=
"MoreClickCenter column"
@
mousedown
.
stop=
"handleChildMouseDown"
>
<div
class=
"cloudDownName microsoft"
>
<div
class=
"col row items-center user-nickname"
style=
"color:#000;"
v-if=
"editorTarget!=item.DetailsId"
>
<div
class=
"col row items-center user-nickname
q-pl-sm
"
style=
"color:#000;"
v-if=
"editorTarget!=item.DetailsId"
>
<span
class=
"grow text-left"
>
{{item.FileName}}
</span>
<IconPencli
size=
"14"
class=
"q-ml-md cusor-pointer editor-pencli"
@
click
.
stop=
"setNameHandler(item)"
></IconPencli>
</div>
...
...
src/components/CloudDisk/list.vue
View file @
88fd24ee
...
...
@@ -18,7 +18,9 @@
@
click
.
stop=
"getImg(scope.row,scope.$index)"
>
<template
#
error
>
<el-image
:src=
"errImg"
></el-image>
<div
class=
"row items-center"
style=
"height: 100%;"
>
<el-image
:src=
"errImg"
></el-image>
</div>
</
template
>
</el-image>
<div
class=
"cloudDownName microsoft q-pl-md"
>
...
...
src/components/CloudDisk/waterfallFlowList.vue
View file @
88fd24ee
...
...
@@ -32,7 +32,7 @@
</
template
>
<div
class=
"MoreClickCenter column"
@
mousedown
.
stop=
"handleChildMouseDown"
>
<div
class=
"cloudDownName microsoft"
>
<div
class=
"col row items-center user-nickname"
style=
"color:#000;"
v-if=
"editorTarget!=item.DetailsId"
>
<div
class=
"col row items-center user-nickname
q-pl-sm
"
style=
"color:#000;"
v-if=
"editorTarget!=item.DetailsId"
>
<span
class=
"grow text-left"
>
{{item.FileName}}
</span>
<IconPencli
size=
"14"
class=
"q-ml-md cusor-pointer editor-pencli"
@
click
.
stop=
"setNameHandler(item)"
></IconPencli>
</div>
...
...
src/views/TemplateCenter/Index.vue
View file @
88fd24ee
...
...
@@ -154,7 +154,6 @@
<el-table-column
label=
"封面图"
>
<
template
#
default=
"scope"
width=
"110"
>
<el-image
class=
"row items-center"
style=
"width: 50px; height: auto"
:src=
"scope.row.CoverImg"
:zoom-rate=
"1.2"
...
...
@@ -165,7 +164,9 @@
fit=
"contain"
>
<template
#
error
>
<el-image
:src=
"errImg"
></el-image>
<div
class=
"row items-center"
style=
"height: 100%;"
>
<el-image
:src=
"errImg"
></el-image>
</div>
</
template
>
</el-image>
</template>
...
...
zhengke
@zk123
mentioned in commit
b2f3d938
·
Jul 10, 2024
mentioned in commit
b2f3d938
mentioned in commit b2f3d93874628254908798bf31fe21aa99d395b9
Toggle commit list
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