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
acc8e7e7
Commit
acc8e7e7
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
174acef6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
list.vue
pages/kotra/carrier/list.vue
+5
-6
No files found.
pages/kotra/carrier/list.vue
View file @
acc8e7e7
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
<div
class=
"good-info"
>
<div
class=
"good-info"
>
<div
class=
"good-name"
>
<div
class=
"good-name"
>
<div
class=
"span-name"
style=
"display: flex"
>
<div
class=
"span-name"
style=
"display: flex"
>
{{
item
.
CarrierName
}}
<div
class=
"span-name-sub"
>
{{
item
.
CarrierName
}}
</div>
<view
v-if=
"item.ListEnroll.length > 0"
>
<view
v-if=
"item.ListEnroll.length > 0"
>
<image
<image
style=
"height: 100%; border-radius: 10rpx 10rpx 0 0"
style=
"height: 100%; border-radius: 10rpx 10rpx 0 0"
...
@@ -460,15 +460,14 @@ export default {
...
@@ -460,15 +460,14 @@ export default {
padding-bottom
:
5px
;
padding-bottom
:
5px
;
}
}
.good_study_one
.good-info
.good-name
.span-name
{
.good_study_one
.good-info
.good-name
.span-name
{
/* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
width
:
350
rpx
;
width
:
350
rpx
;
height
:
40
rpx
;
font-size
:
28
rpx
;
font-size
:
28
rpx
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#111
;
color
:
#111
;
}
.span-name-sub
{
max-width
:
320
rpx
;
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
...
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