Commit b52e7a5b by wusiyi

fix: 样式优化

parent a11fb3c8
...@@ -233,9 +233,9 @@ ...@@ -233,9 +233,9 @@
<div class="card-item-content text-red"> <div class="card-item-content text-red">
{{ {{
(statisticData?.overTimeShipmentRate ?? '-') + (statisticData?.overTimeShipmentRate ?? '-') +
'%' + '%(' +
(statisticData?.yesterdayOverTimeShipmentOrderNum ?? '-') + (statisticData?.yesterdayOverTimeShipmentOrderNum ?? '-') +
'' ')'
}} }}
</div> </div>
<div class="card-item-content-text"> <div class="card-item-content-text">
...@@ -1107,6 +1107,7 @@ onBeforeUnmount(() => { ...@@ -1107,6 +1107,7 @@ onBeforeUnmount(() => {
.card-item-content { .card-item-content {
font-size: 38px; font-size: 38px;
font-weight: 500; font-weight: 500;
white-space: nowrap;
} }
.card-item-content-text { .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