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