[SSE PE DE] Fix style for components used ComboDataView
This commit is contained in:
parent
789305ac87
commit
8c39eb234b
|
@ -353,6 +353,7 @@
|
|||
|
||||
top: -4px;
|
||||
position: absolute;
|
||||
padding-right: 12px;
|
||||
|
||||
.more-container & {
|
||||
padding-right: 0;
|
||||
|
|
|
@ -1483,7 +1483,7 @@ define([
|
|||
_set.viewFormMode, _set.lostConnect, _set.disableOnStart],
|
||||
itemWidth: itemWidth,
|
||||
itemHeight: itemHeight,
|
||||
style: 'min-width:139px;',
|
||||
style: 'min-width:151px;',
|
||||
// hint : this.tipParagraphStyle,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'bottom',
|
||||
|
|
|
@ -1058,7 +1058,7 @@ define([
|
|||
itemWidth: 88,
|
||||
enableKeyEvents: true,
|
||||
itemHeight: 40,
|
||||
style: 'min-width:123px;',
|
||||
style: 'min-width:135px;',
|
||||
lock: [_set.themeLock, _set.lostConnect, _set.noSlides],
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'bottom',
|
||||
|
|
|
@ -274,14 +274,13 @@ define([
|
|||
|
||||
this.pivotStyles = new Common.UI.ComboDataView({
|
||||
cls : 'combo-pivot-template',
|
||||
style : 'min-wdith: 91px; max-width: 505px;',
|
||||
style : 'min-width: 103px; max-width: 517px;',
|
||||
enableKeyEvents : true,
|
||||
itemWidth : 61,
|
||||
itemHeight : 49,
|
||||
menuMaxHeight : 300,
|
||||
groups : new Common.UI.DataViewGroupStore(),
|
||||
autoWidth : true,
|
||||
|
||||
lock : [_set.lostConnect, _set.coAuth, _set.noPivot, _set.selRangeEdit, _set.pivotLock, _set['FormatCells'], _set['PivotTables']],
|
||||
beforeOpenHandler: function(e) {
|
||||
var cmp = this,
|
||||
|
|
|
@ -1303,7 +1303,7 @@ define([
|
|||
enableKeyEvents : true,
|
||||
itemWidth : 100,
|
||||
itemHeight : 20,
|
||||
style: 'min-width:135px; max-width: 660px;',
|
||||
style: 'min-width:147px; max-width: 672px;',
|
||||
groups: new Common.UI.DataViewGroupStore([
|
||||
{id: 'menu-style-group-custom', caption: this.textCustom },
|
||||
{id: 'menu-style-group-color', caption: this.textGoodBadAndNeutral },
|
||||
|
|
Loading…
Reference in a new issue