Skip to content

Commit 8a3bc85

Browse files
author
unknown
committed
add
1 parent f1fd572 commit 8a3bc85

File tree

6 files changed

+1189
-40
lines changed

6 files changed

+1189
-40
lines changed

pages/trimPreSetup/css/index.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,22 @@
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+
}

pages/trimPreSetup/js/add.png

-733 Bytes
Binary file not shown.

pages/trimPreSetup/js/app.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
})

0 commit comments

Comments
 (0)