|
@@ -3,8 +3,8 @@
|
|
|
<div class="text-container" :style="{height:height,width:width}">
|
|
|
<ul class="allDemeanor">
|
|
|
<li v-for="(item,index) in demeanorList" class="info">
|
|
|
- <span style="padding-left: 20px">{{parseTime(item.createTime, '{yyyy}-{mm}-{dd}')}}</span>
|
|
|
- <span style="padding-left: 20px">{{item.demeanorTitle}}</span>
|
|
|
+ <span style="padding-left: 20px; display: inline-block; width: 20%;">{{parseTime(item.createTime, '{yyyy}-{mm}-{dd}')}}</span>
|
|
|
+ <span style="padding-left: 20px; display: inline-block; width: 80%;">{{item.demeanorTitle}}</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|