Commit c0c66f7d authored by youjie's avatar youjie

no message

parent 9211b7d4
......@@ -158,7 +158,7 @@
</view>
<view class="dataList-center active flex_between_center">
<view class="dataList-left flex">
<text class="left-text">{{item.SchoolName}}</text>
<text class="left-text">{{item.SchoolName?item.SchoolName:'-'}}</text>
<view class="left-phone">
<van-icon name="phone" color="#919191"></van-icon>
<text>{{item.StuRealMobile}}</text>
......
......@@ -245,7 +245,7 @@
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp: 2; /** 显示的行数 **/
overflow: hidden; /** 隐藏超出的内容 **/
margin-bottom: 50rpx;
height: 150rpx;
}
.ClassStatus-box{
font-size: 24rpx;
......
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