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
e3d99cfc
Commit
e3d99cfc
authored
Aug 04, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9acac785
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
close.svg
src/assets/img/close.svg
+2
-0
index.vue
src/components/ImageDisplay/index.vue
+2
-5
index.vue
src/views/CopyRightDetail/index.vue
+1
-0
index.vue
src/views/copyrightManagement/index.vue
+1
-1
No files found.
src/assets/img/close.svg
0 → 100644
View file @
e3d99cfc
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"36"
height=
"36"
viewBox=
"0 0 36 36"
><g
fill=
"none"
fill-rule=
"evenodd"
><circle
cx=
"18"
cy=
"18"
r=
"18"
fill=
"#848484"
/><path
fill=
"#FFF"
fill-rule=
"nonzero"
d=
"M24.4808333,24.6687944 C24.3088958,24.8345838 24.0755835,24.9277389 23.8322917,24.9277389 C23.5889999,24.9277389 23.3556876,24.8345838 23.18375,24.6687944 L18,19.6759623 L12.81625,24.6687944 C12.5845484,24.8919625 12.2468359,24.9791195 11.9303256,24.8974343 C11.6138153,24.8157492 11.3665926,24.5776317 11.2817839,24.2727785 C11.1969752,23.9679253 11.287465,23.6426508 11.5191667,23.4194827 L16.7029167,18.4266507 L11.5191667,13.4338186 C11.2580394,13.1808079 11.1806582,12.801298 11.3230459,12.4719603 C11.4654335,12.1426227 11.799607,11.9281814 12.17,11.9284643 C12.4120665,11.9282782 12.6443828,12.0203214 12.81625,12.1845069 L18,17.177339 L23.18375,12.1845069 C23.4464354,11.932997 23.8404572,11.8584657 24.1823882,11.9956092 C24.5243192,12.1327528 24.7469604,12.4546186 24.7466667,12.81137 C24.7468598,13.0445212 24.6512971,13.2682813 24.4808333,13.4338186 L19.2970833,18.4266507 L24.4808333,23.4194827 C24.6529623,23.5850878 24.7496794,23.8098072 24.7496794,24.0441386 C24.7496794,24.2784699 24.6529623,24.5031893 24.4808333,24.6687944 Z"
/></g></svg>
\ No newline at end of file
src/components/ImageDisplay/index.vue
View file @
e3d99cfc
...
...
@@ -5,11 +5,8 @@
class=
"fixed h-screen w-screen top-0 left-0 flex items-center flex-col z-30"
>
<div
class=
"opacity-70 bg-black absolute w-full h-full"
></div>
<div
class=
"close bg-white cursor-pointer"
@
click=
"$emit('update:visible', false)"
>
<img
src=
"@/assets/img/close.png"
class=
"w-9"
alt=
""
srcset=
""
/>
<div
class=
"close cursor-pointer"
@
click=
"$emit('update:visible', false)"
>
<img
src=
"@/assets/img/close.svg"
class=
"w-9"
alt=
""
srcset=
""
/>
</div>
<div
style=
"height: 100%"
...
...
src/views/CopyRightDetail/index.vue
View file @
e3d99cfc
...
...
@@ -68,6 +68,7 @@
printJS(
{
printable: data!.certificate,
type: 'image',
style: 'width: 100%; padding: 0px',
})
"
>
...
...
src/views/copyrightManagement/index.vue
View file @
e3d99cfc
...
...
@@ -97,7 +97,7 @@
printJS(
{
printable: imgUrl,
type: 'image',
imageStyle: 'width: 100%
',
style: 'width: 100%; padding: 0px
',
})
"
>
...
...
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