Merge remote-tracking branch 'origin/main' into feature/v1.3_营销资产中台

This commit is contained in:
rd
2025-07-14 13:41:46 +08:00
16 changed files with 37 additions and 36 deletions

View File

@ -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;

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;

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;