[common] refactoring
This commit is contained in:
parent
0aeb3a561d
commit
e582d74f32
|
@ -52,7 +52,7 @@ define([
|
|||
'<div class="asc-synchronizetip">',
|
||||
'<div class="tip-arrow <%= scope.placement %>"></div>',
|
||||
'<div>',
|
||||
'<div class="tip-text" style="width: 260px;"><%= scope.text %></div>',
|
||||
'<div class="tip-text"><%= scope.text %></div>',
|
||||
'<div class="close img-commonctrl"></div>',
|
||||
'</div>',
|
||||
'<% if ( scope.showLink ) { %>',
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
position: absolute;
|
||||
z-index: @zindex-navbar + 2;
|
||||
width: 300px;
|
||||
.tip-text {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
&.inc-index {
|
||||
z-index: @zindex-navbar + 4;
|
||||
|
|
Loading…
Reference in a new issue