Commit 3e3839c5 by 曾经

冻结弹窗 自动撑开 样式优先级

parent 1599d642
......@@ -135,9 +135,6 @@
padding: 0;
}
}
.custom-popper{
min-width: none;
}
}
.frozen-list {
......
......@@ -264,7 +264,7 @@
<el-row type="flex" align="middle">
<span style="margin-right: 3px;">{{ row.forzenType || '--' }}</span>
<el-popover placement="top" trigger="hover"
:disabled="!row.frozenRemark" popper-class="custom-popper">
:disabled="!row.frozenRemark" popper-class="frozen-custom-popper">
<span>{{ row.frozenRemark }}</span>
<div slot="reference" class="reason-icon-box" v-if="row.frozenRemark">
<i class="iconfont icon-yuanyin" hover-class=""></i>
......@@ -372,8 +372,8 @@ export default { ...action };
margin-block-start: 1em;
margin-block-end: 1em;
}
.custom-popper{
min-width: auto;
.frozen-custom-popper{
min-width: auto !important;
}
</style>
<style lang="less" scoped src="./frozen-list.less"></style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment