This commit is contained in:
zhangsir
2023-12-27 18:24:22 +08:00
parent 71ff0029d2
commit a984c7fec3

View File

@@ -4,7 +4,7 @@
<div class="pdname"> <div class="pdname">
{{ data.name }} {{ data.name }}
<el-popover v-if="data.remark" ref="popover" popper-class="jianjie" placement="right" trigger="hover" :width="300" <el-popover v-if="data.remark" ref="popover" popper-class="jianjie" placement="right" trigger="hover" :width="300"
:content="data.remark"> :content="data.remark">
<template #reference><span style="font-size: 16px;font-weight: 600;">简介></span></template> <template #reference><span style="font-size: 16px;font-weight: 600;">简介></span></template>
</el-popover> </el-popover>
@@ -757,7 +757,7 @@ function continueLearn(lastLearnedId) {
z-index: 9; z-index: 9;
} }
.el-popper { .el-popper {
z-index: 0 !important; // z-index: 0 !important;
} }
.pathdetails { .pathdetails {
.el-dialog__body{ .el-dialog__body{