Skip to content

Commit

Permalink
style: TooltipLabel max-width 200px
Browse files Browse the repository at this point in the history
--bug=1051041 --user=刘瑞斌 【应用】高级编排-图片生成-参数设置:文字提示样式不对 https://www.tapd.cn/57709429/s/1649373
  • Loading branch information
liuruibin committed Jan 22, 2025
1 parent e9eb7a8 commit 9e50c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<el-tooltip effect="dark" placement="right">
<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>
</el-tooltip>
Expand Down

0 comments on commit 9e50c88

Please sign in to comment.