Commit f8fc8c1b authored by Mac's avatar Mac

1

parent 43c174da
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</view> </view>
<view class="textone" style="font-size: 14px;font-weight: bold;margin: 5px 0;">{{item.name}}</view> <view class="textone" style="font-size: 14px;font-weight: bold;margin: 5px 0;">{{item.name}}</view>
<view style="display: flex;align-items: center;margin-top: 5px;margin-bottom: 14px;"> <view style="display: flex;align-items: center;margin-top: 5px;margin-bottom: 14px;">
<image style="width: 15px; height: 15px; border-radius: 50%;margin-right: 5px;" mode="aspectFill" :src="item.foreignersUrl" /> <image style="width: 23px; height: 15px;margin-right: 5px;" mode="aspectFill" :src="item.foreignersUrl" />
<text >{{item.nationality}}</text> <text >{{item.nationality}}</text>
</view> </view>
<view class="textone"> <view class="textone">
......
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