Commit 1b9caf82 authored by zhengke's avatar zhengke

修改样式

parent ec63c2e4
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<td :rowspan="3" style="text-align: left"> <td :rowspan="3" style="text-align: left">
<div class="order_OfferId" @click="goOrderdetails(item,1)">{{item.OrderId}} <div class="order_OfferId" @click="goOrderdetails(item,1)">{{item.OrderId}}
</div> </div>
<div class="order_OfferId" v-if="item.TargetJoinType==1"> <div class="order_OferTitle" v-if="item.TargetJoinType==1">
<template v-if="item.JoinType==3"> <template v-if="item.JoinType==3">
原订单:{{item.SourceOrderId}} 原订单:{{item.SourceOrderId}}
</template> </template>
...@@ -1618,7 +1618,7 @@ ...@@ -1618,7 +1618,7 @@
.classorder .order_OfferId { .classorder .order_OfferId {
font-size: 18px; font-size: 18px;
color: #2961FE; color: #2961FE;
margin-bottom: 20px; margin-bottom: 10px;
font-weight: bold; font-weight: bold;
text-decoration: underline; text-decoration: underline;
cursor: pointer cursor: pointer
...@@ -1650,5 +1650,9 @@ ...@@ -1650,5 +1650,9 @@
.classorder .redstyle { .classorder .redstyle {
color: var(--q-color-negative); color: var(--q-color-negative);
} }
.order_OferTitle{
font-size:14px;
color:#333333;
margin-bottom:10px;
}
</style> </style>
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