We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c706816 commit c05935eCopy full SHA for c05935e
uni_modules/uview-ui/components/u-tooltip/u-tooltip.vue
@@ -18,6 +18,7 @@
18
@longpress.stop="longpressHandler"
19
:style="{
20
color: color,
21
+ fontSize: $u.addUnit(size),
22
backgroundColor: bgColor && showTooltip && tooltipTop !== -10000 ? bgColor : 'transparent'
23
}"
24
>{{ text }}</text>
0 commit comments