feat: 增加Manrope字体包
This commit is contained in:
@ -674,7 +674,7 @@ onMounted(() => {
|
||||
font-weight: 400;
|
||||
line-height: 22px; /* 157.143% */
|
||||
&.num {
|
||||
font-family: 'HarmonyOS Sans SC';
|
||||
font-family: $font-family-manrope-regular;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -617,7 +617,7 @@ onMounted(() => {
|
||||
font-weight: 400;
|
||||
line-height: 22px; /* 157.143% */
|
||||
&.num {
|
||||
font-family: 'HarmonyOS Sans SC';
|
||||
font-family: $font-family-manrope-regular;
|
||||
}
|
||||
}
|
||||
:deep(.arco-tabs) {
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
}
|
||||
.value {
|
||||
color: var(--Text-1, #211f24);
|
||||
font-family: 'HarmonyOS Sans SC';
|
||||
font-family: $font-family-manrope-regular;
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user