feat: 增加Manrope字体包

This commit is contained in:
rd
2025-07-14 09:46:16 +08:00
parent 7f5497eba5
commit 0ea2609c86
16 changed files with 37 additions and 36 deletions

View File

@ -25,11 +25,11 @@
</div>
<div class="field-row">
<span class="label">账号ID</span>
<span class="cts">{{ item.account_id || '-' }}</span>
<span class="cts num">{{ item.account_id || '-' }}</span>
</div>
<div class="field-row">
<span class="label">手机号码</span>
<span class="cts">{{ item.mobile }}</span>
<span class="cts num">{{ item.mobile }}</span>
</div>
<div class="field-row">
<span class="label">运营人员</span>

View File

@ -49,6 +49,9 @@
font-style: normal;
font-weight: 400;
line-height: 20px; /* 166.667% */
&.num {
font-family: $font-family-manrope-regular;
}
}
.tag-box {
display: flex;