更新
This commit is contained in:
@ -191,4 +191,7 @@ defineExpose({
|
||||
}
|
||||
}
|
||||
}
|
||||
::v-deep .el-table .cell.el-tooltip{
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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">
|
||||
<template #reference>
|
||||
<div class="title" style="position: relative;z-index: 10000;height: 40px;width: 40px;" @click="visible = true"></div>
|
||||
|
||||
Reference in New Issue
Block a user