imatrix-ui 2.8.7 → 2.8.8-tmp1

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.
@@ -0,0 +1,296 @@
1
+ .dark-blue {
2
+ #app {
3
+
4
+ // $topHeight: 50px;
5
+ // 主体区域
6
+ .main-container {
7
+ height: 100%;
8
+ transition: margin-left .28s;
9
+ margin-left: 210px;
10
+ // padding-left: 24px;
11
+ position: relative;
12
+ background: #F8F9FA;
13
+
14
+ .nav-tab {
15
+ padding-top: 0px;
16
+ padding-left: 0px;
17
+ .el-tabs__header{
18
+ padding-left: 24px;
19
+ }
20
+ }
21
+ }
22
+
23
+ // 侧边栏
24
+ .sidebar-container {
25
+ transition: width 0.28s;
26
+ width: 210px !important;
27
+ height: 100%;
28
+ position: fixed;
29
+ top: 0;
30
+ bottom: 0;
31
+ left: 0;
32
+ padding-top: 16px;
33
+ z-index: 1001;
34
+ overflow: hidden;
35
+ font-weight: medium;
36
+ font-size: 14px;
37
+ line-height: normal;
38
+ letter-spacing: 0px;
39
+ text-align: left;
40
+ color: rgba(0, 13, 31, 0.85);
41
+ background: #FFF;
42
+ box-shadow: 0px 2px 8px 0px rgba(164, 178, 201, 0.4);
43
+
44
+ //reset element-ui css
45
+ .horizontal-collapse-transition {
46
+ transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
47
+ }
48
+
49
+ .el-scrollbar__bar.is-vertical {
50
+ right: 0px;
51
+ }
52
+
53
+ .scrollbar-wrapper {
54
+ overflow-x: hidden !important;
55
+
56
+ .el-scrollbar__view {
57
+ height: calc(100vh - 70px);
58
+ }
59
+
60
+ .system-item {
61
+ padding-left: 10px;
62
+ font-size: medium;
63
+ font-weight: 600;
64
+ opacity: 0.8;
65
+ cursor: default;
66
+ }
67
+ }
68
+
69
+ .hamburger-container {
70
+ position: absolute;
71
+ bottom: 0px;
72
+ width: 100%;
73
+ line-height: 48px;
74
+ height: 48px;
75
+ background: #FFFFFF;
76
+ box-shadow: 0px 1px 8px 0px #00000019;
77
+ border: 1px solid #EAEAEA;
78
+ padding: 0 24px;
79
+ }
80
+
81
+ .is-horizontal {
82
+ display: none;
83
+ }
84
+
85
+ a {
86
+ display: inline-block;
87
+ width: 100%;
88
+ overflow: hidden;
89
+ }
90
+
91
+ .svg-icon {
92
+ margin-right: 16px;
93
+ }
94
+
95
+ .el-menu {
96
+ border: none;
97
+ height: 100%;
98
+ width: 100% !important;
99
+ background-color: #FFF;
100
+ color: #000D1F;
101
+ font-weight: medium;
102
+ }
103
+
104
+ .el-menu-item {
105
+ height: 46px;
106
+ color: #525A6C;
107
+ line-height: 46px;
108
+ font-weight: medium;
109
+
110
+ }
111
+
112
+ .el-menu-item.is-active {
113
+ color: #1A6BF3;
114
+ font-weight: medium;
115
+ font-size: 14px;
116
+ letter-spacing: 0px;
117
+ text-align: left;
118
+ box-sizing: border-box;
119
+ border-left: 4px solid #1A6BF3
120
+ }
121
+
122
+ .el-submenu__title {
123
+ height: 46px;
124
+ line-height: 46px;
125
+ }
126
+
127
+ }
128
+
129
+ .hideSidebar {
130
+ .sidebar-container {
131
+ width: 54px !important;
132
+ }
133
+
134
+ .main-container {
135
+ margin-left: 54px;
136
+ }
137
+
138
+ .submenu-title-noDropdown {
139
+ padding-left: 20px !important;
140
+ position: relative;
141
+
142
+ .el-tooltip {
143
+ padding: 0 20px !important;
144
+ }
145
+ }
146
+
147
+ .el-submenu {
148
+ overflow: hidden;
149
+
150
+ &>.el-submenu__title {
151
+ padding-left: 20px !important;
152
+
153
+ .el-submenu__icon-arrow {
154
+ display: none;
155
+ }
156
+ }
157
+ }
158
+
159
+ .el-menu--collapse {
160
+ .el-submenu {
161
+ &>.el-submenu__title {
162
+ &>span {
163
+ height: 0;
164
+ width: 0;
165
+ overflow: hidden;
166
+ visibility: hidden;
167
+ display: inline-block;
168
+ }
169
+ }
170
+ }
171
+ }
172
+ }
173
+
174
+ .sidebar-container .nest-menu .el-submenu>.el-submenu__title,
175
+ .sidebar-container .el-submenu .el-menu-item {
176
+ min-width: 180px !important;
177
+ }
178
+
179
+ .sidebar-container .el-menu--collapse .el-menu .el-submenu {
180
+ min-width: 180px !important;
181
+ }
182
+
183
+ .sidebar-container .el-menu--collapse .el-submenu.is-active>.el-submenu__title,
184
+ .sidebar-container .el-menu--collapse .el-menu.is-active {
185
+ background-color: #FFFFFF !important;
186
+ color: #1A6BF3;
187
+ font-weight: medium;
188
+ border-left: 4px solid #1A6BF3
189
+ }
190
+
191
+ .sidebar-container .el-menu--collapse .el-submenu__title:not(.is-disabled):hover,
192
+ .sidebar-container .el-menu-item:not(.is-disabled):hover {
193
+ background: #F7F7F8;
194
+ color: rgba(0, 13, 31, 0.85);
195
+ font-weight: medium;
196
+ }
197
+
198
+ .sidebar-container .el-menu--collapse {
199
+ text-align: left;
200
+ }
201
+
202
+ //适配移动端
203
+ .mobile {
204
+ .main-container {
205
+ margin-left: 0px;
206
+ }
207
+
208
+ .sidebar-container {
209
+ transition: transform .28s;
210
+ width: 224px !important;
211
+ }
212
+
213
+ &.hideSidebar {
214
+ .sidebar-container {
215
+ transition-duration: 0.3s;
216
+ transform: translate3d(-224px, 0, 0);
217
+ }
218
+ }
219
+ }
220
+
221
+ .withoutAnimation {
222
+
223
+ .main-container,
224
+ .sidebar-container {
225
+ transition: none;
226
+ }
227
+ }
228
+ }
229
+
230
+ .sidebar-container-popper {
231
+ width: 180px;
232
+ }
233
+
234
+ .sidebar-container-popper .el-submenu__title:not(.is-disabled):hover {
235
+ background: #F7F7F8;
236
+ color: rgba(0, 13, 31, 0.85);
237
+ font-weight: medium;
238
+ }
239
+
240
+ .sidebar-container-popper .el-menu .el-submenu.is-active>.el-submenu__title {
241
+ background-color: #FFFFFF !important;
242
+ color: #3D4CF2;
243
+ font-weight: regular;
244
+ }
245
+
246
+ .sidebar-container-popper .el-menu .el-menu-item:hover {
247
+ background: #F7F7F8;
248
+ color: rgba(0, 13, 31, 0.85);
249
+ font-weight: medium;
250
+ }
251
+
252
+ //菜单栏右侧展开时选中菜单的样式
253
+ .sidebar-container-popper .el-menu .el-menu-item.is-active {
254
+ color: #FFFFFF;
255
+ border-radius: 2px;
256
+ background: #0078EE;
257
+ font-weight: regular;
258
+ font-size: 14px;
259
+ text-align: left;
260
+ }
261
+
262
+ //侧边弹出菜单样式
263
+ .sidebar-container-popper .el-menu-item {
264
+ height: 46px;
265
+ line-height: 46px;
266
+ font-weight: medium;
267
+ color: #A4ABB8;
268
+ min-width: 164px;
269
+ }
270
+
271
+ .sidebar-container-popper .el-submenu__title {
272
+ height: 46px;
273
+ line-height: 46px;
274
+ color: #A4ABB8;
275
+ font-weight: medium;
276
+ }
277
+
278
+ .sidebar-container-popper .el-menu--collapse {
279
+ text-align: left;
280
+ }
281
+
282
+ .sidebar-container-popper .el-menu--popup {
283
+ min-width: 180px;
284
+ padding: 12px 8px 12px 8px;
285
+ }
286
+
287
+
288
+
289
+ .el-menu--vertical {
290
+ &>.el-menu {
291
+ .svg-icon {
292
+ margin-right: 16px;
293
+ }
294
+ }
295
+ }
296
+ }
@@ -0,0 +1,83 @@
1
+ .dark-blue {
2
+
3
+ .superForm,
4
+ .chartTabPage {
5
+
6
+ .el-tabs {
7
+ background-color: #FFFFFF;
8
+ // margin-top: 16px;
9
+ // margin-left: 24px;
10
+ }
11
+
12
+ .el-tabs__active-bar {
13
+ display: none;
14
+ }
15
+
16
+ .el-tabs__header {
17
+ margin: 0 0 6px;
18
+ }
19
+
20
+ .el-tabs__header.is-top {
21
+ border-bottom: 0;
22
+ }
23
+
24
+ .el-tabs--top .el-tabs__item.is-top {
25
+ padding: 0px 20px 0px 20px;
26
+ }
27
+
28
+ .el-tabs__nav {
29
+ background-color: #F7F7F8;
30
+ }
31
+
32
+ .el-tabs__item {
33
+ height: 32px;
34
+ line-height: 32px;
35
+ margin: 4px;
36
+ color: rgba(0, 13, 31, 0.85)
37
+ }
38
+
39
+ .el-tabs__nav-wrap::after {
40
+ display: none;
41
+ }
42
+
43
+
44
+ .el-tabs__item.is-active {
45
+ background-color: #FFFFFF;
46
+ color: #3D4CF2;
47
+ font-weight: 500;
48
+ }
49
+
50
+ .el-form--label-right {
51
+ border-radius: 28px 8px 0 0;
52
+ }
53
+
54
+ .el-tabs__content {
55
+ background-color: #FFFFFF;
56
+ }
57
+
58
+ .el-tabs--border-card>.el-tabs__content {
59
+ padding: 0;
60
+ }
61
+
62
+ .el-tabs--border-card {
63
+ background-color: #F7F7F8;
64
+ border-radius: 8px 8px 0 0;
65
+ }
66
+
67
+ .el-tabs--border-card>.el-tabs__header {
68
+ background-color: #F7F7F8;
69
+ }
70
+
71
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
72
+ color: #3D4CF2;
73
+ }
74
+
75
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
76
+ color: #3D4CF2;
77
+ font-size: 14px;
78
+ font-weight: 500;
79
+ }
80
+ }
81
+
82
+
83
+ }
@@ -0,0 +1,60 @@
1
+ @import "./dark-blue-var.scss";
2
+
3
+ .dark-blue {
4
+
5
+ $table-cell-font-color: #313233;
6
+
7
+ // 表头背景颜色 包括组合表头 已经当表头有空白列表头
8
+ .el-table th {
9
+ background-color: $th-cell-background !important;
10
+ }
11
+
12
+ .el-table__header-wrapper {
13
+ background-color: $th-cell-background;
14
+ }
15
+
16
+ // .el-table th.el-table__cell {
17
+ // background-color: $th-cell-background;
18
+ // }
19
+
20
+ // .el-table thead.is-group th.el-table__cell {
21
+ // background-color: $th-cell-background;
22
+ // }
23
+
24
+ .el-table .el-table__cell {
25
+ padding: 0;
26
+ }
27
+
28
+ // 表头字体样式
29
+ .el-table th.el-table__cell>.cell {
30
+ color: $table-cell-font-color;
31
+ font-family: Source Han Sans CN;
32
+ font-weight: medium;
33
+ font-size: 14px;
34
+ line-height: 22px;
35
+ letter-spacing: 0px;
36
+ // text-align: left;
37
+ }
38
+
39
+ // 表格内容颜色
40
+ .el-table .cell {
41
+ color: $table-cell-font-color;
42
+ font-family: Source Han Sans CN;
43
+ font-weight: regular;
44
+ font-size: 14px;
45
+ line-height: 22px;
46
+ letter-spacing: 0px;
47
+ // text-align: left;
48
+
49
+ }
50
+
51
+ .el-button--text {
52
+ color: $--color-primary;
53
+ font-family: Source Han Sans CN;
54
+ font-weight: regular;
55
+ font-size: 14px;
56
+ line-height: 22px;
57
+ letter-spacing: 0px;
58
+ text-align: center;
59
+ }
60
+ }
@@ -0,0 +1,31 @@
1
+ @import "./dark-blue-var.scss";
2
+
3
+ .dark-blue {
4
+
5
+
6
+ .el-tree-node__content:hover {
7
+ background-color: $th-cell-background;
8
+ }
9
+
10
+ .el-tree-node__content>.el-checkbox {
11
+ margin-right: 8px;
12
+ }
13
+
14
+
15
+
16
+ .el-tree-node .is-checked {
17
+ background-color: $th-cell-background !important;
18
+ }
19
+
20
+ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
21
+ background-color: transparent;
22
+ }
23
+
24
+ .el-tree-node .is-expanded .is-focusable .is-checked {
25
+ background-color: transparent;
26
+ }
27
+
28
+ .el-tree-node .is-current .is-focusable {
29
+ background-color: $th-cell-background !important;
30
+ }
31
+ }