Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
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-07-21 11:51:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f9e59f4b77e84c2e59ad1f9d810232e78768deaa
f9e59f4b
1 parent
08721466
fix(feedBackList): 调整图片预览组件样式和配置
修改图片预览索引位置从底部120rpx调整到顶部30rpx,并更新预览组件配置,关闭自动播放和索引显示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
src/pages/feedBackList/index.less
src/pages/feedBackList/index.vue
src/pages/feedBackList/index.less
View file @
f9e59f4
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-21 11:
36:19
* @LastEditTime: 2025-07-21 11:
46:21
* @FilePath: /jgdl/src/pages/feedBackList/index.less
* @Description: 意见反馈列表页面样式
*/
...
...
@@ -279,8 +279,8 @@
z-index: 1001;
}
.nut-image-preview
__
index {
bottom: 12
0rpx !important;
.nut-image-preview
-
index {
top: 3
0rpx !important;
z-index: 1001;
}
// }
...
...
src/pages/feedBackList/index.vue
View file @
f9e59f4
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-21 11:
25:10
* @LastEditTime: 2025-07-21 11:
47:19
* @FilePath: /jgdl/src/pages/feedBackList/index.vue
* @Description: 意见反馈列表页面
-->
...
...
@@ -105,7 +105,8 @@
v-model:show="previewVisible"
:images="previewImages"
:init-no="previewIndex"
:is-Loop="false"
:autoplay="0"
:show-index="false"
@close="closePreview"
/>
</view>
...
...
Please
register
or
login
to post a comment