Commit 9020b355 authored by 黄奎's avatar 黄奎

1

parent 3c8afa97
...@@ -164,8 +164,8 @@ ...@@ -164,8 +164,8 @@
</view> </view>
<view class="teacher-box"> <view class="teacher-box">
<van-icon name="wap-home" /> <van-icon name="wap-home" />
<text style="margin:0 10rpx;width: 120rpx;">班级:</text> <text style="margin:0 10rpx;flex:1">班级:</text>
<text>{{item.OutInfo.ClassName}}</text> <text style="width: 72%">{{item.OutInfo.ClassName}}</text>
</view> </view>
<view class="teacher-box"> <view class="teacher-box">
<van-icon name="manager" /> <van-icon name="manager" />
...@@ -187,8 +187,8 @@ ...@@ -187,8 +187,8 @@
</view> </view>
<view class="teacher-box"> <view class="teacher-box">
<van-icon name="wap-home" /> <van-icon name="wap-home" />
<text style="margin:0 10rpx;width: 100rpx;">班级:</text> <text style="margin:0 10rpx;;flex:1;">班级:</text>
<text>{{item.InInfo.ClassName}}</text> <text style="width: 72%">{{item.InInfo.ClassName}}</text>
</view> </view>
<view class="teacher-box"> <view class="teacher-box">
<van-icon name="manager" /> <van-icon name="manager" />
......
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