[SSE] Fix Bug 31880
This commit is contained in:
parent
0667a18c0b
commit
938997bf74
|
@ -74,7 +74,7 @@ define([
|
|||
});
|
||||
this.btnNamedRanges.render($('#ce-cell-name-menu'));
|
||||
this.btnNamedRanges.setVisible(false);
|
||||
this.btnNamedRanges.menu.setOffset(-52);
|
||||
this.btnNamedRanges.menu.setOffset(-81);
|
||||
|
||||
this.$cellname = $('#ce-cell-name', this.el);
|
||||
this.$btnexpand = $('#ce-btn-expand', this.el);
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
background-color: @gray-light;
|
||||
|
||||
#ce-cell-name {
|
||||
width: 70px;
|
||||
width: 100px;
|
||||
height: 19px;
|
||||
padding: 0px 16px 0 4px;
|
||||
padding: 0px 19px 0 4px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
border: 0 none;
|
||||
|
@ -30,7 +30,7 @@
|
|||
#ce-cell-name-menu {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50px;
|
||||
left: 80px;
|
||||
background-color: @gray-light;
|
||||
|
||||
button {
|
||||
|
@ -87,7 +87,7 @@
|
|||
|
||||
.ce-group-content {
|
||||
padding-left: 1px;
|
||||
margin: 0 16px 0 90px;
|
||||
margin: 0 16px 0 120px;
|
||||
height: 100%;
|
||||
border-left: 1px solid @gray-dark;
|
||||
|
||||
|
|
Loading…
Reference in a new issue