Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-22 13:56:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
881fe65f597bc82bbd18fb030edb5c0fa1463570
881fe65f
1 parent
de3b9592
fix(上传组件): 将图片显示模式从widthFix改为aspectFit以保持比例
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/UploadMediaComponent.vue
src/pages/UploadMedia/index.vue
src/components/UploadMediaComponent.vue
View file @
881fe65
...
...
@@ -24,7 +24,7 @@
<image
:src="uploadedFile.url"
class="w-full h-64 object-cover cursor-pointer"
mode="
widthFix
"
mode="
aspectFit
"
@tap="previewImage"
/>
<view
...
...
src/pages/UploadMedia/index.vue
View file @
881fe65
...
...
@@ -25,7 +25,7 @@
<image
:src="uploadedFile.url"
class="w-full h-64 object-cover cursor-pointer"
mode="
widthFix
"
mode="
aspectFit
"
@tap="previewImage"
/>
<view
...
...
Please
register
or
login
to post a comment