Commit acc8e7e7 authored by 罗超's avatar 罗超

1

parent 174acef6
...@@ -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: 350rpx; width: 350rpx;
height: 40rpx;
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
color: #111; color: #111;
}
.span-name-sub {
max-width: 320rpx;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment