fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment