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
bcbfe09f
Commit
bcbfe09f
authored
Aug 11, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
21459ecd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
index.vue
src/components/ImageDisplay/index.vue
+2
-1
AlbumItem.vue
...Collection/AlbumManagement/components/Album/AlbumItem.vue
+2
-2
No files found.
src/components/ImageDisplay/index.vue
View file @
bcbfe09f
...
...
@@ -2,7 +2,8 @@
<Transition>
<div
v-if=
"visible"
class=
"fixed h-screen w-screen top-0 left-0 flex items-center flex-col z-30"
class=
"fixed h-screen w-screen top-0 left-0 flex items-center flex-col"
style=
"z-index: 100"
>
<div
class=
"opacity-70 bg-black absolute w-full h-full"
></div>
<div
class=
"close cursor-pointer"
@
click=
"$emit('update:visible', false)"
>
...
...
src/views/Collection/AlbumManagement/components/Album/AlbumItem.vue
View file @
bcbfe09f
...
...
@@ -79,7 +79,7 @@ const clickItem = (item: string) => {
.albumItem
{
width
:
295px
;
height
:
238px
;
border-radius
:
var
(
--
sy-border-radius
)
;
border-radius
:
30px
;
.operateIcon2
{
display
:
none
;
&
:hover
{
...
...
@@ -99,7 +99,7 @@ const clickItem = (item: string) => {
width
:
263px
;
height
:
149px
;
margin-top
:
18px
;
border-radius
:
var
(
--
sy-border-radius
)
;
border-radius
:
25px
;
}
.name
{
font-size
:
16px
;
...
...
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