forked from github/dataease
style(图表): 图表标题备注样式优化
This commit is contained in:
parent
112dad3e78
commit
73729121f1
@ -951,7 +951,15 @@ const allEmptyCheck = computed(() => {
|
|||||||
>
|
>
|
||||||
<el-tooltip :effect="toolTip" placement="top" v-if="state.title_remark.show">
|
<el-tooltip :effect="toolTip" placement="top" v-if="state.title_remark.show">
|
||||||
<template #content>
|
<template #content>
|
||||||
<div style="white-space: pre-wrap" v-html="state.title_remark.remark"></div>
|
<div
|
||||||
|
style="
|
||||||
|
width: 500px;
|
||||||
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
"
|
||||||
|
v-html="state.title_remark.remark"
|
||||||
|
></div>
|
||||||
</template>
|
</template>
|
||||||
<el-icon :size="iconSize" class="inner-icon">
|
<el-icon :size="iconSize" class="inner-icon">
|
||||||
<Icon name="icon_info_outlined"><icon_info_outlined class="svg-icon" /></Icon>
|
<Icon name="icon_info_outlined"><icon_info_outlined class="svg-icon" /></Icon>
|
||||||
|
Loading…
Reference in New Issue
Block a user