Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
530a99a1
Commit
530a99a1
authored
Feb 22, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
fcbe26b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
comment-list.vue
pages/goods/comment-list.vue
+6
-6
No files found.
pages/goods/comment-list.vue
View file @
530a99a1
<
template
>
<view
class=
"comment-list"
>
<u-tabs
name=
"name"
:list=
"list"
:is-scroll=
"false"
:is-wrap=
"true"
:active-color=
"mc"
:current=
"current"
:activeItemStyle=
"activeItemStyle"
:height=
"60"
@
change=
"tabsChange"
style=
"zoom: 0.8;"
></u-tabs>
:activeItemStyle=
"activeItemStyle"
:height=
"60"
@
change=
"tabsChange"
></u-tabs>
<view
class=
"comment-details"
style=
"heigh: calc(100% - 40px);"
v-if=
"comments.length>0"
>
<scroll-view
:scroll-y=
"true"
@
scrolltolower=
"lower"
:enable-back-to-top=
"true"
:enable-flex=
"true"
style=
"height: 100%; padding-bottom: 0px;"
>
...
...
@@ -381,17 +381,17 @@
/
deep
/
.comment-list
.u-tab-item
{
margin
:
5px
;
padding
:
5px
10px
;
padding
:
5px
10px
!important
;
background-color
:
#f5f5f5
;
/* border: 1px solid #ddd; */
border-radius
:
50
px
;
font-size
:
12px
;
border-radius
:
42
px
;
font-size
:
12px
!important
;
color
:
#666
;
height
:
32px
;
line-height
:
20px
;
height
:
auto
!important
;
flex
:
unset
!important
;
}
/
deep
/
.comment-list
.u-tabs-scorll-flex
{
justify-content
:
unset
!important
;
padding
:
5px
10px
!important
;
}
</
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