[all] debug for insert chart
This commit is contained in:
parent
5904c08e15
commit
2400e764e6
|
@ -204,7 +204,9 @@ define([
|
|||
}
|
||||
|
||||
function onAppShowed(config) {
|
||||
if ( this.labelDocName ) {
|
||||
if ( this.labelDocName && this.labelDocName.get(0).id == 'title-doc-name'
|
||||
&& this.labelDocName.is(':visible') )
|
||||
{
|
||||
var $tools = this.btnSave.$el.parent('#header-tools');
|
||||
var _left_width = $tools.prev().outerWidth() + $tools.outerWidth();
|
||||
var _right_width = this.labelUserName.outerWidth();
|
||||
|
|
|
@ -374,7 +374,6 @@
|
|||
}
|
||||
|
||||
#title-doc-name {
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue