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
538fc902
Commit
538fc902
authored
Dec 19, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
投诉建议样式处理
parent
a4734869
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
9 deletions
+29
-9
complaintCommit.vue
...s/my/suggestComplaint/complaintCommit/complaintCommit.vue
+8
-2
list.vue
pages/my/suggestComplaint/list/list.vue
+14
-5
suggestCommit.vue
pages/my/suggestComplaint/suggestCommit/suggestCommit.vue
+7
-2
empty.png
static/img/common/empty.png
+0
-0
No files found.
pages/my/suggestComplaint/complaintCommit/complaintCommit.vue
View file @
538fc902
...
@@ -221,10 +221,10 @@ export default{
...
@@ -221,10 +221,10 @@ export default{
min-height
:
100%
;
min-height
:
100%
;
}
}
.top
{
.top
{
padding
:
0
4
0rpx
200rpx
40rpx
;
padding
:
0
0rpx
200rpx
40rpx
;
}
}
.top-list
{
.top-list
{
padding
:
40rpx
0
;
padding
:
40rpx
40rpx
40rpx
0
;
border-bottom
:
1px
solid
#f5f5f5
;
border-bottom
:
1px
solid
#f5f5f5
;
}
}
.top-list
view
:first-child
{
.top-list
view
:first-child
{
...
@@ -244,6 +244,7 @@ export default{
...
@@ -244,6 +244,7 @@ export default{
background
:
#F7F8FA
;
background
:
#F7F8FA
;
padding
:
0
0
24rpx
24rpx
;
padding
:
0
0
24rpx
24rpx
;
margin-top
:
24rpx
;
margin-top
:
24rpx
;
border-radius
:
8rpx
;
}
}
.choose-list
{
.choose-list
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -263,6 +264,7 @@ export default{
...
@@ -263,6 +264,7 @@ export default{
margin-top
:
24rpx
;
margin-top
:
24rpx
;
background
:
#F7F8FA
;
background
:
#F7F8FA
;
padding
:
32rpx
;
padding
:
32rpx
;
border-radius
:
8rpx
;
}
}
.bottom
{
.bottom
{
position
:
fixed
;
position
:
fixed
;
...
@@ -287,4 +289,8 @@ export default{
...
@@ -287,4 +289,8 @@ export default{
font-size
:
12px
!
important
;
font-size
:
12px
!
important
;
line-height
:
12px
!
important
;
line-height
:
12px
!
important
;
}
}
.top-list
/
deep
/
.u-textarea
{
background
:
#F7F8FA
;
border
:
none
;
}
</
style
>
</
style
>
\ No newline at end of file
pages/my/suggestComplaint/list/list.vue
View file @
538fc902
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
</view>
</view>
</view>
</view>
<view
class=
"empty"
v-if=
"suggestList.length==0"
>
<view
class=
"empty"
v-if=
"suggestList.length==0"
>
暂无建议记录...
<image
src=
"@/static/img/common/empty.png"
></image>
<view>
暂无建议记录
</view>
</view>
</view>
</
template
>
</
template
>
<!-- 投诉列表 -->
<!-- 投诉列表 -->
...
@@ -35,7 +36,8 @@
...
@@ -35,7 +36,8 @@
</view>
</view>
</view>
</view>
<view
class=
"empty"
v-if=
"complaintList.length==0"
>
<view
class=
"empty"
v-if=
"complaintList.length==0"
>
暂无投诉记录...
<image
src=
"@/static/img/common/empty.png"
></image>
<view>
暂无投诉记录
</view>
</view>
</view>
</
template
>
</
template
>
</view>
</view>
...
@@ -134,15 +136,17 @@ export default{
...
@@ -134,15 +136,17 @@ export default{
background
:
#ffffff
;
background
:
#ffffff
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
justify-content
:
space-around
;
align-items
:
center
;
align-items
:
top
;
position
:
fixed
;
position
:
fixed
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
width
:
100%
;
width
:
100%
;
height
:
1
2
0rpx
;
height
:
1
0
0rpx
;
color
:
#999
;
color
:
#999
;
>
view
{
>
view
{
padding
:
20rpx
60rpx
;
padding
:
20rpx
60rpx
;
font-size
:
32rpx
;
font-weight
:
600
;
}
}
>
view
.on
{
>
view
.on
{
color
:
#333333
;
color
:
#333333
;
...
@@ -184,7 +188,12 @@ export default{
...
@@ -184,7 +188,12 @@ export default{
border-top
:
1px
solid
#EDEDED
;
border-top
:
1px
solid
#EDEDED
;
}
}
.empty
{
.empty
{
padding-top
:
4
00rpx
;
padding-top
:
2
00rpx
;
text-align
:
center
;
text-align
:
center
;
color
:
#666666
;
image
{
width
:
400rpx
;
height
:
400rpx
;
}
}
}
</
style
>
</
style
>
\ No newline at end of file
pages/my/suggestComplaint/suggestCommit/suggestCommit.vue
View file @
538fc902
...
@@ -173,10 +173,10 @@ export default{
...
@@ -173,10 +173,10 @@ export default{
min-height
:
100%
;
min-height
:
100%
;
}
}
.top
{
.top
{
padding
:
0
40rpx
;
padding
-left
:
40rpx
;
}
}
.top-list
{
.top-list
{
padding
:
40rpx
0
;
padding
:
40rpx
40rpx
40rpx
0
;
border-bottom
:
1px
solid
#f5f5f5
;
border-bottom
:
1px
solid
#f5f5f5
;
}
}
.top-list
view
:first-child
{
.top-list
view
:first-child
{
...
@@ -196,6 +196,7 @@ export default{
...
@@ -196,6 +196,7 @@ export default{
margin-top
:
24rpx
;
margin-top
:
24rpx
;
background
:
#F7F8FA
;
background
:
#F7F8FA
;
padding
:
32rpx
;
padding
:
32rpx
;
border-radius
:
8rpx
;
}
}
.bottom
{
.bottom
{
position
:
fixed
;
position
:
fixed
;
...
@@ -220,4 +221,8 @@ export default{
...
@@ -220,4 +221,8 @@ export default{
font-size
:
12px
!
important
;
font-size
:
12px
!
important
;
line-height
:
12px
!
important
;
line-height
:
12px
!
important
;
}
}
.top-list
/
deep
/
.u-textarea
{
background
:
#F7F8FA
;
border
:
none
;
}
</
style
>
</
style
>
\ No newline at end of file
static/img/common/empty.png
0 → 100644
View file @
538fc902
26.1 KB
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