* change tutorial UI.

This commit is contained in:
Catouse
2016-04-27 17:13:03 +08:00
parent 281173aefe
commit 5707226b82
4 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -206,9 +206,9 @@ $(function()
{
trigger: 'manual',
title: text,
placement: 'top',
placement: $e.offset().left > ($(window).width()*2/3) ? 'left' : 'top',
container: 'body',
tipClass: 'tooltip-warning'
tipClass: 'tooltip-warning tooltip-max'
}, options);
$e = $e.first();
if($lastTooltip) $lastTooltip.tooltip('hide');