Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
385f3bb5
Commit
385f3bb5
authored
Sep 20, 2021
by
季圣华
Browse files
调整图片预览的宽度
parent
98a71b05
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/jeecg/JImageUpload.vue
View file @
385f3bb5
...
...
@@ -18,7 +18,7 @@
<a-icon
:type=
"uploadLoading ? 'loading' : 'plus'"
/>
<div
class=
"ant-upload-text"
>
{{
text
}}
</div>
</div>
<a-modal
:visible=
"previewVisible"
:footer=
"null"
@
cancel=
"handleCancel()"
>
<a-modal
:visible=
"previewVisible"
:width=
"1000"
:footer=
"null"
@
cancel=
"handleCancel()"
>
<img
alt=
"example"
style=
"width: 100%"
:src=
"previewImage"
/>
</a-modal>
</a-upload>
...
...
jshERP-web/src/components/jeecg/JUpload.vue
View file @
385f3bb5
...
...
@@ -34,7 +34,7 @@
</a-button>
</
template
>
</a-upload>
<a-modal
:visible=
"previewVisible"
:footer=
"null"
@
cancel=
"handleCancel"
>
<a-modal
:visible=
"previewVisible"
:width=
"1000"
:footer=
"null"
@
cancel=
"handleCancel"
>
<img
alt=
"example"
style=
"width: 100%"
:src=
"previewImage"
/>
</a-modal>
</div>
...
...
Write
Preview
Supports
Markdown
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