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
b2f3d938
Commit
b2f3d938
authored
Jul 10, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "优化云盘"
This reverts commit
88fd24ee
.
parent
88fd24ee
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
17 deletions
+8
-17
CloudDiskList.vue
src/components/CloudDisk/CloudDiskList.vue
+1
-5
cellList.vue
src/components/CloudDisk/cellList.vue
+3
-5
list.vue
src/components/CloudDisk/list.vue
+1
-3
waterfallFlowList.vue
src/components/CloudDisk/waterfallFlowList.vue
+1
-1
Index.vue
src/views/TemplateCenter/Index.vue
+2
-3
No files found.
src/components/CloudDisk/CloudDiskList.vue
View file @
b2f3d938
...
...
@@ -115,11 +115,7 @@
: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
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>
<span
class=
"cusor-pointer"
>
添加时间
</span>
<el-icon
color=
"#9DA2AA"
class=
"el-icon--right"
><arrow-down
/></el-icon>
</el-button>
<div
class=
"CloudDisk-R-Date"
>
<el-date-picker
...
...
src/components/CloudDisk/cellList.vue
View file @
b2f3d938
...
...
@@ -6,12 +6,10 @@
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
:src=
"item.FilePath"
style=
"width: 100%; height: 100%;"
<el-image
class=
"row items-center"
:src=
"item.FilePath"
style=
"width: 100%; height: 100%;"
fit=
"cover"
>
<template
#
error
>
<div
class=
"row items-center"
style=
"height: 100%;"
>
<el-image
:src=
"errImg"
></el-image>
</div>
<el-image
:src=
"errImg"
></el-image>
</
template
>
</el-image>
</div>
...
...
@@ -27,7 +25,7 @@
</
template
>
<div
class=
"MoreClickCenter column"
@
mousedown
.
stop=
"handleChildMouseDown"
>
<div
class=
"cloudDownName microsoft"
>
<div
class=
"col row items-center user-nickname
q-pl-sm
"
style=
"color:#000;"
v-if=
"editorTarget!=item.DetailsId"
>
<div
class=
"col row items-center user-nickname"
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 @
b2f3d938
...
...
@@ -18,9 +18,7 @@
@
click
.
stop=
"getImg(scope.row,scope.$index)"
>
<template
#
error
>
<div
class=
"row items-center"
style=
"height: 100%;"
>
<el-image
:src=
"errImg"
></el-image>
</div>
<el-image
:src=
"errImg"
></el-image>
</
template
>
</el-image>
<div
class=
"cloudDownName microsoft q-pl-md"
>
...
...
src/components/CloudDisk/waterfallFlowList.vue
View file @
b2f3d938
...
...
@@ -32,7 +32,7 @@
</
template
>
<div
class=
"MoreClickCenter column"
@
mousedown
.
stop=
"handleChildMouseDown"
>
<div
class=
"cloudDownName microsoft"
>
<div
class=
"col row items-center user-nickname
q-pl-sm
"
style=
"color:#000;"
v-if=
"editorTarget!=item.DetailsId"
>
<div
class=
"col row items-center user-nickname"
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 @
b2f3d938
...
...
@@ -154,6 +154,7 @@
<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"
...
...
@@ -164,9 +165,7 @@
fit=
"contain"
>
<template
#
error
>
<div
class=
"row items-center"
style=
"height: 100%;"
>
<el-image
:src=
"errImg"
></el-image>
</div>
<el-image
:src=
"errImg"
></el-image>
</
template
>
</el-image>
</template>
...
...
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