* [bug#54660] modify tooltip style of thinkradio.

This commit is contained in:
Zhangyu
2024-09-03 08:46:59 +08:00
committed by 刘刚
parent b36530aeda
commit 2ca6153769
+1 -1
View File
@@ -145,7 +145,7 @@ class thinkRadio extends thinkQuestion
icon
(
setClass('mt-9 text-gray-400 cursor-pointer ml-1 text-base pt-0.5'),
toggle::tooltip(array('placement' => 'top', 'title' => $lang->thinkstep->tips->setOption, 'width' => '220px', 'className' => 'bg-white text-gray border border-gray-300')),
toggle::tooltip(array('placement' => 'top', 'title' => $lang->thinkstep->tips->setOption, 'width' => '220px', 'className' => 'text-gray border border-gray-300', 'type' => 'white')),
'help'
)
),