mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-06 09:26:46 +08:00
修改
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<div class="pdname">
|
||||
{{ 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">
|
||||
<template #reference><span style="font-size: 16px;font-weight: 600;">简介></span></template>
|
||||
</el-popover>
|
||||
@@ -757,7 +757,7 @@ function continueLearn(lastLearnedId) {
|
||||
z-index: 9;
|
||||
}
|
||||
.el-popper {
|
||||
z-index: 0 !important;
|
||||
// z-index: 0 !important;
|
||||
}
|
||||
.pathdetails {
|
||||
.el-dialog__body{
|
||||
|
||||
Reference in New Issue
Block a user