This commit is contained in:
2025-12-19 13:15:06 +08:00
parent 97f7736081
commit 198ee8f734
2 changed files with 4 additions and 1 deletions

View File

@ -191,4 +191,7 @@ defineExpose({
} }
} }
} }
::v-deep .el-table .cell.el-tooltip{
color: #fff;
}
</style> </style>

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="comom-title"> <div class="comom-title">
<div class="title">情报文本类型<span class="switchover" @click="reversalPush">切换</span></div> <div class="title">信息来源类型统计<span class="switchover" @click="reversalPush">切换</span></div>
<el-popover placement="right" :width="430" :visible="visible"> <el-popover placement="right" :width="430" :visible="visible">
<template #reference> <template #reference>
<div class="title" style="position: relative;z-index: 10000;height: 40px;width: 40px;" @click="visible = true"></div> <div class="title" style="position: relative;z-index: 10000;height: 40px;width: 40px;" @click="visible = true"></div>