bugfix
This commit is contained in:
parent
296a4ae341
commit
56c45a6cd2
@ -28,8 +28,8 @@ bricks.Popup = class extends bricks.VBox {
|
||||
top = rect.top + parseInt(lt.y) / 100 * rect.height;
|
||||
left = rect.left + parseInt(lt.x) / 100 * rect.width;
|
||||
return {
|
||||
top:top + 'px';
|
||||
left:left + 'px';
|
||||
top:top + 'px',
|
||||
left:left + 'px'
|
||||
}
|
||||
}
|
||||
convert_width(){
|
||||
|
Loading…
Reference in New Issue
Block a user