Commit 8b054941 authored by zhengke's avatar zhengke

修改样式

parent 91a03300
......@@ -310,6 +310,12 @@
margin:0 10px;
font-size:23px;
}
.newTripWarm p{
margin-bottom:10px;
}
.newTripWarm p:first-child{
margin-top:0;
}
</style>
<template>
<div class="newTrip_Main" v-loading="pdfLoading">
......@@ -489,11 +495,11 @@
</div>
</div>
<div class="newTripDay">
<div class="warmTipsTitle">温馨提示:</div>
<div class="warmTipsTitle" style="margin-top:0;">温馨提示:</div>
<template v-if="item.tips.length>0">
<div class="warmTipsContent">
<template v-for="(sItem,sIndex) in item.tips">
<div v-html="sItem.content" :key="sIndex"></div>
<div class="newTripWarm" v-html="sItem.content" :key="sIndex"></div>
</template>
</div>
</template>
......
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