Commit e932ab46 authored by 黄奎's avatar 黄奎
parents ce1547be 348f4b13
...@@ -426,6 +426,10 @@ html, body{ ...@@ -426,6 +426,10 @@ html, body{
-ms-border-radius: 14px; -ms-border-radius: 14px;
-o-border-radius: 14px; -o-border-radius: 14px;
} }
.travelDaysdetails-tsText p{
padding: 0;
margin: 0;
}
.travelDaysdetailsBJ { .travelDaysdetailsBJ {
border-radius: 100px; border-radius: 100px;
padding: 20px 35px; padding: 20px 35px;
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<template v-for="(t,tIndex) in item.tips"> <template v-for="(t,tIndex) in item.tips">
<div :key="tIndex" class="travelDaysdetails-tsTextBox" v-if="t.content&&getHtmlPlainText(t.content).length>0"> <div :key="tIndex" class="travelDaysdetails-tsTextBox" v-if="t.content&&getHtmlPlainText(t.content).length>0">
<div class="travelDaysdetails-tsText row" :style="{'background':backgroundColor2}"> <div class="travelDaysdetails-tsText row" :style="{'background':backgroundColor2}">
<span class="travelDaysdetails-text0">温馨提示:</span> <span class="travelDaysdetails-text0" style="float:left;">温馨提示:</span>
<span v-html="t.content"></span> <span v-html="t.content"></span>
</div> </div>
</div> </div>
......
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
<div class="travelDaysdetails-tsTextBox" <div class="travelDaysdetails-tsTextBox"
v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0"> v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0">
<div class="travelDaysdetails-tsText" :style="{'background':backgroundColor2}"> <div class="travelDaysdetails-tsText" :style="{'background':backgroundColor2}">
<div class="travelDaysdetails-text0" style="float:left;">温馨提示:</div> <span class="travelDaysdetails-text0" style="float:left;">温馨提示:</span>
<div v-html="item.WarmTipObj.Description"></div> <span v-html="item.WarmTipObj.Description"></span>
</div> </div>
</div> </div>
<div class="travelDaysdetails"> <div class="travelDaysdetails">
......
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