* bug #14852, fix tooltip format error.

This commit is contained in:
Hao Sun
2021-09-07 17:03:49 +08:00
parent 8d443af88e
commit 29528a5cfb
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -174,7 +174,8 @@ $(function()
title: text,
placement: placement,
container: 'body',
tipClass: 'tooltip-warning tooltip-max'
tipClass: 'tooltip-warning tooltip-max',
html: true
}, options);
$e = $e.first();
if($e.css('display') == 'none')