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
dc837f06
Commit
dc837f06
authored
Jun 18, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 云盘查看
parent
3a73f07b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
CloudDiskList.vue
src/components/CloudDisk/CloudDiskList.vue
+1
-0
index.vue
src/components/CloudDisk/index.vue
+2
-2
vipFooter.vue
src/components/home/vipFooter.vue
+1
-1
No files found.
src/components/CloudDisk/CloudDiskList.vue
View file @
dc837f06
...
...
@@ -461,6 +461,7 @@ const SearchImg = () =>{
if
(
row
)
queryObj
.
CloudGroupId
=
row
.
Id
RefreshLoading
.
value
=
true
;
queryObj
.
pageIndex
=
1
;
srcList
.
value
=
[]
querySearchHandler
();
};
...
...
src/components/CloudDisk/index.vue
View file @
dc837f06
...
...
@@ -138,12 +138,12 @@
<span>
{{
item
.
FileSize
}}
kb
</span>
</div>
<div
class=
"common q-py-md microsoft"
>
<
!--
<
div
class=
"row items-center cloudDownControls"
@
click
.
stop=
"goTidyUp(item)"
>
<div
class=
"row items-center cloudDownControls"
@
click
.
stop=
"goTidyUp(item)"
>
<el-icon
size=
"15px"
theme=
"filled"
>
<Menu></Menu>
</el-icon>
<span
class=
"q-pl-md"
>
整理文件
</span>
</div>
-->
</div>
<div
v-if=
"ImgId!=item.DetailsId"
class=
"row items-center cloudDownControls"
@
click
.
stop=
"deleteImg(item)"
>
<el-icon
size=
"15px"
theme=
"filled"
>
<Delete></Delete>
...
...
src/components/home/vipFooter.vue
View file @
dc837f06
<
template
>
<div
class=
"vipFooterBox animate__animated animate__fadeInUp"
@
click=
"goVipIntroduce"
>
<img
class=
"cursor-pointer"
src=
"../../assets//img/vipfooter.png"
/>
<img
class=
"cursor-pointer"
src=
"../../assets//img/vipfooter
2
.png"
/>
<span
class=
"close-btn cursor-pointer column items-center flex-center"
@
click
.
stop=
"OffVip"
><IconClose
:size=
"16"
></IconClose></span>
</div>
...
...
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