ca7df112 by lihua

fix

1 parent d5100df6
...@@ -215,7 +215,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => { ...@@ -215,7 +215,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
215 <span class="item_value"><ellipsis-tooltip :content="activity?.info?.logHash || '--'" 215 <span class="item_value"><ellipsis-tooltip :content="activity?.info?.logHash || '--'"
216 class-name="w100f mr8-i" :refName="'tooltipOver' + 'logHash'"></ellipsis-tooltip></span> 216 class-name="w100f mr8-i" :refName="'tooltipOver' + 'logHash'"></ellipsis-tooltip></span>
217 </div> 217 </div>
218 <div class="split-line"></div> 218 <div v-show="index < activities.length - 1" class="split-line"></div>
219 </div> 219 </div>
220 </el-timeline-item> 220 </el-timeline-item>
221 </el-timeline> 221 </el-timeline>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!