imatrix-ui 2.8.7 → 2.8.8-boe10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/super-ui.css +1 -1
- package/lib/super-ui.umd.min.js +5 -5
- package/package.json +2 -2
- package/src/i18n/langs/cn.js +2 -0
- package/src/i18n/langs/en.js +4 -2
- package/src/router/index.js +10 -0
- package/src/store/modules/tab-content.js +6 -0
- package/src/styles/display-layout.scss +34 -0
- package/src/styles/index.scss +103 -5
- package/src/styles/theme/black/font-style.scss +70 -0
- package/src/styles/theme/black/index.scss +6 -30
- package/src/styles/theme/blue/font-style.scss +37 -0
- package/src/styles/theme/blue/index.scss +2 -18
- package/src/styles/theme/blue2/font-style.scss +70 -0
- package/src/styles/theme/blue2/index.scss +3 -13
- package/src/styles/theme/dark-blue/button.scss +9 -0
- package/src/styles/theme/dark-blue/card.scss +64 -0
- package/src/styles/theme/dark-blue/checkbox.scss +10 -0
- package/src/styles/theme/dark-blue/dark-blue-var.scss +8 -0
- package/src/styles/theme/dark-blue/dialog.scss +21 -0
- package/src/styles/theme/dark-blue/element-variables.scss +7 -0
- package/src/styles/theme/dark-blue/font.scss +71 -0
- package/src/styles/theme/{gray/form-style.scss → dark-blue/form.scss} +12 -2
- package/src/styles/theme/dark-blue/index.scss +255 -0
- package/src/styles/theme/dark-blue/input.scss +15 -0
- package/src/styles/theme/dark-blue/pagination.scss +14 -0
- package/src/styles/theme/dark-blue/scrollbar-style.scss +32 -0
- package/src/styles/theme/dark-blue/sidebar.scss +266 -0
- package/src/styles/theme/dark-blue/tab.scss +83 -0
- package/src/styles/theme/dark-blue/table.scss +60 -0
- package/src/styles/theme/dark-blue/tree.scss +31 -0
- package/src/styles/theme/dark-blue/var.scss +1028 -0
- package/src/styles/theme/gray/card-style.scss +13 -1
- package/src/styles/theme/gray/font-style.scss +38 -0
- package/src/styles/theme/gray/index.scss +13 -25
- package/src/styles/theme/gray/scrollbar-style.scss +32 -0
- package/src/styles/theme/gray/sidebar.scss +5 -0
- package/src/utils/common-util.js +4 -0
- package/src/utils/request.js +13 -0
- package/src/views/layout/NewLayout.vue +6 -65
- package/src/views/layout/components/Menubar/Item.vue +23 -7
- package/src/views/layout/components/Menubar/Link.vue +11 -2
- package/src/views/layout/components/Menubar/SidebarItem.vue +50 -7
- package/src/views/layout/components/Menubar/index.vue +51 -16
- package/src/views/layout/components/tabs/tab-content.vue +160 -0
- package/src/views/layout/tab-content-iframe-index.vue +31 -0
- package/src/views/layout/tab-content-index.vue +85 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "imatrix-ui",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.8-boe10",
|
|
4
4
|
"description": "前端组件库:表格、表单、组织结构树等",
|
|
5
5
|
"main": "lib/super-ui.umd.min.js",
|
|
6
6
|
"private": false,
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"element-ui": "2.15.3",
|
|
35
35
|
"eslint": "5.16.0",
|
|
36
36
|
"eslint-plugin-vue": "5.2.2",
|
|
37
|
-
"node-sass": "4.
|
|
37
|
+
"node-sass": "4.14.1",
|
|
38
38
|
"nprogress": "^0.2.0",
|
|
39
39
|
"sass-loader": "^7.1.0",
|
|
40
40
|
"sessionstorage": "^0.1.0",
|
package/src/i18n/langs/cn.js
CHANGED
|
@@ -90,6 +90,7 @@ const cn = {
|
|
|
90
90
|
isShow: '是否显示',
|
|
91
91
|
isExportable: '是否导出',
|
|
92
92
|
recordLine: '第 {row} 行记录',
|
|
93
|
+
pageRecordLine: '第 {pageNum} 页第 {row} 行记录',
|
|
93
94
|
fileName: '文件名称',
|
|
94
95
|
deleteSuccessful: '删除成功',
|
|
95
96
|
index: '序号',
|
|
@@ -207,6 +208,7 @@ const cn = {
|
|
|
207
208
|
commonButtonOperation: '{1}执行了[{2}]操作',
|
|
208
209
|
history_draw_task: '{1}领取了任务,取消了候选人[{2}]的任务',
|
|
209
210
|
history_abandon_draw: '{1}放弃领取该任务,还原了候选人[{2}]的任务',
|
|
211
|
+
create_copy_task: '{1}把任务抄送给了[{2}]',
|
|
210
212
|
toDoText: '待处理',
|
|
211
213
|
operator: '操作人',
|
|
212
214
|
operatorDept: '操作人部门',
|
package/src/i18n/langs/en.js
CHANGED
|
@@ -89,6 +89,7 @@ const en = {
|
|
|
89
89
|
isShow: 'Is Show',
|
|
90
90
|
isExportable: 'Is Exportable',
|
|
91
91
|
recordLine: 'Record line {row}',
|
|
92
|
+
pageRecordLine: 'Record in row {row} of page {pageNum}',
|
|
92
93
|
fileName: 'File Name',
|
|
93
94
|
deleteSuccessful: 'Deleted successfully',
|
|
94
95
|
index: 'No.',
|
|
@@ -202,8 +203,9 @@ const en = {
|
|
|
202
203
|
history_quit_transfer: '{1} Resignation, has transferred task [{2}] to [{3}',
|
|
203
204
|
history_change_job_transfer: '{1} Change job,has transferred task [{2}] to [{3}',
|
|
204
205
|
commonButtonOperation: '{1} execute [{2}] operation',
|
|
205
|
-
history_draw_task: '{1}received the task and cancelled the task of the candidate [{2}]',
|
|
206
|
-
history_abandon_draw: '{1}gives up the task and restores the task of candidate [{2}]',
|
|
206
|
+
history_draw_task: '{1} received the task and cancelled the task of the candidate [{2}]',
|
|
207
|
+
history_abandon_draw: '{1} gives up the task and restores the task of candidate [{2}]',
|
|
208
|
+
create_copy_task: '{1} The task was copied to [{2}',
|
|
207
209
|
toDoText: 'Todo',
|
|
208
210
|
operator: 'Operator',
|
|
209
211
|
operatorDept: 'Operator Dept',
|
package/src/router/index.js
CHANGED
|
@@ -69,6 +69,16 @@ export const publicRouterMap = [
|
|
|
69
69
|
path: '/show-sub-wf-history',
|
|
70
70
|
component: () => import('../views/wf-history/tache-subprocess-history'),
|
|
71
71
|
hidden: true
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
path: '/tab-content-index',
|
|
75
|
+
component: () => import('../views/layout/tab-content-index'),
|
|
76
|
+
hidden: true
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
path: '/tab-content-iframe-index',
|
|
80
|
+
component: () => import('../views/layout/tab-content-iframe-index'),
|
|
81
|
+
hidden: true
|
|
72
82
|
}
|
|
73
83
|
|
|
74
84
|
]
|
|
@@ -22,6 +22,12 @@ const tabContent = {
|
|
|
22
22
|
// 设置当前激活的tab
|
|
23
23
|
set_active_index(state, index) {
|
|
24
24
|
state.activeIndex = index
|
|
25
|
+
},
|
|
26
|
+
// 清空tabs
|
|
27
|
+
clear_tabs(state, route) {
|
|
28
|
+
if (state.openTab.length > 0) {
|
|
29
|
+
state.openTab.splice(0, state.openTab.length)
|
|
30
|
+
}
|
|
25
31
|
}
|
|
26
32
|
},
|
|
27
33
|
actions: {
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.flex-container {
|
|
2
|
+
display: flex;
|
|
3
|
+
width: 100%;
|
|
4
|
+
|
|
5
|
+
.tree-area {
|
|
6
|
+
flex: 0 0 200px;
|
|
7
|
+
overflow: auto;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.list-area {
|
|
11
|
+
flex: 1;
|
|
12
|
+
overflow: auto;
|
|
13
|
+
margin-left: 20px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.three-column-layout {
|
|
18
|
+
height: calc(100vh - 20px);
|
|
19
|
+
|
|
20
|
+
.el-aside {
|
|
21
|
+
margin-right: 20px;
|
|
22
|
+
padding-top: 20px;
|
|
23
|
+
background-color: #FFFFFF;
|
|
24
|
+
box-shadow: 0px 1px 8px 0px #00000019;
|
|
25
|
+
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.el-main {
|
|
29
|
+
padding: 20px 0 0 20px;
|
|
30
|
+
border-radius: 6px;
|
|
31
|
+
background: #FFFFFF;
|
|
32
|
+
box-shadow: 0px 1px 8px 0px #00000019;
|
|
33
|
+
}
|
|
34
|
+
}
|
package/src/styles/index.scss
CHANGED
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
@import './theme/blue2/sidebar.scss';
|
|
10
10
|
@import './theme/gray/index.scss';
|
|
11
11
|
@import './theme/gray/sidebar.scss';
|
|
12
|
+
@import './theme/dark-blue/index.scss';
|
|
13
|
+
@import './theme/dark-blue/sidebar.scss';
|
|
14
|
+
@import './display-layout.scss';
|
|
12
15
|
|
|
13
16
|
body {
|
|
14
17
|
overflow: hidden;
|
|
@@ -32,19 +35,33 @@ body .el-table th.gutter {
|
|
|
32
35
|
body .el-table colgroup.gutter {
|
|
33
36
|
display: table-cell !important;
|
|
34
37
|
}
|
|
38
|
+
|
|
35
39
|
// 日期控件宽度不自适应问题
|
|
36
|
-
.formContent .el-date-editor.el-input
|
|
37
|
-
.
|
|
40
|
+
.formContent .el-date-editor.el-input,
|
|
41
|
+
.formContent .el-date-editor.el-input__input,
|
|
42
|
+
.formContent .el-date-editor.el-input__inner,
|
|
43
|
+
.grid-search-form .el-date-editor.el-input,
|
|
44
|
+
.grid-search-form .el-date-editor.el-input__input,
|
|
45
|
+
.grid-search-form .el-date-editor.el-input__inner {
|
|
38
46
|
width: 100%;
|
|
39
47
|
}
|
|
40
|
-
|
|
41
|
-
.
|
|
48
|
+
|
|
49
|
+
.formContent .el-date-editor--daterange.el-input,
|
|
50
|
+
.formContent .el-date-editor--daterange.el-input__inner,
|
|
51
|
+
.formContent .el-date-editor--timerange.el-input,
|
|
52
|
+
.formContent .el-date-editor--timerange.el-input__inner,
|
|
53
|
+
.grid-search-form .el-date-editor--daterange.el-input,
|
|
54
|
+
.grid-search-form .el-date-editor--daterange.el-input__inner,
|
|
55
|
+
.grid-search-form .el-date-editor--timerange.el-input,
|
|
56
|
+
.grid-search-form .el-date-editor--timerange.el-input__inner {
|
|
42
57
|
width: 100%;
|
|
43
58
|
}
|
|
59
|
+
|
|
44
60
|
// 日期选择按钮太小问题(gcommon ui)
|
|
45
61
|
.el-picker-panel__footer .el-button--mini {
|
|
46
62
|
font-size: 16px;
|
|
47
63
|
}
|
|
64
|
+
|
|
48
65
|
// 显示必填标志
|
|
49
66
|
.is_req {
|
|
50
67
|
.required__label::before {
|
|
@@ -56,4 +73,85 @@ body .el-table colgroup.gutter {
|
|
|
56
73
|
|
|
57
74
|
.formContent .el-form-item {
|
|
58
75
|
margin-bottom: 0;
|
|
59
|
-
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.operation-area,
|
|
79
|
+
.grid-search-form .search-button,
|
|
80
|
+
.grid-area .grid-operation-buttons {
|
|
81
|
+
.el-button:not(:first-child) {
|
|
82
|
+
margin-left: 10px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.button-at-top {
|
|
87
|
+
width: 100%;
|
|
88
|
+
background: rgb(255, 255, 255);
|
|
89
|
+
line-height: 72px;
|
|
90
|
+
height: 72px;
|
|
91
|
+
position: absolute;
|
|
92
|
+
z-index: 100;
|
|
93
|
+
top: 0px;
|
|
94
|
+
left: 0px;
|
|
95
|
+
right: 0px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.button-at-bottom {
|
|
99
|
+
width: 100%;
|
|
100
|
+
background: rgb(255, 255, 255);
|
|
101
|
+
line-height: 72px;
|
|
102
|
+
height: 72px;
|
|
103
|
+
position: absolute;
|
|
104
|
+
bottom: 0px;
|
|
105
|
+
z-index: 100;
|
|
106
|
+
left: 0px;
|
|
107
|
+
right: 0px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.form-top-button {
|
|
111
|
+
height: 72px;
|
|
112
|
+
float: left;
|
|
113
|
+
padding-left: 24px;
|
|
114
|
+
line-height: 72px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.form-bottom-button {
|
|
118
|
+
height: 72px;
|
|
119
|
+
float: right;
|
|
120
|
+
padding-right: 24px;
|
|
121
|
+
line-height: 72px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// 带有tab页签的表单高度
|
|
125
|
+
.tab-form-container {
|
|
126
|
+
height: calc(100vh - 190px);
|
|
127
|
+
overflow: auto;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.form-container {
|
|
131
|
+
height: calc(100vh - 90px);
|
|
132
|
+
overflow: auto;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.form-container-bottom-button {
|
|
136
|
+
margin-bottom: 50px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.form-container .el-form .el-card {
|
|
140
|
+
margin-bottom: 10px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.form-container .el-form .el-card:last-child {
|
|
144
|
+
margin-bottom: 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.operation-area-float {
|
|
148
|
+
float: right;
|
|
149
|
+
position: fixed;
|
|
150
|
+
bottom: 0;
|
|
151
|
+
right: 4%;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.el-button+.el-button {
|
|
155
|
+
margin-left: 10px;
|
|
156
|
+
}
|
|
157
|
+
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
.gray {
|
|
2
|
+
$titleColor: rgba(0, 0, 0, 0.85);
|
|
3
|
+
|
|
4
|
+
.list-file {
|
|
5
|
+
color: rgba(0, 13, 31, 0.45);
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.form-list-file {
|
|
11
|
+
color: rgba(0, 0, 0, 0.65);
|
|
12
|
+
background: #F2F6FA;
|
|
13
|
+
border-radius: 6px;
|
|
14
|
+
font-size: 14px;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
height: 28px;
|
|
17
|
+
line-height: 28px;
|
|
18
|
+
padding: 0 8px 0 8px;
|
|
19
|
+
margin-right: 32px
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tip-font {
|
|
23
|
+
color: rgba(0, 0, 0, 0.65);
|
|
24
|
+
font-size: 14px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.superForm {
|
|
28
|
+
.el-form-item__label {
|
|
29
|
+
color: rgba(0, 13, 31, 0.85);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.page-layout__title {
|
|
34
|
+
width: 46px;
|
|
35
|
+
height: 16px;
|
|
36
|
+
font-size: 11px;
|
|
37
|
+
font-weight: 500;
|
|
38
|
+
color: #333333;
|
|
39
|
+
line-height: 13px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.component-type-name__title {
|
|
43
|
+
width: 40px;
|
|
44
|
+
height: 14px;
|
|
45
|
+
font-size: 10px;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
color: #333333;
|
|
48
|
+
line-height: 12px;
|
|
49
|
+
// -webkit-background-clip: text;
|
|
50
|
+
// -webkit-text-fill-color: transparent;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.page-layout__title::before {
|
|
54
|
+
content: "";
|
|
55
|
+
text-align: center;
|
|
56
|
+
background: #1A6BF3;
|
|
57
|
+
float: left;
|
|
58
|
+
position: relative;
|
|
59
|
+
border-radius: 3px;
|
|
60
|
+
/** 定义成 block 元素 **/
|
|
61
|
+
display: block;
|
|
62
|
+
// height: 21px;
|
|
63
|
+
// width: 4px;
|
|
64
|
+
margin-right: 12px;
|
|
65
|
+
|
|
66
|
+
width: 2px;
|
|
67
|
+
height: 16px;
|
|
68
|
+
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import './sidebar.scss';
|
|
2
|
+
@import './font-style.scss';
|
|
2
3
|
|
|
3
4
|
.black .el-dialog__header {
|
|
4
5
|
padding: 10px 10px 10px;
|
|
@@ -79,34 +80,19 @@
|
|
|
79
80
|
|
|
80
81
|
.app-container {
|
|
81
82
|
padding: 20px;
|
|
83
|
+
border-radius: 6px;
|
|
84
|
+
box-shadow: 0px 1px 8px 0px #00000019;
|
|
82
85
|
}
|
|
83
86
|
|
|
84
87
|
.operation-area {
|
|
85
88
|
margin-bottom: 10px;
|
|
86
89
|
}
|
|
90
|
+
|
|
87
91
|
.operation-area-chart {
|
|
88
92
|
float: right;
|
|
89
93
|
padding-right: 24px;
|
|
90
94
|
padding-top: 10px;
|
|
91
95
|
}
|
|
92
|
-
.form-container {
|
|
93
|
-
height: calc(100vh - 82px);
|
|
94
|
-
overflow: auto;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.form-container .el-form .el-card {
|
|
98
|
-
margin-bottom: 10px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.form-container .el-form .el-card:last-child {
|
|
102
|
-
margin-bottom: 0;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// 带有tab页签的表单高度
|
|
106
|
-
.tab-form-container {
|
|
107
|
-
height: calc(100vh - 190px);
|
|
108
|
-
overflow: auto;
|
|
109
|
-
}
|
|
110
96
|
|
|
111
97
|
// 解决tab页签中内容多时没有滚动条问题
|
|
112
98
|
.el-tabs__content {
|
|
@@ -217,6 +203,8 @@
|
|
|
217
203
|
|
|
218
204
|
.app-container {
|
|
219
205
|
padding: 20px;
|
|
206
|
+
border-radius: 6px;
|
|
207
|
+
box-shadow: 0px 1px 8px 0px #00000019;
|
|
220
208
|
}
|
|
221
209
|
|
|
222
210
|
.operation-area {
|
|
@@ -224,18 +212,6 @@
|
|
|
224
212
|
height: 40px;
|
|
225
213
|
}
|
|
226
214
|
|
|
227
|
-
.form-container {
|
|
228
|
-
height: calc(100vh - 82px);
|
|
229
|
-
overflow: auto;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.form-container .el-form .el-card {
|
|
233
|
-
margin-bottom: 10px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.form-container .el-form .el-card:last-child {
|
|
237
|
-
margin-bottom: 0;
|
|
238
|
-
}
|
|
239
215
|
|
|
240
216
|
|
|
241
217
|
// 解决tab页签中内容多时没有滚动条问题
|
|
@@ -6,4 +6,41 @@
|
|
|
6
6
|
cursor: pointer;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
+
.page-layout__title {
|
|
10
|
+
width: 46px;
|
|
11
|
+
height: 16px;
|
|
12
|
+
font-size: 11px;
|
|
13
|
+
font-weight: 500;
|
|
14
|
+
color: #333333;
|
|
15
|
+
line-height: 13px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.component-type-name__title {
|
|
19
|
+
width: 40px;
|
|
20
|
+
height: 14px;
|
|
21
|
+
font-size: 10px;
|
|
22
|
+
font-weight: 500;
|
|
23
|
+
color: #333333;
|
|
24
|
+
line-height: 12px;
|
|
25
|
+
// -webkit-background-clip: text;
|
|
26
|
+
// -webkit-text-fill-color: transparent;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.page-layout__title::before {
|
|
30
|
+
content: "";
|
|
31
|
+
text-align: center;
|
|
32
|
+
background: #1A6BF3;
|
|
33
|
+
float: left;
|
|
34
|
+
position: relative;
|
|
35
|
+
border-radius: 3px;
|
|
36
|
+
/** 定义成 block 元素 **/
|
|
37
|
+
display: block;
|
|
38
|
+
// height: 21px;
|
|
39
|
+
// width: 4px;
|
|
40
|
+
margin-right: 12px;
|
|
41
|
+
|
|
42
|
+
width: 2px;
|
|
43
|
+
height: 16px;
|
|
44
|
+
|
|
45
|
+
}
|
|
9
46
|
}
|
|
@@ -80,6 +80,8 @@
|
|
|
80
80
|
|
|
81
81
|
.app-container {
|
|
82
82
|
padding: 20px;
|
|
83
|
+
border-radius: 6px;
|
|
84
|
+
box-shadow: 0px 1px 8px 0px #00000019;
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
.operation-area {
|
|
@@ -91,24 +93,6 @@
|
|
|
91
93
|
padding-right: 24px;
|
|
92
94
|
padding-top: 10px;
|
|
93
95
|
}
|
|
94
|
-
.form-container {
|
|
95
|
-
height: calc(100vh - 82px);
|
|
96
|
-
overflow: auto;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.form-container .el-form .el-card {
|
|
100
|
-
margin-bottom: 10px;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.form-container .el-form .el-card:last-child {
|
|
104
|
-
margin-bottom: 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// 带有tab页签的表单高度
|
|
108
|
-
.tab-form-container {
|
|
109
|
-
height: calc(100vh - 190px);
|
|
110
|
-
overflow: auto;
|
|
111
|
-
}
|
|
112
96
|
|
|
113
97
|
|
|
114
98
|
// 解决tab页签中内容多时没有滚动条问题
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
.gray {
|
|
2
|
+
$titleColor: rgba(0, 0, 0, 0.85);
|
|
3
|
+
|
|
4
|
+
.list-file {
|
|
5
|
+
color: rgba(0, 13, 31, 0.45);
|
|
6
|
+
font-size: 14px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.form-list-file {
|
|
11
|
+
color: rgba(0, 0, 0, 0.65);
|
|
12
|
+
background: #F2F6FA;
|
|
13
|
+
border-radius: 6px;
|
|
14
|
+
font-size: 14px;
|
|
15
|
+
cursor: pointer;
|
|
16
|
+
height: 28px;
|
|
17
|
+
line-height: 28px;
|
|
18
|
+
padding: 0 8px 0 8px;
|
|
19
|
+
margin-right: 32px
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.tip-font {
|
|
23
|
+
color: rgba(0, 0, 0, 0.65);
|
|
24
|
+
font-size: 14px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.superForm {
|
|
28
|
+
.el-form-item__label {
|
|
29
|
+
color: rgba(0, 13, 31, 0.85);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.page-layout__title {
|
|
34
|
+
width: 46px;
|
|
35
|
+
height: 16px;
|
|
36
|
+
font-size: 11px;
|
|
37
|
+
font-weight: 500;
|
|
38
|
+
color: #333333;
|
|
39
|
+
line-height: 13px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.component-type-name__title {
|
|
43
|
+
width: 40px;
|
|
44
|
+
height: 14px;
|
|
45
|
+
font-size: 10px;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
color: #333333;
|
|
48
|
+
line-height: 12px;
|
|
49
|
+
// -webkit-background-clip: text;
|
|
50
|
+
// -webkit-text-fill-color: transparent;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.page-layout__title::before {
|
|
54
|
+
content: "";
|
|
55
|
+
text-align: center;
|
|
56
|
+
background: #1A6BF3;
|
|
57
|
+
float: left;
|
|
58
|
+
position: relative;
|
|
59
|
+
border-radius: 3px;
|
|
60
|
+
/** 定义成 block 元素 **/
|
|
61
|
+
display: block;
|
|
62
|
+
// height: 21px;
|
|
63
|
+
// width: 4px;
|
|
64
|
+
margin-right: 12px;
|
|
65
|
+
|
|
66
|
+
width: 2px;
|
|
67
|
+
height: 16px;
|
|
68
|
+
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@import './sidebar.scss';
|
|
2
|
-
|
|
2
|
+
@import './font-style.scss';
|
|
3
3
|
.blue2 .el-dialog__header {
|
|
4
4
|
padding: 10px 10px 10px;
|
|
5
5
|
}
|
|
@@ -81,6 +81,8 @@
|
|
|
81
81
|
|
|
82
82
|
.app-container {
|
|
83
83
|
padding: 20px;
|
|
84
|
+
border-radius: 6px;
|
|
85
|
+
box-shadow: 0px 1px 8px 0px #00000019;
|
|
84
86
|
}
|
|
85
87
|
|
|
86
88
|
.operation-area {
|
|
@@ -92,18 +94,6 @@
|
|
|
92
94
|
padding-right: 24px;
|
|
93
95
|
padding-top: 10px;
|
|
94
96
|
}
|
|
95
|
-
.form-container {
|
|
96
|
-
height: calc(100vh - 82px);
|
|
97
|
-
overflow: auto;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.form-container .el-form .el-card {
|
|
101
|
-
margin-bottom: 10px;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.form-container .el-form .el-card:last-child {
|
|
105
|
-
margin-bottom: 0;
|
|
106
|
-
}
|
|
107
97
|
|
|
108
98
|
|
|
109
99
|
// 解决tab页签中内容多时没有滚动条问题
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
.dark-blue {
|
|
2
|
+
$titleColor: rgba(0, 0, 0, 0.85);
|
|
3
|
+
|
|
4
|
+
el-card box-card is-always-shadow .card-radius {
|
|
5
|
+
border-radius: 12px
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.form-card-header {
|
|
9
|
+
width: 3px;
|
|
10
|
+
height: 14px;
|
|
11
|
+
left: 0;
|
|
12
|
+
align-items: center;
|
|
13
|
+
text-align: center;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.form-card-header-bgc {
|
|
17
|
+
width: 3px;
|
|
18
|
+
height: 14px;
|
|
19
|
+
display: flex;
|
|
20
|
+
background-color: #3D4CF2
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.form-card-text {
|
|
24
|
+
padding-left: 8px;
|
|
25
|
+
font-size: 16px;
|
|
26
|
+
line-height: 24px;
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
color: $titleColor;
|
|
29
|
+
display: table-cell;
|
|
30
|
+
position: relative;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.superForm {
|
|
34
|
+
.el-card {
|
|
35
|
+
border-radius: 12px;
|
|
36
|
+
box-shadow: 0 1px 4px 0 rgba(0, 13, 31, 0.10);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
.platform-card {
|
|
44
|
+
.el-card__header {
|
|
45
|
+
height: 40px;
|
|
46
|
+
background: #F0F8FE;
|
|
47
|
+
color: #005EBA;
|
|
48
|
+
font-family: Source Han Sans CN;
|
|
49
|
+
font-weight: medium;
|
|
50
|
+
font-size: 14px;
|
|
51
|
+
text-align: left;
|
|
52
|
+
padding: 9px 0px 9px 20px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.el-card__header>div {
|
|
56
|
+
line-height: 22px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.card-style {
|
|
60
|
+
margin-top: 20px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/* 改变主题色变量 */
|
|
2
|
+
$--color-primary: #005EBA;
|
|
3
|
+
$--button-default-border-color: $--color-primary;
|
|
4
|
+
$--button-default-font-color: $--color-primary;
|
|
5
|
+
$--button-font-weight: regular;
|
|
6
|
+
$--button-default-font-color: $--color-primary;
|
|
7
|
+
$--button-opt-background-color:#0780ED;
|
|
8
|
+
$th-cell-background: #F0F8FE;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.dark-blue {
|
|
2
|
+
.el-dialog__header {
|
|
3
|
+
padding: 22px 0px 0px 24px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.el-dialog__title::before {
|
|
7
|
+
content: "";
|
|
8
|
+
text-align: center;
|
|
9
|
+
background: #1A6BF3;
|
|
10
|
+
float: left;
|
|
11
|
+
position: relative;
|
|
12
|
+
border-radius: 3px;
|
|
13
|
+
/** 定义成 block 元素 **/
|
|
14
|
+
display: block;
|
|
15
|
+
height: 21px;
|
|
16
|
+
width: 4px;
|
|
17
|
+
margin-right: 12px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
}
|