|
|
@ -28,7 +28,7 @@ |
|
|
> |
|
|
> |
|
|
<view class="info-section"> |
|
|
<view class="info-section"> |
|
|
<view style="display: flex; align-items: center"> |
|
|
<view style="display: flex; align-items: center"> |
|
|
<img style="width: 96rpx; height: 96rpx; border-radius: 50%" :src="item.photo" alt="" /> |
|
|
<img style="width: 96rpx; height: 96rpx; border-radius: 50%" :src="candidate.photo" alt="" /> |
|
|
<view style="margin-left: 24rpx; display: grid"> |
|
|
<view style="margin-left: 24rpx; display: grid"> |
|
|
<text class="name">{{ candidate.name }}</text> |
|
|
<text class="name">{{ candidate.name }}</text> |
|
|
<text class="college">{{ candidate.position }}</text> |
|
|
<text class="college">{{ candidate.position }}</text> |
|
|
|