Commit b52e7a5b by wusiyi

fix: 样式优化

parent a11fb3c8
......@@ -233,9 +233,9 @@
<div class="card-item-content text-red">
{{
(statisticData?.overTimeShipmentRate ?? '-') +
'%' +
'%(' +
(statisticData?.yesterdayOverTimeShipmentOrderNum ?? '-') +
''
')'
}}
</div>
<div class="card-item-content-text">
......@@ -1107,6 +1107,7 @@ onBeforeUnmount(() => {
.card-item-content {
font-size: 38px;
font-weight: 500;
white-space: nowrap;
}
.card-item-content-text {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment