Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
8bf0def7
Commit
8bf0def7
authored
Jul 25, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:bugfix
parent
d75ccac1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
src/views/goods/components/CheckLargeImageDialog.vue
src/views/goods/components/CheckLargeImageDialog.vue
+7
-3
No files found.
src/views/goods/components/CheckLargeImageDialog.vue
View file @
8bf0def7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<el-dialog
<el-dialog
:visible.sync=
"showLargeDialog"
:visible.sync=
"showLargeDialog"
:before-close=
"handleClose"
>
:before-close=
"handleClose"
>
<div
>
<div
class=
"content"
>
<img
:src=
"imageUrl"
class=
"image"
@
click=
"handleClose"
>
<img
:src=
"imageUrl"
class=
"image"
@
click=
"handleClose"
>
</div>
</div>
</el-dialog>
</el-dialog>
...
@@ -30,9 +30,13 @@ export default {
...
@@ -30,9 +30,13 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.content
{
width
:
100%
;
text-align
:
center
;
}
.image
{
.image
{
min-width
:
400px
;
width
:
400px
;
max-width
:
600px
;
height
:
auto
;
height
:
auto
;
}
}
...
...
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