mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
style: TooltipLabel max-width 200px
--bug=1051041 --user=刘瑞斌 【应用】高级编排-图片生成-参数设置:文字提示样式不对 https://www.tapd.cn/57709429/s/1649373
This commit is contained in:
parent
e9eb7a847e
commit
9e50c8824c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue