|
@@ -20,11 +20,11 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="top_box">
|
|
|
- <div>
|
|
|
- 订单编号:<span style="margin-right: 14px; color: #007aff">{{
|
|
|
+ <div style="font-weight:bold;">
|
|
|
+ 订单编号:<span style="margin-right: 14px; color: #007aff;font-weight:400;">{{
|
|
|
orderInfo.handleOrderSn
|
|
|
}}</span
|
|
|
- >订单状态:<span style="margin-right: 14px; color: #007aff">{{
|
|
|
+ >订单状态:<span style="margin-right: 14px; color: #007aff;font-weight:400;">{{
|
|
|
getPayStatus(orderInfo.payStatus)
|
|
|
}}</span>
|
|
|
</div>
|
|
@@ -407,4 +407,9 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
+
|
|
|
+/deep/ .el-descriptions-item__label.is-bordered-label{
|
|
|
+ color: #333;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
</style>
|