fix : asset process页面弹框位置更改

This commit is contained in:
likexuan
2022-09-14 14:10:50 +08:00
parent 2d1d53e3e7
commit 0bd9bbdfd0

View File

@@ -39,7 +39,7 @@
<template slot-scope="scope" :column="item">
<template v-if="item.prop === 'commandLine'">
<div style="height:24px;display: flex;align-items: center;">
<el-popover trigger="hover" placement="right" v-if="typeof scope.row.state != 'undefined' && scope.row.state != null">
<el-popover trigger="hover" placement="top-start" popper-class="margin-l-10" v-if="typeof scope.row.state != 'undefined' && scope.row.state != null">
<div>
<span class="metirc-tip-list">{{$t('overall.state')}}&nbsp;:&nbsp;&nbsp;</span><span>{{ scope.row.state }}</span>
</div>