* Fix tooltip error in bug statistic blocks.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.bugstatistic-block .progress-circle text {font-size: 35px;}
|
||||
.bugstatistic-block .progress-circle .progress-text {position: relative; top: -45px; left: 45px;}
|
||||
.bugstatistic-block .progress-circle .progress-text {position: relative; top: -45px;}
|
||||
.bugstatistic-block .bg-secondary-pale {background: #F3F6FA;}
|
||||
.bugstatistic-block .tab-pane .nav-tabs>.nav-item>a:after {border-bottom: none;}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.singlebugstatistic-block .progress-circle text {font-size: 35px;}
|
||||
.singlebugstatistic-block .progress-circle .progress-text {position: relative; top: -45px; left: 45px;}
|
||||
.singlebugstatistic-block .progress-circle .progress-text {position: relative; top: -45px;}
|
||||
.singlebugstatistic-block .bg-secondary-pale {background: #F3F6FA;}
|
||||
.singlebugstatistic-block .tab-pane .nav-tabs>.nav-item>a:after {border-bottom: none;}
|
||||
|
||||
@@ -52,18 +52,10 @@ foreach($products as $productID => $product)
|
||||
icon
|
||||
(
|
||||
setClass('pl-0.5'),
|
||||
set('data-toggle', 'tooltip'),
|
||||
set('href', 'totalProgressTooltip' . $uniqid),
|
||||
toggle::tooltip(array('title' => '提示文本')),
|
||||
'help'
|
||||
),
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('tooltip'),
|
||||
set::id('totalProgressTooltip' . $uniqid),
|
||||
set::type('white'),
|
||||
'fixBugRateTip'
|
||||
),
|
||||
),
|
||||
cell
|
||||
(
|
||||
|
||||
@@ -48,18 +48,10 @@ panel
|
||||
icon
|
||||
(
|
||||
setClass('pl-0.5'),
|
||||
set('data-toggle', 'tooltip'),
|
||||
set('href', 'totalProgressTooltip' . $uniqid),
|
||||
toggle::tooltip(array('title' => '提示文本')),
|
||||
'help'
|
||||
),
|
||||
),
|
||||
div
|
||||
(
|
||||
setClass('tooltip'),
|
||||
set::id('totalProgressTooltip' . $uniqid),
|
||||
set::type('white'),
|
||||
'fixBugRateTip'
|
||||
),
|
||||
),
|
||||
cell
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user