style: TooltipLabel max-width 200px
--bug=1051041 --user=刘瑞斌 【应用】高级编排-图片生成-参数设置:文字提示样式不对 https://www.tapd.cn/57709429/s/1649373v3.2
parent
e9eb7a847e
commit
9e50c8824c
|
|
@ -5,7 +5,7 @@
|
||||||
</div>
|
</div>
|
||||||
<el-tooltip effect="dark" placement="right">
|
<el-tooltip effect="dark" placement="right">
|
||||||
<template #content
|
<template #content
|
||||||
><div style="width: 200px">{{ tooltip }}</div></template
|
><div style="max-width: 200px">{{ tooltip }}</div></template
|
||||||
>
|
>
|
||||||
<AppIcon iconName="app-warning" class="app-warning-icon" style="flex-shrink: 0"></AppIcon>
|
<AppIcon iconName="app-warning" class="app-warning-icon" style="flex-shrink: 0"></AppIcon>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue