mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 17:36:46 +08:00
修改
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user