Commit 1b9caf82 authored by zhengke's avatar zhengke

修改样式

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