feat: 名片支持展示存款信息并适配弹窗宽度
This commit is contained in:
@@ -645,6 +645,13 @@
|
||||
<span x-text="userInfo.jjb"
|
||||
style="font-weight: 700; color: #d97706; font-size: 14px;"></span>
|
||||
</div>
|
||||
<!-- 存款 -->
|
||||
<div
|
||||
style="flex: 1; background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 6px; padding: 6px 0; display: flex; flex-direction: column; align-items: center; justify-content: center;">
|
||||
<span style="color: #047857; font-size: 11px; margin-bottom: 2px;">存款</span>
|
||||
<span x-text="userInfo.bank_jjb"
|
||||
style="font-weight: 700; color: #059669; font-size: 14px;"></span>
|
||||
</div>
|
||||
<!-- 魅力 -->
|
||||
<div
|
||||
style="flex: 1; background: #fdf2f8; border: 1px solid #fbcfe8; border-radius: 6px; padding: 6px 0; display: flex; flex-direction: column; align-items: center; justify-content: center;">
|
||||
|
||||
Reference in New Issue
Block a user