Skip to content

Commit af003af

Browse files
committed
style: TooltipLabel max-width 200px
--bug=1051041 --user=刘瑞斌 【应用】高级编排-图片生成-参数设置:文字提示样式不对 https://www.tapd.cn/57709429/s/1649373
1 parent e9eb7a8 commit af003af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/dynamics-form/items/label/TooltipLabel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66
<el-tooltip effect="dark" placement="right">
77
<template #content
8-
><div style="width: 200px">{{ tooltip }}</div></template
8+
><div style="max-width: 200px">{{ tooltip }}</div></template
99
>
1010
<AppIcon iconName="app-warning" class="app-warning-icon" style="flex-shrink: 0"></AppIcon>
1111
</el-tooltip>

0 commit comments

Comments
 (0)