(#37) Fix checkmark display

This commit is contained in:
MrKBear 2022-01-19 17:36:47 +08:00
parent 3119c862b1
commit 82e1c0941e
2 changed files with 6 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<view class="name">秦浩轩</view>
<view class="certified">
<view class="certifi-info">已认证</view>
<view class="text-icon"></view>
<image class="text-icon" src="../../image/account/Account_OK.svg"></image>
</view>
</view>

View File

@ -41,6 +41,7 @@ view.user-card {
text-overflow: ellipsis;
}
// 学生信息
view.student {
display: flex;
align-items: center;
@ -57,8 +58,10 @@ view.user-card {
justify-content: center;
align-items: center;
view.text-icon {
margin-left: .3em;
image.text-icon {
margin-left: .25em;
width: 10px;
height: 10px;
}
}
}