修改UAT提出的问题

This commit is contained in:
范强强
2023-05-12 16:35:01 +08:00
parent 567b4fbb2e
commit 60e206a995
@@ -74,7 +74,7 @@
<!-- <a-checkbox :value="item.id" class="checkbox-left"></a-checkbox>-->
<div class="text-text-right">
<div class="text-header" @click="titleClick(item)">
<a-tooltip placement="topLeft" :mouseEnterDelay="0.5">
<a-tooltip placement="topLeft" overlayClassName="header-top" :mouseEnterDelay="0.5">
<template slot="title">
<span v-html="item.title"></span>
</template>
@@ -534,4 +534,9 @@
.box-button {
height: 38px;
}
</style>
<style>
.header-top .ant-tooltip-inner{
color: #333!important;
}
</style>