* Code for tooltip style.

This commit is contained in:
sunguangming
2023-06-16 19:04:14 +08:00
parent 9650333758
commit 644e02fc73
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.tooltip {width: 120px !important}
+5
View File
@@ -13,3 +13,8 @@ window.renderRowData = function($row, index, row)
}
}
}
$().ready(function()
{
new zui.Tooltip('#tooltipHover', {trigger: 'hover', placement: 'right', type: 'white', 'className': 'text-gray border border-light'});
})
+1
View File
@@ -115,6 +115,7 @@ formBatchPanel
'tipProps',
array
(
'id' => 'tooltipHover',
'data-toggle' => 'tooltip',
'data-placement' => 'right',
)