File tree Expand file tree Collapse file tree 6 files changed +1189
-40
lines changed
Expand file tree Collapse file tree 6 files changed +1189
-40
lines changed Original file line number Diff line number Diff line change 1919}
2020.iconCls-green {
2121 background-image : url (/mycim2/common/img/operator/label_green.png) !important ;
22- }
22+ }
23+ .btn-red-cls {
24+ background-color : # f56c6c ;
25+ }
26+ .tab-panel-cls-define {
27+ background-color : # fafafa ;
28+ }
29+ .tab-panel-cls-define > .x-tab-bar-default {
30+ background-color : # fafafa !important ;
31+ }
32+ .tab-panel-cls-define .x-tab-bar-strip-default-top {
33+ height : 0 !important ;
34+ }
35+ .fieldset-define .x-border-layout-ct {
36+ background-color : # fafafa ;
37+ }
38+ .tab-panel-cls-define > .x-panel-body-default {
39+ border : none;
40+ }
Original file line number Diff line number Diff line change @@ -4,3 +4,11 @@ Ext.onReady(function () {
44 var app = new InitViewer . App ( )
55 refreshFlowConfigGrid ( )
66} )
7+ Ext . Loader . setConfig ( { enabled : false } )
8+ Ext . onReady ( function ( ) {
9+ Ext . QuickTips . init ( )
10+ if ( ! Ext . grid . View . prototype . templates ) {
11+ Ext . grid . View . prototype . templates = { }
12+ }
13+ Ext . BLANK_IMAGE_URL = "/" + APP_NAME + "/vendor/extjs/resources/images/default/tree/s.gif"
14+ } )
You can’t perform that action at this time.
0 commit comments