|
@@ -939,7 +939,7 @@ const pageTouchmove=(e)=>{
|
|
|
<ul class="list" v-if="resData.ChartInfo.ChartType===1">
|
|
|
<li v-for="item in chartData.series" :key="item.name">
|
|
|
<p style="color:#333">{{moment(item.LatestDate).format('YYYY-MM-DD')}}</p>
|
|
|
- <p :style="{color:item.color,flex:1}">{{item.name}}</p>
|
|
|
+ <p :style="{color:item.color,flex:1}">{{item.name.length>20?item.name.replace(/<br>/g,''):item.name}}</p>
|
|
|
<p style="color:#1F243A">{{item.LatestValue}}</p>
|
|
|
</li>
|
|
|
</ul>
|