Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
panyongping
uni-pdtravel
Commits
e6a36409
Commit
e6a36409
authored
Dec 19, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
538fc902
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
complaintDetail.vue
...s/my/suggestComplaint/complaintDetail/complaintDetail.vue
+2
-2
suggestDetail.vue
pages/my/suggestComplaint/suggestDetail/suggestDetail.vue
+1
-2
No files found.
pages/my/suggestComplaint/complaintDetail/complaintDetail.vue
View file @
e6a36409
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
</u-popup>
</u-popup>
<!-- 图片预览弹窗 -->
<!-- 图片预览弹窗 -->
<view
class=
"img-pop"
v-if=
"showImgPop"
@
click=
"showImgPop=false"
>
<view
class=
"img-pop"
v-if=
"showImgPop"
@
click=
"showImgPop=false"
>
<image
:src=
'chooseImgUrl'
mode=
"
center
"
></image>
<image
:src=
'chooseImgUrl'
mode=
"
widthFix
"
></image>
</view>
</view>
</view>
</view>
...
@@ -107,6 +107,7 @@ export default{
...
@@ -107,6 +107,7 @@ export default{
fileList1
:
[],
//文件列表
fileList1
:
[],
//文件列表
imgList
:[],
//上传的图片列表
imgList
:[],
//上传的图片列表
commentText
:
''
,
//投诉内容
commentText
:
''
,
//投诉内容
chooseImgUrl
:
''
,
//预览图片地址
}
}
},
},
onLoad
(
option
){
onLoad
(
option
){
...
@@ -423,7 +424,6 @@ export default{
...
@@ -423,7 +424,6 @@ export default{
z-index
:
9999
;
z-index
:
9999
;
image
{
image
{
width
:
100%
;
width
:
100%
;
height
:
60%
;
}
}
}
}
/*修改上传组件样式*/
/*修改上传组件样式*/
...
...
pages/my/suggestComplaint/suggestDetail/suggestDetail.vue
View file @
e6a36409
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<!-- 图片预览弹窗 -->
<!-- 图片预览弹窗 -->
<view
class=
"img-pop"
v-if=
"showPop"
@
click=
"showPop=false"
>
<view
class=
"img-pop"
v-if=
"showPop"
@
click=
"showPop=false"
>
<image
:src=
'chooseImgUrl'
mode=
"
center
"
></image>
<image
:src=
'chooseImgUrl'
mode=
"
widthFix
"
></image>
</view>
</view>
</view>
</view>
...
@@ -228,7 +228,6 @@ export default{
...
@@ -228,7 +228,6 @@ export default{
z-index
:
9999
;
z-index
:
9999
;
image
{
image
{
width
:
100%
;
width
:
100%
;
height
:
60%
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
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