Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
4c1273f5
Commit
4c1273f5
authored
Aug 12, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e4ba4737
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
AlbumItem.vue
...Collection/AlbumManagement/components/Album/AlbumItem.vue
+4
-4
AlbumList.vue
...Collection/AlbumManagement/components/Album/AlbumList.vue
+1
-1
index.vue
src/views/Tracing/tracingDetail/index.vue
+1
-2
No files found.
src/views/Collection/AlbumManagement/components/Album/AlbumItem.vue
View file @
4c1273f5
...
...
@@ -77,8 +77,8 @@ const clickItem = (item: string) => {
<
style
lang=
"scss"
scoped
>
.albumItem
{
width
:
295px
;
height
:
238px
;
width
:
calc
(
295px
*
0
.95
)
;
height
:
calc
(
238px
*
0
.95
)
;
border-radius
:
30px
;
.operateIcon2
{
display
:
none
;
...
...
@@ -96,8 +96,8 @@ const clickItem = (item: string) => {
}
}
.albumBanner
{
width
:
263px
;
height
:
149px
;
width
:
calc
(
263px
*
0
.95
)
;
height
:
calc
(
149px
*
0
.95
)
;
margin-top
:
18px
;
border-radius
:
25px
;
}
...
...
src/views/Collection/AlbumManagement/components/Album/AlbumList.vue
View file @
4c1273f5
<
template
>
<div
class=
""
>
<ReactiveLayout
:list=
"list"
:element-width=
"2
95
"
:ELEMENT_MIN_GAP=
"10"
>
<ReactiveLayout
:list=
"list"
:element-width=
"2
81
"
:ELEMENT_MIN_GAP=
"10"
>
<template
#
element=
"n"
>
<AlbumItem
class=
"flex-shrink-0"
...
...
src/views/Tracing/tracingDetail/index.vue
View file @
4c1273f5
...
...
@@ -66,10 +66,9 @@
@
increaseProof=
"increaseProof"
></OnChainProofDetail>
</div>
{{
proofList
.
length
}}
<div
class=
"flex-shrink-0 mr-10"
v-if=
"proofList.length !== 1"
class=
"flex-shrink-0 mr-10"
style=
"width: calc(228px + 29px)"
>
...
...
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