eoss-ui 0.7.22 → 0.7.24

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.
Files changed (119) hide show
  1. package/lib/button-group.js +48 -7
  2. package/lib/button.js +48 -7
  3. package/lib/calogin.js +48 -7
  4. package/lib/checkbox-group.js +48 -7
  5. package/lib/data-table-form.js +48 -7
  6. package/lib/data-table.js +48 -7
  7. package/lib/date-picker.js +48 -7
  8. package/lib/dialog.js +48 -7
  9. package/lib/eoss-ui.common.js +608 -525
  10. package/lib/flow-group.js +70 -9
  11. package/lib/flow-list.js +129 -88
  12. package/lib/flow.js +340 -294
  13. package/lib/form.js +48 -7
  14. package/lib/handle-user.js +48 -7
  15. package/lib/handler.js +48 -7
  16. package/lib/icon.js +48 -7
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +48 -7
  19. package/lib/input.js +48 -7
  20. package/lib/login.js +74 -16
  21. package/lib/main.js +176 -135
  22. package/lib/nav.js +48 -7
  23. package/lib/page.js +48 -7
  24. package/lib/pagination.js +48 -7
  25. package/lib/player.js +48 -7
  26. package/lib/qr-code.js +48 -7
  27. package/lib/radio-group.js +48 -7
  28. package/lib/retrial-auth.js +48 -7
  29. package/lib/select-ganged.js +48 -7
  30. package/lib/select.js +48 -7
  31. package/lib/selector-panel.js +48 -7
  32. package/lib/selector.js +48 -7
  33. package/lib/sizer.js +48 -7
  34. package/lib/steps.js +48 -7
  35. package/lib/switch.js +48 -7
  36. package/lib/table-form.js +48 -7
  37. package/lib/tabs.js +48 -7
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/theme-chalk/login.css +1 -1
  40. package/lib/tips.js +48 -7
  41. package/lib/tree-group.js +48 -7
  42. package/lib/tree.js +48 -7
  43. package/lib/upload.js +48 -7
  44. package/lib/utils/util.js +48 -7
  45. package/lib/wujie.js +48 -7
  46. package/lib/wxlogin.js +48 -7
  47. package/package.json +160 -160
  48. package/packages/.DS_Store +0 -0
  49. package/packages/button-group/src/main.vue +346 -346
  50. package/packages/calogin/.DS_Store +0 -0
  51. package/packages/calogin/src/main.vue +412 -412
  52. package/packages/data-table/src/column.vue +988 -988
  53. package/packages/data-table/src/main.vue +1831 -1831
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/src/.DS_Store +0 -0
  56. package/packages/flow/.DS_Store +0 -0
  57. package/packages/flow/src/.DS_Store +0 -0
  58. package/packages/flow/src/component/Circulate.vue +413 -413
  59. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  60. package/packages/flow/src/component/FileList.vue +97 -97
  61. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  62. package/packages/flow/src/component/SendMsg.vue +242 -242
  63. package/packages/flow/src/component/taskUnionExamine.vue +738 -738
  64. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  65. package/packages/flow/src/main.vue +3843 -3843
  66. package/packages/flow/src/processForm.vue +1370 -1366
  67. package/packages/flow/src/processReject.vue +308 -308
  68. package/packages/flow/src/reset.vue +941 -941
  69. package/packages/flow/src/startTaskRead.vue +691 -691
  70. package/packages/flow/src/supervise.vue +159 -159
  71. package/packages/flow-group/src/main.vue +717 -696
  72. package/packages/flow-list/.DS_Store +0 -0
  73. package/packages/flow-list/src/main.vue +1770 -1770
  74. package/packages/form/.DS_Store +0 -0
  75. package/packages/form/src/main.vue +3901 -3901
  76. package/packages/form/src/table.vue +1512 -1512
  77. package/packages/handle-user/src/main.vue +137 -137
  78. package/packages/handler/src/main.vue +496 -496
  79. package/packages/icon/src/main.vue +104 -104
  80. package/packages/login/.DS_Store +0 -0
  81. package/packages/login/src/main.vue +2020 -1994
  82. package/packages/login/src/resetPassword.vue +557 -557
  83. package/packages/main/.DS_Store +0 -0
  84. package/packages/main/src/.DS_Store +0 -0
  85. package/packages/main/src/default/userinfo.vue +502 -502
  86. package/packages/main/src/public/search.vue +464 -464
  87. package/packages/main/src/simplicity/avatar.vue +82 -82
  88. package/packages/main/src/simplicity/handler.vue +263 -263
  89. package/packages/main/src/simplicity/index.vue +2125 -2125
  90. package/packages/main/src/simplicity/user.vue +259 -259
  91. package/packages/main/src/simplicity/userinfo.vue +398 -398
  92. package/packages/menu/.DS_Store +0 -0
  93. package/packages/select/.DS_Store +0 -0
  94. package/packages/select/src/main.vue +782 -782
  95. package/packages/selector/.DS_Store +0 -0
  96. package/packages/selector/src/main.vue +761 -761
  97. package/packages/selector-panel/.DS_Store +0 -0
  98. package/packages/selector-panel/src/main.vue +1027 -1027
  99. package/packages/selector-panel/src/selection.vue +170 -170
  100. package/packages/switch/src/main.vue +170 -170
  101. package/packages/theme-chalk/lib/index.css +1 -1
  102. package/packages/theme-chalk/lib/login.css +1 -1
  103. package/packages/theme-chalk/src/.DS_Store +0 -0
  104. package/packages/theme-chalk/src/flow.scss +351 -351
  105. package/packages/theme-chalk/src/form.scss +501 -501
  106. package/packages/theme-chalk/src/handler.scss +148 -148
  107. package/packages/theme-chalk/src/icon.scss +1817 -1817
  108. package/packages/theme-chalk/src/login.scss +987 -984
  109. package/packages/theme-chalk/src/selector.scss +92 -92
  110. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  111. package/packages/theme-chalk/src/upload.scss +172 -172
  112. package/packages/upload/.DS_Store +0 -0
  113. package/packages/upload/src/main.vue +1343 -1343
  114. package/src/.DS_Store +0 -0
  115. package/src/config/api.js +315 -315
  116. package/src/index.js +163 -163
  117. package/src/utils/.DS_Store +0 -0
  118. package/src/utils/rules.js +18 -18
  119. package/src/utils/util.js +49 -9
@@ -1,1366 +1,1366 @@
1
- @import './common/var.scss';
2
- @import './base.scss';
3
- @keyframes open-submenu {
4
- 0% {
5
- padding-left: 0;
6
- }
7
- 100% {
8
- padding-left: $--main-simplicity-menu-width;
9
- }
10
- }
11
- @keyframes close-submenu {
12
- 0% {
13
- padding-left: $--main-simplicity-menu-width;
14
- }
15
- 100% {
16
- padding-left: 48px;
17
- }
18
- }
19
- .es-simplicity-side {
20
- width: $--main-simplicity-side-width;
21
- height: 100%;
22
- float: left;
23
- padding: 16px 8px 8px 8px;
24
- @extend .es-flex-vertical;
25
- @if $--main-simplicity-side-background-color != '' {
26
- background-color: $--main-simplicity-side-background-color;
27
- } @else {
28
- background-color: $--color-primary-light-9;
29
- }
30
- .es-simplicity-logo {
31
- width: $--main-simplicity-side-width - 24px;
32
- margin: 0 auto;
33
- }
34
- .es-simplicity-user-popover {
35
- padding-top: 5px;
36
- margin-bottom: 20px;
37
- }
38
- .es-simplicity-org-name {
39
- font-weight: 500;
40
- font-size: 14px;
41
- color: #ffffff;
42
- text-align: center;
43
- line-height: 16px;
44
- }
45
- .es-simplicity-pannel-user {
46
- color: #fff;
47
- text-align: center;
48
- padding-top: 5px;
49
- font-size: 14px;
50
- }
51
- .es-simplicity-username,
52
- .es-simplicity-greeting {
53
- cursor: pointer;
54
- }
55
- .es-simplicity-portrait {
56
- width: $--main-simplicity-side-width - 24px;
57
- height: $--main-simplicity-side-width - 24px;
58
- border-radius: 50%;
59
- overflow: hidden;
60
- margin: 0 auto;
61
- cursor: pointer;
62
- position: relative;
63
- margin-bottom: 5px;
64
- }
65
- .es-simplicity-side-Application {
66
- flex: 1;
67
- position: relative;
68
- margin-right: -8px;
69
- .el-scrollbar {
70
- position: absolute;
71
- top: 0;
72
- right: 0;
73
- bottom: 0;
74
- left: 0;
75
- }
76
- .el-scrollbar__view {
77
- padding-right: 8px;
78
- }
79
- .el-scrollbar__thumb {
80
- background-color: $--color-primary-light-7;
81
- }
82
- }
83
- .es-simplicity-side-app {
84
- text-align: center;
85
- color: #fff;
86
- height: 64px;
87
- padding: 6px 0;
88
- position: relative;
89
- cursor: pointer;
90
- @extend .es-flex-vertical;
91
- justify-content: center;
92
- align-items: center;
93
- background-repeat: no-repeat;
94
- background-size: contain;
95
- background-position: center;
96
- .el-badge {
97
- padding: 8px 0;
98
- }
99
- &.is-active,
100
- &:hover {
101
- .el-badge {
102
- padding: 8px 0;
103
- background-color: rgba(255, 255, 255, 0.12);
104
- border-radius: 9px;
105
- }
106
- }
107
- .el-icon-circle-close {
108
- position: absolute;
109
- right: 0;
110
- top: 0;
111
- padding: 2px;
112
- display: none;
113
- }
114
- &:hover {
115
- .el-icon-circle-close {
116
- display: block;
117
- z-index: 999;
118
- }
119
- }
120
- .es-simplicity-side-app-badge {
121
- .el-badge__content.is-fixed.is-dot {
122
- right: 10px;
123
- transform: translateY(0) translateX(100%);
124
- }
125
- }
126
- }
127
- .el-badge {
128
- width: 100%;
129
- }
130
- .es-simplicity-side-app-icon {
131
- font-size: 24px;
132
- &.es-icon_image {
133
- width: 20px;
134
- }
135
- }
136
- .es-simplicity-ai-icon {
137
- width: 56px;
138
- }
139
- .es-simplicity-side-app-text {
140
- font-size: 12px;
141
- @extend .es-text-ellipsis;
142
- }
143
- }
144
- .es-simplicity-portrait-image {
145
- width: 100%;
146
- border-radius: 50%;
147
- vertical-align: top;
148
- background: transparent;
149
- & > img {
150
- width: 100%;
151
- }
152
- }
153
- .es-simplicity-main {
154
- height: 100%;
155
- margin-left: $--main-simplicity-side-width;
156
- overflow: hidden;
157
- position: relative;
158
- .es-simplicity-apps,
159
- .es-simplicity-message,
160
- .es-simplicity-message-modal,
161
- .es-simplicity-apps-modal,
162
- .es-simplicity-public-drawer {
163
- position: absolute;
164
- top: $--main-simplicity-header-height;
165
- height: calc(100% - #{$--main-simplicity-header-height});
166
- }
167
- .es-simplicity-apps {
168
- .el-drawer__body {
169
- background-color: #f4f4f4;
170
- padding: 20px;
171
- @media screen and (max-width: 1600px) and (max-height: 900px) {
172
- padding: 14px;
173
- }
174
- @media screen and (max-width: 1280px) and (max-height: 720px) {
175
- padding: 10px;
176
- }
177
- @media screen and (max-width: 1024px) and (max-height: 768px) {
178
- padding: 6px;
179
- }
180
- }
181
- }
182
- .es-simplicity-public-drawer {
183
- .el-drawer__header {
184
- padding: 10px 0 0;
185
- margin: 0;
186
- }
187
- }
188
- .es-simplicity-subMenus,
189
- .es-simplicity-public-drawer {
190
- .el-drawer__body {
191
- padding: 0;
192
- position: relative;
193
- }
194
- }
195
- .es-simplicity-subMenus {
196
- width: auto;
197
- height: 100%;
198
- overflow: visible;
199
- right: auto;
200
- position: absolute;
201
- z-index: 999 !important;
202
- .el-drawer {
203
- box-shadow: none;
204
- overflow: visible;
205
- border-right: 1px solid #dfebf6;
206
- }
207
- }
208
-
209
- .es-simplicity-message {
210
- .el-drawer {
211
- background-color: #f4f4f4;
212
- }
213
- }
214
- }
215
- .es-simplicity_apps {
216
- height: 100%;
217
- display: flex;
218
- .es-simplicity_apps-all {
219
- flex: 1;
220
- @extend .es-flex-vertical;
221
- margin-right: 20px;
222
- .es-simplicity_apps-box {
223
- flex: 1;
224
- }
225
- .es-simplicity_apps-list {
226
- position: absolute;
227
- top: 0;
228
- right: 0;
229
- bottom: 0;
230
- left: 0;
231
- overflow: hidden;
232
- display: flex;
233
- align-content: flex-start;
234
- flex-wrap: wrap;
235
- .es-simplicity_apps-list-item {
236
- width: 20%;
237
- height: 25%;
238
- padding: 12px;
239
- @media screen and (max-width: 1600px) and (max-height: 900px) {
240
- padding: 8px;
241
- }
242
- @media screen and (max-width: 1280px) and (max-height: 720px) {
243
- padding: 4px;
244
- }
245
- @media screen and (max-width: 1024px) and (max-height: 768px) {
246
- padding: 2px;
247
- }
248
- }
249
- }
250
- .es-simplicity_apps-list-content {
251
- @extend .es-flex-vertical;
252
- height: 100%;
253
- justify-content: center;
254
- align-items: center;
255
- }
256
- .es-simplicity_apps-icon {
257
- margin-bottom: 16px;
258
- color: $--color-primary;
259
- @media screen and (max-width: 1600px) and (max-height: 900px) {
260
- margin-bottom: 12px;
261
- }
262
- @media screen and (max-width: 1280px) and (max-height: 720px) {
263
- margin-bottom: 8px;
264
- }
265
- @media screen and (max-width: 1024px) and (max-height: 768px) {
266
- margin-bottom: 4px;
267
- }
268
- }
269
- .es-simplicity_apps-search {
270
- width: 200px;
271
- .el-input__inner {
272
- border-radius: 16px;
273
- @media screen and (max-width: 1600px) and (max-height: 900px) {
274
- height: 28px;
275
- line-height: 28px;
276
- font-size: 14px;
277
- }
278
- @media screen and (max-width: 1280px) and (max-height: 720px) {
279
- height: 24px;
280
- line-height: 24px;
281
- font-size: 12px;
282
- }
283
- @media screen and (max-width: 1024px) and (max-height: 768px) {
284
- height: 20px;
285
- line-height: 20px;
286
- font-size: 12px;
287
- }
288
- &::placeholder {
289
- @media screen and (max-width: 1600px) and (max-height: 900px) {
290
- font-size: 14px;
291
- }
292
- @media screen and (max-width: 1280px) and (max-height: 720px) {
293
- font-size: 12px;
294
- }
295
- }
296
- }
297
- .el-input__icon {
298
- @media screen and (max-width: 1600px) and (max-height: 900px) {
299
- line-height: 28px;
300
- font-size: 14px;
301
- }
302
- @media screen and (max-width: 1280px) and (max-height: 720px) {
303
- line-height: 24px;
304
- font-size: 12px;
305
- }
306
- @media screen and (max-width: 1024px) and (max-height: 768px) {
307
- line-height: 20px;
308
- font-size: 12px;
309
- }
310
- }
311
- }
312
- }
313
- .es-simplicity_apps-title {
314
- font-weight: 500;
315
- font-size: 20px;
316
- color: #15224c;
317
- line-height: 32px;
318
- padding: 6px 12px 12px;
319
- display: flex;
320
- justify-content: space-between;
321
- align-items: center;
322
- @media screen and (max-width: 1600px) and (max-height: 900px) {
323
- font-size: 17px;
324
- line-height: 26px;
325
- padding: 6px 10px 10px;
326
- }
327
- @media screen and (max-width: 1280px) and (max-height: 720px) {
328
- font-size: 14px;
329
- line-height: 20px;
330
- padding: 4px 8px 8px;
331
- }
332
- @media screen and (max-width: 1024px) and (max-height: 768px) {
333
- font-size: 12px;
334
- line-height: 16px;
335
- padding: 4px 6px 6px;
336
- }
337
- }
338
- .es-simplicity_apps-box {
339
- position: relative;
340
- }
341
- .es-simplicity_apps-list-content {
342
- background: #ffffff;
343
- border-radius: 9px;
344
- padding: 4px;
345
- cursor: pointer;
346
- overflow: hidden;
347
- position: relative;
348
- &:hover {
349
- .es-simplicity_apps-hover {
350
- opacity: 1;
351
- z-index: 1;
352
- .es-simplicity_apps-icon {
353
- color: rgba(255, 255, 255, 0.5);
354
- }
355
- }
356
- }
357
- &.es-simplicity_apps-disabled {
358
- cursor: not-allowed;
359
- .es-simplicity_apps-hover {
360
- background-color: rgba(115, 122, 148, 0.9);
361
- }
362
- }
363
- }
364
- .es-simplicity_apps-icon {
365
- font-size: 34px;
366
- width: 34px;
367
- height: 34px;
368
- line-height: 34px;
369
- @media screen and (max-width: 1600px) and (max-height: 900px) {
370
- font-size: 30px;
371
- width: 30px;
372
- height: 30px;
373
- line-height: 30px;
374
- }
375
- @media screen and (max-width: 1280px) and (max-height: 720px) {
376
- font-size: 26px;
377
- width: 26px;
378
- height: 26px;
379
- line-height: 26px;
380
- }
381
- @media screen and (max-width: 1024px) and (max-height: 768px) {
382
- font-size: 22px;
383
- width: 22px;
384
- height: 22px;
385
- line-height: 22px;
386
- }
387
- }
388
- .es-simplicity_apps-text {
389
- font-weight: 400;
390
- font-size: 16px;
391
- text-align: center;
392
- line-height: 19px;
393
- @media screen and (max-width: 1600px) and (max-height: 900px) {
394
- font-size: 14px;
395
- line-height: 17px;
396
- }
397
- @media screen and (max-width: 1280px) and (max-height: 720px) {
398
- font-size: 12px;
399
- line-height: 15px;
400
- }
401
- }
402
- .es-simplicity_apps-hover {
403
- opacity: 0;
404
- display: flex;
405
- flex-direction: column;
406
- box-orient: vertical;
407
- justify-content: center;
408
- align-items: center;
409
- position: absolute;
410
- top: 0;
411
- right: 0;
412
- bottom: 0;
413
- left: 0;
414
- z-index: -1;
415
- background-color: $--color-primary-light-5;
416
- color: #fff;
417
- }
418
- .es-simplicity_apps-pagination {
419
- text-align: right;
420
- padding: 18px 20px;
421
- @media screen and (max-width: 1600px) and (max-height: 900px) {
422
- padding: 14px 16px;
423
- }
424
- @media screen and (max-width: 1280px) and (max-height: 720px) {
425
- padding: 10px 12px;
426
- }
427
- @media screen and (max-width: 1024px) and (max-height: 768px) {
428
- padding: 7px 8px;
429
- }
430
- .el-pagination__total {
431
- float: left;
432
- @media screen and (max-width: 1600px) and (max-height: 900px) {
433
- height: 24px;
434
- line-height: 24px;
435
- }
436
- @media screen and (max-width: 1280px) and (max-height: 720px) {
437
- font-size: 12px;
438
- height: 20px;
439
- line-height: 20px;
440
- }
441
- @media screen and (max-width: 1024px) and (max-height: 768px) {
442
- font-size: 12px;
443
- height: 16px;
444
- line-height: 16px;
445
- }
446
- }
447
-
448
- & > button {
449
- @media screen and (max-width: 1600px) and (max-height: 900px) {
450
- height: 24px;
451
- line-height: 24px;
452
- }
453
- @media screen and (max-width: 1280px) and (max-height: 720px) {
454
- font-size: 12px;
455
- height: 20px;
456
- line-height: 20px;
457
- }
458
- @media screen and (max-width: 1024px) and (max-height: 768px) {
459
- font-size: 12px;
460
- height: 16px;
461
- line-height: 16px;
462
- }
463
- }
464
- .el-pager li {
465
- background-color: #fff;
466
- @media screen and (max-width: 1600px) and (max-height: 900px) {
467
- min-width: 26px;
468
- height: 24px;
469
- line-height: 24px;
470
- }
471
- @media screen and (max-width: 1280px) and (max-height: 720px) {
472
- min-width: 22px;
473
- height: 20px;
474
- line-height: 20px;
475
- }
476
- @media screen and (max-width: 1024px) and (max-height: 768px) {
477
- min-width: 18px;
478
- height: 16px;
479
- line-height: 16px;
480
- }
481
- }
482
- }
483
- .es-simplicity_apps-other {
484
- width: 34%;
485
- padding-left: 20px;
486
- border-left: 1px solid #cdd9e4;
487
- @media screen and (max-width: 1600px) and (max-height: 900px) {
488
- padding-left: 14px;
489
- }
490
- @media screen and (max-width: 1280px) and (max-height: 720px) {
491
- padding-left: 8px;
492
- }
493
- .es-simplicity_apps-list {
494
- display: flex;
495
- align-content: flex-start;
496
- flex-wrap: wrap;
497
- .es-simplicity_apps-list-item {
498
- width: 50%;
499
- padding: 12px;
500
- @media screen and (max-width: 1600px) and (max-height: 900px) {
501
- padding: 8px;
502
- }
503
- @media screen and (max-width: 1280px) and (max-height: 720px) {
504
- padding: 4px;
505
- }
506
- @media screen and (max-width: 1024px) and (max-height: 768px) {
507
- padding: 2px;
508
- }
509
- }
510
- .es-simplicity_app-icon {
511
- display: block;
512
- width: 34px;
513
- height: 34px;
514
- font-size: 18px;
515
- line-height: 34px;
516
- text-align: center;
517
- border-radius: 9px;
518
- }
519
- .es-simplicity_apps-text {
520
- margin-left: 12px;
521
- text-align: left;
522
- overflow: hidden;
523
- text-overflow: ellipsis;
524
- display: -webkit-box;
525
- -webkit-box-orient: vertical;
526
- line-clamp: 3;
527
- -webkit-line-clamp: 3;
528
- word-wrap: break-word;
529
- @media screen and (max-width: 1600px) and (max-height: 900px) {
530
- margin-left: 8px;
531
- }
532
- @media screen and (max-width: 1280px) and (max-height: 720px) {
533
- margin-left: 4px;
534
- }
535
- }
536
- }
537
- .es-simplicity_apps-list-content {
538
- display: flex;
539
- align-items: center;
540
- padding: 16px;
541
- @media screen and (max-width: 1600px) and (max-height: 900px) {
542
- padding: 12px;
543
- }
544
- @media screen and (max-width: 1280px) and (max-height: 720px) {
545
- padding: 8px;
546
- }
547
- @media screen and (max-width: 1024px) and (max-height: 768px) {
548
- padding: 4px;
549
- }
550
- .es-simplicity_apps-texts {
551
- min-height: 36px;
552
- display: flex;
553
- align-items: center;
554
- }
555
- .es-simplicity_apps-hover {
556
- flex-direction: row;
557
- }
558
- }
559
- .es-simplicity_apps-systems {
560
- padding-top: 20px;
561
- border-top: 1px solid #cdd9e4;
562
- }
563
- }
564
- }
565
- .es-simplicity-userinfo {
566
- padding: 20px;
567
- .es-simplicity-user {
568
- border-bottom: 1px solid #dfebf6;
569
- position: relative;
570
- padding-bottom: 16px;
571
- .es-simplicity-user-name {
572
- font-weight: 500;
573
- font-size: 20px;
574
- color: #15224c;
575
- line-height: 23px;
576
- margin-bottom: 12px;
577
- margin-right: 80px;
578
- }
579
- .es-simplicity-org-name,
580
- .es-simplicity-dep-post {
581
- margin-right: 80px;
582
- font-weight: 400;
583
- font-size: 14px;
584
- color: #737a94;
585
- line-height: 16px;
586
- margin-bottom: 8px;
587
- }
588
- .es-icon-renyuanqiehuan {
589
- font-size: 20px;
590
- color: #2591f7;
591
- cursor: pointer;
592
- margin-left: 16px;
593
- }
594
- .es-simplicity-portrait {
595
- position: absolute;
596
- top: 0;
597
- right: 0;
598
- width: 64px;
599
- padding: 0 8px 8px;
600
- .es-upload {
601
- margin-top: 12px;
602
- margin-left: -8px;
603
- margin-right: -8px;
604
- }
605
- }
606
- .el-upload--handle {
607
- width: 100%;
608
- }
609
- .el-upload--text {
610
- width: 100%;
611
- text-align: center;
612
- font-size: 14px;
613
- color: #2591f7;
614
- }
615
- }
616
- .es-simplicity-notice-type {
617
- padding: 24px 0;
618
- border-bottom: 1px solid #dfebf6;
619
- }
620
- .es-simplicity-notice-title {
621
- font-size: 14px;
622
- color: #15224c;
623
- line-height: 16px;
624
- margin-bottom: 12px;
625
- }
626
- .es-simplicity-notice-list {
627
- .el-checkbox {
628
- min-width: 115px;
629
- }
630
- }
631
- .es-simplicity-password {
632
- padding-top: 24px;
633
- font-size: 14px;
634
- color: #2591f7;
635
- line-height: 16px;
636
- cursor: pointer;
637
- .es-icon-arrow-right {
638
- position: relative;
639
- top: 1px;
640
- margin-left: 8px;
641
- }
642
- }
643
- .es-simplicity-qrcode {
644
- width: 100px;
645
- height: 100px;
646
- }
647
- }
648
- .es-simplicity-unfold {
649
- position: fixed;
650
- left: $--main-simplicity-side-width;
651
- top: $--main-simplicity-header-height;
652
- z-index: 9999;
653
- .el-icon-s-unfold {
654
- font-size: 32px;
655
- cursor: move;
656
- background-color: #fff;
657
- border-radius: 10px;
658
- }
659
- }
660
- .es-simplicity-menus {
661
- height: 100%;
662
- display: flex;
663
- .es-simplicity-menus-box {
664
- width: 220px;
665
- height: 100%;
666
- position: relative;
667
- .es-simplicity-menus-title {
668
- font-weight: bold;
669
- line-height: 30px;
670
- padding: 7px 7px 7px 14px;
671
- border-bottom: 1px solid #dfebf6;
672
- display: flex;
673
- justify-content: center;
674
- align-items: center;
675
- .es-simplicity-menus-title-text {
676
- flex: 1;
677
- font-size: 20px;
678
- color: #15224c;
679
- }
680
- .es-simplicity-menus-title-icon {
681
- font-size: 24px;
682
- color: #b9bdc9;
683
- cursor: pointer;
684
- }
685
- }
686
- .es-simplicity-menus-scrollbar {
687
- position: absolute;
688
- top: 45px;
689
- right: 0;
690
- bottom: 0;
691
- left: 0;
692
- }
693
- }
694
- .es-simplicity-menus-view {
695
- border-left: 1px solid #dfebf6;
696
- display: flex;
697
- .es-simplicity-menus-box + .es-simplicity-menus-box {
698
- border-left: 1px solid #dfebf6;
699
- }
700
- }
701
- &.es-simplicity-menus-plus {
702
- .es-simplicity-menus-box {
703
- .es-simplicity-menus-title {
704
- padding: 13px 7px 13px 14px;
705
- }
706
- .es-simplicity-menus-scrollbar {
707
- top: 57px;
708
- }
709
- }
710
- }
711
- }
712
- .es-simplicity-menus-lists {
713
- padding: 8px 0;
714
- &.is-fold {
715
- padding: 4px 0;
716
- }
717
- }
718
- .es-simplicity-menus-item {
719
- height: 48px;
720
- display: flex;
721
- align-items: center;
722
- padding: 8px 24px;
723
- position: relative;
724
- cursor: pointer;
725
- overflow: hidden;
726
- color: #15224c;
727
- &.is-fold {
728
- height: 40px;
729
- padding: 4px 12px;
730
- .es-simplicity_apps-icon {
731
- margin-right: 0;
732
- }
733
- .es-simplicity-menus-tips {
734
- top: 0;
735
- right: 0;
736
- color: #ff0000;
737
- font-size: 12px;
738
- }
739
- &:hover {
740
- &::before {
741
- inset: 0 4px;
742
- }
743
- }
744
- &.is-active {
745
- &::before {
746
- inset: 0 4px;
747
- }
748
- }
749
- }
750
- .es-simplicity_apps-icon {
751
- height: 24px;
752
- padding: 4px;
753
- border-radius: 3px;
754
- margin-right: 12px;
755
- color: $--color-primary;
756
- z-index: 1;
757
- }
758
- .es-simplicity-menus-tips {
759
- font-size: 14px;
760
- color: #737a94;
761
- position: absolute;
762
- right: 12px;
763
- & + .es-simplicity_apps-text {
764
- width: 176px;
765
- }
766
- }
767
- .es-simplicity_apps-text {
768
- width: 200px;
769
- font-weight: 400;
770
- font-size: 14px;
771
- line-height: 16px;
772
- text-overflow: ellipsis;
773
- white-space: nowrap;
774
- overflow: hidden;
775
- position: relative;
776
- }
777
- &:hover {
778
- color: $--color-primary;
779
- &::before {
780
- content: '';
781
- display: block;
782
- position: absolute;
783
- inset: 0 12px;
784
- background-color: $--color-primary-light-2;
785
- border-radius: 6px;
786
- z-index: 0;
787
- }
788
- }
789
- &.is-active {
790
- color: $--color-primary;
791
- &::before {
792
- content: '';
793
- display: block;
794
- position: absolute;
795
- inset: 0 12px;
796
- background-color: $--color-primary-light-2;
797
- border-radius: 6px;
798
- z-index: 0;
799
- }
800
- }
801
- .es-icon-pointer-right {
802
- position: absolute;
803
- right: 8px;
804
- }
805
- }
806
- .es-simplicity-iframe {
807
- height: 100%;
808
- & > .el-tabs__header {
809
- height: $--main-simplicity-header-height;
810
- padding: ($--main-simplicity-header-height - 36px)/2 0;
811
- margin: 0;
812
- border-bottom: 1px solid #dfebf6;
813
- background-color: #fff;
814
- & > .el-tabs__nav-main {
815
- margin: 0 10px;
816
- }
817
- .el-tabs__nav-next,
818
- .el-tabs__nav-prev {
819
- height: 36px;
820
- font-size: 16px;
821
- padding: 0 6px;
822
- }
823
- .el-tabs__nav-wrap {
824
- padding: 0 10px;
825
- &.is-scrollable {
826
- padding: 0 28px;
827
- }
828
- &::after {
829
- content: none;
830
- }
831
- .el-tabs__item {
832
- height: 36px;
833
- line-height: 36px;
834
- padding: 0 12px !important;
835
- background: #f2f2f2;
836
- border-radius: 6px;
837
- color: #737a94;
838
- & + .el-tabs__item {
839
- margin-left: 12px;
840
- }
841
- &.is-active {
842
- color: $--color-primary;
843
- background-color: $--color-primary-light-1;
844
- }
845
- }
846
- }
847
- }
848
- & > .el-tabs__content {
849
- height: calc(100% - #{$--main-simplicity-header-height});
850
- .el-tab-pane {
851
- height: 100%;
852
- }
853
- }
854
- &.is-open {
855
- & > .el-tabs__content {
856
- animation: open-submenu 0.3s 1ms forwards;
857
- }
858
- &.is-fold {
859
- & > .el-tabs__content {
860
- animation: close-submenu 0.1s 0ms forwards;
861
- }
862
- }
863
- }
864
- }
865
-
866
- .es-simplicity-handler {
867
- height: 36px;
868
- display: flex;
869
- align-items: center;
870
- height: 100%;
871
- line-height: 24px;
872
- padding: 0 10px;
873
- .es-simplicity-contact {
874
- display: flex;
875
- line-height: 17px;
876
- margin-right: 12px;
877
- text-align-last: justify;
878
- .es-contact-label {
879
- width: 56px;
880
- margin-right: 12px;
881
- }
882
- }
883
- .es-simplicity-handler-date {
884
- font-size: 14px;
885
- color: #15224c;
886
- margin-right: 33px;
887
- position: relative;
888
- &::after {
889
- content: '';
890
- display: block;
891
- width: 1px;
892
- height: 16px;
893
- position: absolute;
894
- right: -16px;
895
- top: 4px;
896
- background-color: #cdd9e4;
897
- }
898
- }
899
- .es-simplicity-date-time {
900
- display: flex;
901
- }
902
- .es-simplicity-handler-time {
903
- width: 80px;
904
- font-size: 20px;
905
- color: #2591f7;
906
- margin-right: 12px;
907
- }
908
- .es-simplicity-online {
909
- font-size: 14px;
910
- color: #15224c;
911
- margin-right: 33px;
912
- position: relative;
913
- &::after {
914
- content: '';
915
- display: block;
916
- width: 1px;
917
- height: 16px;
918
- position: absolute;
919
- right: -16px;
920
- top: 4px;
921
- background-color: #cdd9e4;
922
- }
923
- }
924
- .es-simplicity-online-num {
925
- font-weight: 700;
926
- color: $--color-primary;
927
- font-size: 15px;
928
- }
929
- .es-simplicity-handler-item {
930
- & + .es-simplicity-handler-item {
931
- margin-left: 12px;
932
- }
933
- }
934
- .es-simplicity-handler-icon {
935
- font-size: 20px;
936
- padding: 3px 5px;
937
- border-radius: 3px;
938
- overflow: hidden;
939
- cursor: pointer;
940
- &.es-icon_image {
941
- width: 20px;
942
- height: 20px;
943
- padding: 0;
944
- }
945
- &:hover {
946
- color: #fff;
947
- background: $--color-primary-light-5;
948
- box-shadow: 0px 4px 16px 0px $--color-primary-light-1;
949
- }
950
- }
951
- }
952
- .es-simplicity-tabs-handler-mask {
953
- position: absolute;
954
- z-index: 99999;
955
- left: 0;
956
- top: 0;
957
- right: 0;
958
- bottom: 0;
959
- }
960
- .es-simplicity-tabs-handler {
961
- width: 120px;
962
- position: fixed;
963
- .el-card__body {
964
- padding: 4px 0;
965
- }
966
- .es-simplicity-tabs-handler-item {
967
- height: 32px;
968
- line-height: 32px;
969
- padding: 0 20px;
970
- color: $--button-disabled-font-color;
971
- user-select: none;
972
- &:not(.is-disabled) {
973
- color: rgba(0, 0, 0, 0.75);
974
- &:hover {
975
- background-color: rgba(144, 147, 153, 0.2);
976
- }
977
- }
978
- }
979
- }
980
- .es-simplicity-drawer-close {
981
- cursor: pointer;
982
- position: absolute;
983
- right: 0;
984
- top: 0;
985
- color: #6e7c98;
986
- z-index: 9999;
987
- }
988
- .es-simplicity-message {
989
- .el-drawer__body {
990
- @extend .es-flex-vertical;
991
- padding: 20px;
992
- }
993
- .es-simplicity-message-header {
994
- padding-bottom: 20px;
995
- .es-simplicity-message-title {
996
- font-weight: bold;
997
- font-size: 20px;
998
- color: #15224c;
999
- line-height: 24px;
1000
- }
1001
- }
1002
- .es-simplicity-message-overlook,
1003
- .es-simplicity-message-handler {
1004
- margin-left: 12px;
1005
- }
1006
- .es-simplicity-message-lists-box {
1007
- flex: 1;
1008
- position: relative;
1009
- .es-simplicity-message-lists {
1010
- position: absolute;
1011
- top: 0;
1012
- right: 0;
1013
- bottom: 0;
1014
- left: 0;
1015
- }
1016
- }
1017
- .es-simplicity-message-total {
1018
- padding-top: 20px;
1019
- font-size: 14px;
1020
- color: #6e7c98;
1021
- line-height: 14px;
1022
- }
1023
- }
1024
- .es-simplicity-message-overlook,
1025
- .es-simplicity-message-handler {
1026
- font-size: 14px;
1027
- color: #737a94;
1028
- float: right;
1029
- cursor: pointer;
1030
- }
1031
- .es-simplicity-message-handler {
1032
- color: #2591f7;
1033
- }
1034
- .es-simplicity-message-lists {
1035
- .es-simplicity-message-item {
1036
- background: #ffffff;
1037
- box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1038
- border-radius: 9px;
1039
- padding: 16px 24px;
1040
- & + .es-simplicity-message-item {
1041
- margin-top: 20px;
1042
- }
1043
- .es-simplicity-message-item-title {
1044
- font-weight: bold;
1045
- font-size: 14px;
1046
- color: #15224c;
1047
- line-height: 16px;
1048
- margin-bottom: 8px;
1049
- }
1050
- .es-simplicity-message-item-time {
1051
- font-size: 12px;
1052
- color: #737a94;
1053
- line-height: 14px;
1054
- }
1055
- }
1056
- .es-simplicity-message-tips {
1057
- font-size: 14px;
1058
- color: #6e7c98;
1059
- text-align: center;
1060
- padding-top: 20px;
1061
- }
1062
- }
1063
- .es-simplicity-notice-box {
1064
- width: 420px;
1065
- padding: 80px 24px 54px 24px;
1066
- position: absolute;
1067
- right: 4px;
1068
- bottom: 4px;
1069
- z-index: 9999;
1070
- background-color: #f5fbff;
1071
- border-radius: 9px;
1072
- //animation: ltr-drawer-out 0.3s;
1073
- animation: rtl-drawer-out 0.3s;
1074
- overflow: hidden;
1075
- &.es-in {
1076
- //animation: ltr-drawer-in 0.3s 1ms;
1077
- animation: rtl-drawer-in 0.3s 1ms;
1078
- }
1079
- .es-simplicity-message-overlook,
1080
- .es-simplicity-message-handler {
1081
- margin-left: 12px;
1082
- }
1083
- .es-simplicity-notice-header {
1084
- height: 56px;
1085
- font-size: 16px;
1086
- color: #ffffff;
1087
- padding: 16px 24px;
1088
- background-color: #2591f7;
1089
- position: absolute;
1090
- top: 0;
1091
- right: 0;
1092
- left: 0;
1093
- }
1094
- .es-simplicity-notice-lists {
1095
- height: 304px;
1096
- }
1097
- .es-notice-footer {
1098
- border-top: 1px solid #dfebf6;
1099
- padding: 20px 44px 16px;
1100
- font-size: 14px;
1101
- color: #737a94;
1102
- line-height: 17px;
1103
- display: flex;
1104
- justify-content: space-between;
1105
- position: absolute;
1106
- left: 24px;
1107
- right: 24px;
1108
- bottom: 0;
1109
- }
1110
- }
1111
- .el-popover.es-simplicity-menus-hide {
1112
- display: none !important;
1113
- opacity: 0;
1114
- z-index: -999;
1115
- }
1116
- .es-public-search-dialog > .el-dialog {
1117
- & > .el-dialog__header,
1118
- & > .el-dialog__body {
1119
- background-color: #fff;
1120
- }
1121
- }
1122
- .es-public-search-box {
1123
- padding-top: 53px;
1124
- height: 100%;
1125
- .es-public-search-input {
1126
- width: 90%;
1127
- display: block;
1128
- margin: 0 auto 20px auto;
1129
- }
1130
- .es-public-search-tabs {
1131
- height: calc(100% - 60px);
1132
- .el-tabs__header {
1133
- height: 40px;
1134
- margin: 0;
1135
- }
1136
- .el-tabs__nav-wrap {
1137
- padding: 0 24px;
1138
- }
1139
- .el-tabs__content {
1140
- height: calc(100% - 40px);
1141
- padding: 10px 0;
1142
- }
1143
- .el-tab-pane {
1144
- height: 100%;
1145
- overflow: hidden;
1146
- }
1147
- }
1148
- .es-public-search-content {
1149
- padding: 10px 20px;
1150
- position: relative;
1151
- &::after {
1152
- content: '';
1153
- display: block;
1154
- }
1155
- }
1156
- .es-public-search-title {
1157
- font-size: 16px;
1158
- line-height: 22px;
1159
- font-weight: 800;
1160
- color: #262626;
1161
- margin-bottom: 23px;
1162
- }
1163
- .es-public-search-list-item {
1164
- padding: 16px 8px 16px 60px;
1165
- position: relative;
1166
- cursor: pointer;
1167
- &:hover {
1168
- background: rgba(37, 145, 247, 0.08);
1169
- border-radius: 9px 9px 9px 9px;
1170
- }
1171
- }
1172
- .es-public-search-item-icon {
1173
- width: 40px;
1174
- height: 40px;
1175
- font-size: 14px;
1176
- position: absolute;
1177
- left: 8px;
1178
- top: 50%;
1179
- margin-top: -20px;
1180
- border-radius: 6px;
1181
- color: #fff;
1182
- text-align: center;
1183
- line-height: 40px;
1184
- &.es-public-search-item-icons {
1185
- font-size: 18px;
1186
- }
1187
- &.es-icon-ppt,
1188
- &.es-icon-pdf {
1189
- font-size: 40px;
1190
- color: #ff7878;
1191
- }
1192
- &.es-icon-picture,
1193
- &.es-icon-video,
1194
- &.es-icon-audioo {
1195
- font-size: 36px;
1196
- color: #909399;
1197
- margin-top: -18px;
1198
- }
1199
- &.es-icon-excel {
1200
- font-size: 40px;
1201
- color: #199051;
1202
- }
1203
- &.es-icon-word {
1204
- font-size: 40px;
1205
- color: #1d60f5;
1206
- }
1207
- &.es-icon-zip {
1208
- font-size: 36px;
1209
- color: #5dc7f7;
1210
- margin-top: -18px;
1211
- }
1212
- &.es-icon-txt {
1213
- font-size: 40px;
1214
- color: #909399;
1215
- }
1216
- &.es-icon-ios {
1217
- font-size: 36px;
1218
- margin-top: -18px;
1219
- }
1220
- &.es-icon-android {
1221
- font-size: 36px;
1222
- margin-top: -18px;
1223
- color: #81bd24;
1224
- }
1225
- &.es-public-search-item-icon-text {
1226
- background-color: #2778e5;
1227
- }
1228
- }
1229
- .es-public-search-item-name {
1230
- font-size: 14px;
1231
- font-weight: 500;
1232
- color: #262626;
1233
- line-height: 22px;
1234
- }
1235
- .es-public-search-item-texts {
1236
- font-size: 12px;
1237
- font-weight: 400;
1238
- color: #8c8c8c;
1239
- line-height: 20px;
1240
- overflow: hidden;
1241
- white-space: nowrap;
1242
- text-overflow: ellipsis;
1243
- .es-public-search-item-text + .es-public-search-item-text {
1244
- margin-left: 20px;
1245
- }
1246
- }
1247
- .es-public-search-more {
1248
- text-align: center;
1249
- color: #8c8c8c;
1250
- font-weight: 500;
1251
- font-size: 14px;
1252
- margin-top: 20px;
1253
- padding-bottom: 12px;
1254
- border-bottom: 1px solid #dce3e7;
1255
- .es-public-search-more-text {
1256
- cursor: pointer;
1257
- }
1258
- }
1259
- .es-public-search-more-quote {
1260
- color: #2778e5;
1261
- padding: 0 4px;
1262
- }
1263
- .es-public-search-info {
1264
- padding: 16px 20px;
1265
- font-size: 14px;
1266
- font-weight: 500;
1267
- color: #262626;
1268
- }
1269
- .es-public-search-lists {
1270
- padding: 0 20px;
1271
- .es-public-search-list-item {
1272
- border-bottom: 1px solid #f0f0f0;
1273
- }
1274
- }
1275
- .es-public-search-no-more {
1276
- text-align: center;
1277
- padding: 20px;
1278
- }
1279
- .es-public-search-scrollbar {
1280
- .el-scrollbar__view {
1281
- min-height: 100%;
1282
- }
1283
- }
1284
- }
1285
- .es-menu-vertical.es-simplicity_menus,
1286
- .es-menu-popper-vertical.es-simplicity_menus {
1287
- background-color: #fff;
1288
- padding: 8px 0;
1289
- .el-menu-item:not(.is-disabled),
1290
- .el-submenu__title,
1291
- & > .el-menu .el-menu-item:not(.is-disabled),
1292
- & > .el-menu .el-submenu__title {
1293
- padding: 8px 24px;
1294
- height: 48px;
1295
- line-height: 32px;
1296
- color: #15224c;
1297
- i {
1298
- color: #15224c;
1299
- z-index: 1;
1300
- }
1301
- .es-menu-item-icon {
1302
- color: #15224c;
1303
- z-index: 1;
1304
- height: 24px;
1305
- line-height: 16px;
1306
- padding: 4px;
1307
- border-radius: 3px;
1308
- margin-right: 12px;
1309
- font-size: 16px;
1310
- }
1311
- &:hover,
1312
- &:focus,
1313
- &.is-active {
1314
- background-color: #fff;
1315
- color: $--color-primary;
1316
- i {
1317
- color: $--color-primary;
1318
- }
1319
- &::before {
1320
- content: '';
1321
- display: block;
1322
- position: absolute;
1323
- inset: 0 12px;
1324
- background-color: $--color-primary-light-2;
1325
- border-radius: 6px;
1326
- z-index: 0;
1327
- }
1328
- }
1329
- }
1330
- .el-menu--popup .el-menu-item:not(.is-disabled),
1331
- .el-menu--popup .el-submenu__title {
1332
- &:hover,
1333
- &:focus,
1334
- &.is-active {
1335
- background-color: transparent;
1336
- }
1337
- }
1338
- &.es-simplicity_menus-fold {
1339
- padding: 4px 0;
1340
- .el-menu-item:not(.is-disabled),
1341
- .el-submenu__title,
1342
- > .el-menu .el-menu-item:not(.is-disabled),
1343
- > .el-menu .el-submenu__title {
1344
- width: 48px;
1345
- height: 40px !important;
1346
- padding: 4px 12px !important;
1347
- min-height: unset !important;
1348
- line-height: 32px;
1349
- justify-content: center;
1350
- .es-menu-item-icon {
1351
- margin-right: 0;
1352
- }
1353
- &:hover,
1354
- &:focus,
1355
- &.is-active {
1356
- .es-menu-item-icon {
1357
- position: relative;
1358
- z-index: 1;
1359
- }
1360
- &::before {
1361
- inset: 0 4px;
1362
- }
1363
- }
1364
- }
1365
- }
1366
- }
1
+ @import './common/var.scss';
2
+ @import './base.scss';
3
+ @keyframes open-submenu {
4
+ 0% {
5
+ padding-left: 0;
6
+ }
7
+ 100% {
8
+ padding-left: $--main-simplicity-menu-width;
9
+ }
10
+ }
11
+ @keyframes close-submenu {
12
+ 0% {
13
+ padding-left: $--main-simplicity-menu-width;
14
+ }
15
+ 100% {
16
+ padding-left: 48px;
17
+ }
18
+ }
19
+ .es-simplicity-side {
20
+ width: $--main-simplicity-side-width;
21
+ height: 100%;
22
+ float: left;
23
+ padding: 16px 8px 8px 8px;
24
+ @extend .es-flex-vertical;
25
+ @if $--main-simplicity-side-background-color != '' {
26
+ background-color: $--main-simplicity-side-background-color;
27
+ } @else {
28
+ background-color: $--color-primary-light-9;
29
+ }
30
+ .es-simplicity-logo {
31
+ width: $--main-simplicity-side-width - 24px;
32
+ margin: 0 auto;
33
+ }
34
+ .es-simplicity-user-popover {
35
+ padding-top: 5px;
36
+ margin-bottom: 20px;
37
+ }
38
+ .es-simplicity-org-name {
39
+ font-weight: 500;
40
+ font-size: 14px;
41
+ color: #ffffff;
42
+ text-align: center;
43
+ line-height: 16px;
44
+ }
45
+ .es-simplicity-pannel-user {
46
+ color: #fff;
47
+ text-align: center;
48
+ padding-top: 5px;
49
+ font-size: 14px;
50
+ }
51
+ .es-simplicity-username,
52
+ .es-simplicity-greeting {
53
+ cursor: pointer;
54
+ }
55
+ .es-simplicity-portrait {
56
+ width: $--main-simplicity-side-width - 24px;
57
+ height: $--main-simplicity-side-width - 24px;
58
+ border-radius: 50%;
59
+ overflow: hidden;
60
+ margin: 0 auto;
61
+ cursor: pointer;
62
+ position: relative;
63
+ margin-bottom: 5px;
64
+ }
65
+ .es-simplicity-side-Application {
66
+ flex: 1;
67
+ position: relative;
68
+ margin-right: -8px;
69
+ .el-scrollbar {
70
+ position: absolute;
71
+ top: 0;
72
+ right: 0;
73
+ bottom: 0;
74
+ left: 0;
75
+ }
76
+ .el-scrollbar__view {
77
+ padding-right: 8px;
78
+ }
79
+ .el-scrollbar__thumb {
80
+ background-color: $--color-primary-light-7;
81
+ }
82
+ }
83
+ .es-simplicity-side-app {
84
+ text-align: center;
85
+ color: #fff;
86
+ height: 64px;
87
+ padding: 6px 0;
88
+ position: relative;
89
+ cursor: pointer;
90
+ @extend .es-flex-vertical;
91
+ justify-content: center;
92
+ align-items: center;
93
+ background-repeat: no-repeat;
94
+ background-size: contain;
95
+ background-position: center;
96
+ .el-badge {
97
+ padding: 8px 0;
98
+ }
99
+ &.is-active,
100
+ &:hover {
101
+ .el-badge {
102
+ padding: 8px 0;
103
+ background-color: rgba(255, 255, 255, 0.12);
104
+ border-radius: 9px;
105
+ }
106
+ }
107
+ .el-icon-circle-close {
108
+ position: absolute;
109
+ right: 0;
110
+ top: 0;
111
+ padding: 2px;
112
+ display: none;
113
+ }
114
+ &:hover {
115
+ .el-icon-circle-close {
116
+ display: block;
117
+ z-index: 999;
118
+ }
119
+ }
120
+ .es-simplicity-side-app-badge {
121
+ .el-badge__content.is-fixed.is-dot {
122
+ right: 10px;
123
+ transform: translateY(0) translateX(100%);
124
+ }
125
+ }
126
+ }
127
+ .el-badge {
128
+ width: 100%;
129
+ }
130
+ .es-simplicity-side-app-icon {
131
+ font-size: 24px;
132
+ &.es-icon_image {
133
+ width: 20px;
134
+ }
135
+ }
136
+ .es-simplicity-ai-icon {
137
+ width: 56px;
138
+ }
139
+ .es-simplicity-side-app-text {
140
+ font-size: 12px;
141
+ @extend .es-text-ellipsis;
142
+ }
143
+ }
144
+ .es-simplicity-portrait-image {
145
+ width: 100%;
146
+ border-radius: 50%;
147
+ vertical-align: top;
148
+ background: transparent;
149
+ & > img {
150
+ width: 100%;
151
+ }
152
+ }
153
+ .es-simplicity-main {
154
+ height: 100%;
155
+ margin-left: $--main-simplicity-side-width;
156
+ overflow: hidden;
157
+ position: relative;
158
+ .es-simplicity-apps,
159
+ .es-simplicity-message,
160
+ .es-simplicity-message-modal,
161
+ .es-simplicity-apps-modal,
162
+ .es-simplicity-public-drawer {
163
+ position: absolute;
164
+ top: $--main-simplicity-header-height;
165
+ height: calc(100% - #{$--main-simplicity-header-height});
166
+ }
167
+ .es-simplicity-apps {
168
+ .el-drawer__body {
169
+ background-color: #f4f4f4;
170
+ padding: 20px;
171
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
172
+ padding: 14px;
173
+ }
174
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
175
+ padding: 10px;
176
+ }
177
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
178
+ padding: 6px;
179
+ }
180
+ }
181
+ }
182
+ .es-simplicity-public-drawer {
183
+ .el-drawer__header {
184
+ padding: 10px 0 0;
185
+ margin: 0;
186
+ }
187
+ }
188
+ .es-simplicity-subMenus,
189
+ .es-simplicity-public-drawer {
190
+ .el-drawer__body {
191
+ padding: 0;
192
+ position: relative;
193
+ }
194
+ }
195
+ .es-simplicity-subMenus {
196
+ width: auto;
197
+ height: 100%;
198
+ overflow: visible;
199
+ right: auto;
200
+ position: absolute;
201
+ z-index: 999 !important;
202
+ .el-drawer {
203
+ box-shadow: none;
204
+ overflow: visible;
205
+ border-right: 1px solid #dfebf6;
206
+ }
207
+ }
208
+
209
+ .es-simplicity-message {
210
+ .el-drawer {
211
+ background-color: #f4f4f4;
212
+ }
213
+ }
214
+ }
215
+ .es-simplicity_apps {
216
+ height: 100%;
217
+ display: flex;
218
+ .es-simplicity_apps-all {
219
+ flex: 1;
220
+ @extend .es-flex-vertical;
221
+ margin-right: 20px;
222
+ .es-simplicity_apps-box {
223
+ flex: 1;
224
+ }
225
+ .es-simplicity_apps-list {
226
+ position: absolute;
227
+ top: 0;
228
+ right: 0;
229
+ bottom: 0;
230
+ left: 0;
231
+ overflow: hidden;
232
+ display: flex;
233
+ align-content: flex-start;
234
+ flex-wrap: wrap;
235
+ .es-simplicity_apps-list-item {
236
+ width: 20%;
237
+ height: 25%;
238
+ padding: 12px;
239
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
240
+ padding: 8px;
241
+ }
242
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
243
+ padding: 4px;
244
+ }
245
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
246
+ padding: 2px;
247
+ }
248
+ }
249
+ }
250
+ .es-simplicity_apps-list-content {
251
+ @extend .es-flex-vertical;
252
+ height: 100%;
253
+ justify-content: center;
254
+ align-items: center;
255
+ }
256
+ .es-simplicity_apps-icon {
257
+ margin-bottom: 16px;
258
+ color: $--color-primary;
259
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
260
+ margin-bottom: 12px;
261
+ }
262
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
263
+ margin-bottom: 8px;
264
+ }
265
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
266
+ margin-bottom: 4px;
267
+ }
268
+ }
269
+ .es-simplicity_apps-search {
270
+ width: 200px;
271
+ .el-input__inner {
272
+ border-radius: 16px;
273
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
274
+ height: 28px;
275
+ line-height: 28px;
276
+ font-size: 14px;
277
+ }
278
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
279
+ height: 24px;
280
+ line-height: 24px;
281
+ font-size: 12px;
282
+ }
283
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
284
+ height: 20px;
285
+ line-height: 20px;
286
+ font-size: 12px;
287
+ }
288
+ &::placeholder {
289
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
290
+ font-size: 14px;
291
+ }
292
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
293
+ font-size: 12px;
294
+ }
295
+ }
296
+ }
297
+ .el-input__icon {
298
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
299
+ line-height: 28px;
300
+ font-size: 14px;
301
+ }
302
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
303
+ line-height: 24px;
304
+ font-size: 12px;
305
+ }
306
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
307
+ line-height: 20px;
308
+ font-size: 12px;
309
+ }
310
+ }
311
+ }
312
+ }
313
+ .es-simplicity_apps-title {
314
+ font-weight: 500;
315
+ font-size: 20px;
316
+ color: #15224c;
317
+ line-height: 32px;
318
+ padding: 6px 12px 12px;
319
+ display: flex;
320
+ justify-content: space-between;
321
+ align-items: center;
322
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
323
+ font-size: 17px;
324
+ line-height: 26px;
325
+ padding: 6px 10px 10px;
326
+ }
327
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
328
+ font-size: 14px;
329
+ line-height: 20px;
330
+ padding: 4px 8px 8px;
331
+ }
332
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
333
+ font-size: 12px;
334
+ line-height: 16px;
335
+ padding: 4px 6px 6px;
336
+ }
337
+ }
338
+ .es-simplicity_apps-box {
339
+ position: relative;
340
+ }
341
+ .es-simplicity_apps-list-content {
342
+ background: #ffffff;
343
+ border-radius: 9px;
344
+ padding: 4px;
345
+ cursor: pointer;
346
+ overflow: hidden;
347
+ position: relative;
348
+ &:hover {
349
+ .es-simplicity_apps-hover {
350
+ opacity: 1;
351
+ z-index: 1;
352
+ .es-simplicity_apps-icon {
353
+ color: rgba(255, 255, 255, 0.5);
354
+ }
355
+ }
356
+ }
357
+ &.es-simplicity_apps-disabled {
358
+ cursor: not-allowed;
359
+ .es-simplicity_apps-hover {
360
+ background-color: rgba(115, 122, 148, 0.9);
361
+ }
362
+ }
363
+ }
364
+ .es-simplicity_apps-icon {
365
+ font-size: 34px;
366
+ width: 34px;
367
+ height: 34px;
368
+ line-height: 34px;
369
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
370
+ font-size: 30px;
371
+ width: 30px;
372
+ height: 30px;
373
+ line-height: 30px;
374
+ }
375
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
376
+ font-size: 26px;
377
+ width: 26px;
378
+ height: 26px;
379
+ line-height: 26px;
380
+ }
381
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
382
+ font-size: 22px;
383
+ width: 22px;
384
+ height: 22px;
385
+ line-height: 22px;
386
+ }
387
+ }
388
+ .es-simplicity_apps-text {
389
+ font-weight: 400;
390
+ font-size: 16px;
391
+ text-align: center;
392
+ line-height: 19px;
393
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
394
+ font-size: 14px;
395
+ line-height: 17px;
396
+ }
397
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
398
+ font-size: 12px;
399
+ line-height: 15px;
400
+ }
401
+ }
402
+ .es-simplicity_apps-hover {
403
+ opacity: 0;
404
+ display: flex;
405
+ flex-direction: column;
406
+ box-orient: vertical;
407
+ justify-content: center;
408
+ align-items: center;
409
+ position: absolute;
410
+ top: 0;
411
+ right: 0;
412
+ bottom: 0;
413
+ left: 0;
414
+ z-index: -1;
415
+ background-color: $--color-primary-light-5;
416
+ color: #fff;
417
+ }
418
+ .es-simplicity_apps-pagination {
419
+ text-align: right;
420
+ padding: 18px 20px;
421
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
422
+ padding: 14px 16px;
423
+ }
424
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
425
+ padding: 10px 12px;
426
+ }
427
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
428
+ padding: 7px 8px;
429
+ }
430
+ .el-pagination__total {
431
+ float: left;
432
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
433
+ height: 24px;
434
+ line-height: 24px;
435
+ }
436
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
437
+ font-size: 12px;
438
+ height: 20px;
439
+ line-height: 20px;
440
+ }
441
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
442
+ font-size: 12px;
443
+ height: 16px;
444
+ line-height: 16px;
445
+ }
446
+ }
447
+
448
+ & > button {
449
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
450
+ height: 24px;
451
+ line-height: 24px;
452
+ }
453
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
454
+ font-size: 12px;
455
+ height: 20px;
456
+ line-height: 20px;
457
+ }
458
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
459
+ font-size: 12px;
460
+ height: 16px;
461
+ line-height: 16px;
462
+ }
463
+ }
464
+ .el-pager li {
465
+ background-color: #fff;
466
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
467
+ min-width: 26px;
468
+ height: 24px;
469
+ line-height: 24px;
470
+ }
471
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
472
+ min-width: 22px;
473
+ height: 20px;
474
+ line-height: 20px;
475
+ }
476
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
477
+ min-width: 18px;
478
+ height: 16px;
479
+ line-height: 16px;
480
+ }
481
+ }
482
+ }
483
+ .es-simplicity_apps-other {
484
+ width: 34%;
485
+ padding-left: 20px;
486
+ border-left: 1px solid #cdd9e4;
487
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
488
+ padding-left: 14px;
489
+ }
490
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
491
+ padding-left: 8px;
492
+ }
493
+ .es-simplicity_apps-list {
494
+ display: flex;
495
+ align-content: flex-start;
496
+ flex-wrap: wrap;
497
+ .es-simplicity_apps-list-item {
498
+ width: 50%;
499
+ padding: 12px;
500
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
501
+ padding: 8px;
502
+ }
503
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
504
+ padding: 4px;
505
+ }
506
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
507
+ padding: 2px;
508
+ }
509
+ }
510
+ .es-simplicity_app-icon {
511
+ display: block;
512
+ width: 34px;
513
+ height: 34px;
514
+ font-size: 18px;
515
+ line-height: 34px;
516
+ text-align: center;
517
+ border-radius: 9px;
518
+ }
519
+ .es-simplicity_apps-text {
520
+ margin-left: 12px;
521
+ text-align: left;
522
+ overflow: hidden;
523
+ text-overflow: ellipsis;
524
+ display: -webkit-box;
525
+ -webkit-box-orient: vertical;
526
+ line-clamp: 3;
527
+ -webkit-line-clamp: 3;
528
+ word-wrap: break-word;
529
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
530
+ margin-left: 8px;
531
+ }
532
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
533
+ margin-left: 4px;
534
+ }
535
+ }
536
+ }
537
+ .es-simplicity_apps-list-content {
538
+ display: flex;
539
+ align-items: center;
540
+ padding: 16px;
541
+ @media screen and (max-width: 1600px) and (max-height: 900px) {
542
+ padding: 12px;
543
+ }
544
+ @media screen and (max-width: 1280px) and (max-height: 720px) {
545
+ padding: 8px;
546
+ }
547
+ @media screen and (max-width: 1024px) and (max-height: 768px) {
548
+ padding: 4px;
549
+ }
550
+ .es-simplicity_apps-texts {
551
+ min-height: 36px;
552
+ display: flex;
553
+ align-items: center;
554
+ }
555
+ .es-simplicity_apps-hover {
556
+ flex-direction: row;
557
+ }
558
+ }
559
+ .es-simplicity_apps-systems {
560
+ padding-top: 20px;
561
+ border-top: 1px solid #cdd9e4;
562
+ }
563
+ }
564
+ }
565
+ .es-simplicity-userinfo {
566
+ padding: 20px;
567
+ .es-simplicity-user {
568
+ border-bottom: 1px solid #dfebf6;
569
+ position: relative;
570
+ padding-bottom: 16px;
571
+ .es-simplicity-user-name {
572
+ font-weight: 500;
573
+ font-size: 20px;
574
+ color: #15224c;
575
+ line-height: 23px;
576
+ margin-bottom: 12px;
577
+ margin-right: 80px;
578
+ }
579
+ .es-simplicity-org-name,
580
+ .es-simplicity-dep-post {
581
+ margin-right: 80px;
582
+ font-weight: 400;
583
+ font-size: 14px;
584
+ color: #737a94;
585
+ line-height: 16px;
586
+ margin-bottom: 8px;
587
+ }
588
+ .es-icon-renyuanqiehuan {
589
+ font-size: 20px;
590
+ color: #2591f7;
591
+ cursor: pointer;
592
+ margin-left: 16px;
593
+ }
594
+ .es-simplicity-portrait {
595
+ position: absolute;
596
+ top: 0;
597
+ right: 0;
598
+ width: 64px;
599
+ padding: 0 8px 8px;
600
+ .es-upload {
601
+ margin-top: 12px;
602
+ margin-left: -8px;
603
+ margin-right: -8px;
604
+ }
605
+ }
606
+ .el-upload--handle {
607
+ width: 100%;
608
+ }
609
+ .el-upload--text {
610
+ width: 100%;
611
+ text-align: center;
612
+ font-size: 14px;
613
+ color: #2591f7;
614
+ }
615
+ }
616
+ .es-simplicity-notice-type {
617
+ padding: 24px 0;
618
+ border-bottom: 1px solid #dfebf6;
619
+ }
620
+ .es-simplicity-notice-title {
621
+ font-size: 14px;
622
+ color: #15224c;
623
+ line-height: 16px;
624
+ margin-bottom: 12px;
625
+ }
626
+ .es-simplicity-notice-list {
627
+ .el-checkbox {
628
+ min-width: 115px;
629
+ }
630
+ }
631
+ .es-simplicity-password {
632
+ padding-top: 24px;
633
+ font-size: 14px;
634
+ color: #2591f7;
635
+ line-height: 16px;
636
+ cursor: pointer;
637
+ .es-icon-arrow-right {
638
+ position: relative;
639
+ top: 1px;
640
+ margin-left: 8px;
641
+ }
642
+ }
643
+ .es-simplicity-qrcode {
644
+ width: 100px;
645
+ height: 100px;
646
+ }
647
+ }
648
+ .es-simplicity-unfold {
649
+ position: fixed;
650
+ left: $--main-simplicity-side-width;
651
+ top: $--main-simplicity-header-height;
652
+ z-index: 9999;
653
+ .el-icon-s-unfold {
654
+ font-size: 32px;
655
+ cursor: move;
656
+ background-color: #fff;
657
+ border-radius: 10px;
658
+ }
659
+ }
660
+ .es-simplicity-menus {
661
+ height: 100%;
662
+ display: flex;
663
+ .es-simplicity-menus-box {
664
+ width: 220px;
665
+ height: 100%;
666
+ position: relative;
667
+ .es-simplicity-menus-title {
668
+ font-weight: bold;
669
+ line-height: 30px;
670
+ padding: 7px 7px 7px 14px;
671
+ border-bottom: 1px solid #dfebf6;
672
+ display: flex;
673
+ justify-content: center;
674
+ align-items: center;
675
+ .es-simplicity-menus-title-text {
676
+ flex: 1;
677
+ font-size: 20px;
678
+ color: #15224c;
679
+ }
680
+ .es-simplicity-menus-title-icon {
681
+ font-size: 24px;
682
+ color: #b9bdc9;
683
+ cursor: pointer;
684
+ }
685
+ }
686
+ .es-simplicity-menus-scrollbar {
687
+ position: absolute;
688
+ top: 45px;
689
+ right: 0;
690
+ bottom: 0;
691
+ left: 0;
692
+ }
693
+ }
694
+ .es-simplicity-menus-view {
695
+ border-left: 1px solid #dfebf6;
696
+ display: flex;
697
+ .es-simplicity-menus-box + .es-simplicity-menus-box {
698
+ border-left: 1px solid #dfebf6;
699
+ }
700
+ }
701
+ &.es-simplicity-menus-plus {
702
+ .es-simplicity-menus-box {
703
+ .es-simplicity-menus-title {
704
+ padding: 13px 7px 13px 14px;
705
+ }
706
+ .es-simplicity-menus-scrollbar {
707
+ top: 57px;
708
+ }
709
+ }
710
+ }
711
+ }
712
+ .es-simplicity-menus-lists {
713
+ padding: 8px 0;
714
+ &.is-fold {
715
+ padding: 4px 0;
716
+ }
717
+ }
718
+ .es-simplicity-menus-item {
719
+ height: 48px;
720
+ display: flex;
721
+ align-items: center;
722
+ padding: 8px 24px;
723
+ position: relative;
724
+ cursor: pointer;
725
+ overflow: hidden;
726
+ color: #15224c;
727
+ &.is-fold {
728
+ height: 40px;
729
+ padding: 4px 12px;
730
+ .es-simplicity_apps-icon {
731
+ margin-right: 0;
732
+ }
733
+ .es-simplicity-menus-tips {
734
+ top: 0;
735
+ right: 0;
736
+ color: #ff0000;
737
+ font-size: 12px;
738
+ }
739
+ &:hover {
740
+ &::before {
741
+ inset: 0 4px;
742
+ }
743
+ }
744
+ &.is-active {
745
+ &::before {
746
+ inset: 0 4px;
747
+ }
748
+ }
749
+ }
750
+ .es-simplicity_apps-icon {
751
+ height: 24px;
752
+ padding: 4px;
753
+ border-radius: 3px;
754
+ margin-right: 12px;
755
+ color: $--color-primary;
756
+ z-index: 1;
757
+ }
758
+ .es-simplicity-menus-tips {
759
+ font-size: 14px;
760
+ color: #737a94;
761
+ position: absolute;
762
+ right: 12px;
763
+ & + .es-simplicity_apps-text {
764
+ width: 176px;
765
+ }
766
+ }
767
+ .es-simplicity_apps-text {
768
+ width: 200px;
769
+ font-weight: 400;
770
+ font-size: 14px;
771
+ line-height: 16px;
772
+ text-overflow: ellipsis;
773
+ white-space: nowrap;
774
+ overflow: hidden;
775
+ position: relative;
776
+ }
777
+ &:hover {
778
+ color: $--color-primary;
779
+ &::before {
780
+ content: '';
781
+ display: block;
782
+ position: absolute;
783
+ inset: 0 12px;
784
+ background-color: $--color-primary-light-2;
785
+ border-radius: 6px;
786
+ z-index: 0;
787
+ }
788
+ }
789
+ &.is-active {
790
+ color: $--color-primary;
791
+ &::before {
792
+ content: '';
793
+ display: block;
794
+ position: absolute;
795
+ inset: 0 12px;
796
+ background-color: $--color-primary-light-2;
797
+ border-radius: 6px;
798
+ z-index: 0;
799
+ }
800
+ }
801
+ .es-icon-pointer-right {
802
+ position: absolute;
803
+ right: 8px;
804
+ }
805
+ }
806
+ .es-simplicity-iframe {
807
+ height: 100%;
808
+ & > .el-tabs__header {
809
+ height: $--main-simplicity-header-height;
810
+ padding: ($--main-simplicity-header-height - 36px)/2 0;
811
+ margin: 0;
812
+ border-bottom: 1px solid #dfebf6;
813
+ background-color: #fff;
814
+ & > .el-tabs__nav-main {
815
+ margin: 0 10px;
816
+ }
817
+ .el-tabs__nav-next,
818
+ .el-tabs__nav-prev {
819
+ height: 36px;
820
+ font-size: 16px;
821
+ padding: 0 6px;
822
+ }
823
+ .el-tabs__nav-wrap {
824
+ padding: 0 10px;
825
+ &.is-scrollable {
826
+ padding: 0 28px;
827
+ }
828
+ &::after {
829
+ content: none;
830
+ }
831
+ .el-tabs__item {
832
+ height: 36px;
833
+ line-height: 36px;
834
+ padding: 0 12px !important;
835
+ background: #f2f2f2;
836
+ border-radius: 6px;
837
+ color: #737a94;
838
+ & + .el-tabs__item {
839
+ margin-left: 12px;
840
+ }
841
+ &.is-active {
842
+ color: $--color-primary;
843
+ background-color: $--color-primary-light-1;
844
+ }
845
+ }
846
+ }
847
+ }
848
+ & > .el-tabs__content {
849
+ height: calc(100% - #{$--main-simplicity-header-height});
850
+ .el-tab-pane {
851
+ height: 100%;
852
+ }
853
+ }
854
+ &.is-open {
855
+ & > .el-tabs__content {
856
+ animation: open-submenu 0.3s 1ms forwards;
857
+ }
858
+ &.is-fold {
859
+ & > .el-tabs__content {
860
+ animation: close-submenu 0.1s 0ms forwards;
861
+ }
862
+ }
863
+ }
864
+ }
865
+
866
+ .es-simplicity-handler {
867
+ height: 36px;
868
+ display: flex;
869
+ align-items: center;
870
+ height: 100%;
871
+ line-height: 24px;
872
+ padding: 0 10px;
873
+ .es-simplicity-contact {
874
+ display: flex;
875
+ line-height: 17px;
876
+ margin-right: 12px;
877
+ text-align-last: justify;
878
+ .es-contact-label {
879
+ width: 56px;
880
+ margin-right: 12px;
881
+ }
882
+ }
883
+ .es-simplicity-handler-date {
884
+ font-size: 14px;
885
+ color: #15224c;
886
+ margin-right: 33px;
887
+ position: relative;
888
+ &::after {
889
+ content: '';
890
+ display: block;
891
+ width: 1px;
892
+ height: 16px;
893
+ position: absolute;
894
+ right: -16px;
895
+ top: 4px;
896
+ background-color: #cdd9e4;
897
+ }
898
+ }
899
+ .es-simplicity-date-time {
900
+ display: flex;
901
+ }
902
+ .es-simplicity-handler-time {
903
+ width: 80px;
904
+ font-size: 20px;
905
+ color: #2591f7;
906
+ margin-right: 12px;
907
+ }
908
+ .es-simplicity-online {
909
+ font-size: 14px;
910
+ color: #15224c;
911
+ margin-right: 33px;
912
+ position: relative;
913
+ &::after {
914
+ content: '';
915
+ display: block;
916
+ width: 1px;
917
+ height: 16px;
918
+ position: absolute;
919
+ right: -16px;
920
+ top: 4px;
921
+ background-color: #cdd9e4;
922
+ }
923
+ }
924
+ .es-simplicity-online-num {
925
+ font-weight: 700;
926
+ color: $--color-primary;
927
+ font-size: 15px;
928
+ }
929
+ .es-simplicity-handler-item {
930
+ & + .es-simplicity-handler-item {
931
+ margin-left: 12px;
932
+ }
933
+ }
934
+ .es-simplicity-handler-icon {
935
+ font-size: 20px;
936
+ padding: 3px 5px;
937
+ border-radius: 3px;
938
+ overflow: hidden;
939
+ cursor: pointer;
940
+ &.es-icon_image {
941
+ width: 20px;
942
+ height: 20px;
943
+ padding: 0;
944
+ }
945
+ &:hover {
946
+ color: #fff;
947
+ background: $--color-primary-light-5;
948
+ box-shadow: 0px 4px 16px 0px $--color-primary-light-1;
949
+ }
950
+ }
951
+ }
952
+ .es-simplicity-tabs-handler-mask {
953
+ position: absolute;
954
+ z-index: 99999;
955
+ left: 0;
956
+ top: 0;
957
+ right: 0;
958
+ bottom: 0;
959
+ }
960
+ .es-simplicity-tabs-handler {
961
+ width: 120px;
962
+ position: fixed;
963
+ .el-card__body {
964
+ padding: 4px 0;
965
+ }
966
+ .es-simplicity-tabs-handler-item {
967
+ height: 32px;
968
+ line-height: 32px;
969
+ padding: 0 20px;
970
+ color: $--button-disabled-font-color;
971
+ user-select: none;
972
+ &:not(.is-disabled) {
973
+ color: rgba(0, 0, 0, 0.75);
974
+ &:hover {
975
+ background-color: rgba(144, 147, 153, 0.2);
976
+ }
977
+ }
978
+ }
979
+ }
980
+ .es-simplicity-drawer-close {
981
+ cursor: pointer;
982
+ position: absolute;
983
+ right: 0;
984
+ top: 0;
985
+ color: #6e7c98;
986
+ z-index: 9999;
987
+ }
988
+ .es-simplicity-message {
989
+ .el-drawer__body {
990
+ @extend .es-flex-vertical;
991
+ padding: 20px;
992
+ }
993
+ .es-simplicity-message-header {
994
+ padding-bottom: 20px;
995
+ .es-simplicity-message-title {
996
+ font-weight: bold;
997
+ font-size: 20px;
998
+ color: #15224c;
999
+ line-height: 24px;
1000
+ }
1001
+ }
1002
+ .es-simplicity-message-overlook,
1003
+ .es-simplicity-message-handler {
1004
+ margin-left: 12px;
1005
+ }
1006
+ .es-simplicity-message-lists-box {
1007
+ flex: 1;
1008
+ position: relative;
1009
+ .es-simplicity-message-lists {
1010
+ position: absolute;
1011
+ top: 0;
1012
+ right: 0;
1013
+ bottom: 0;
1014
+ left: 0;
1015
+ }
1016
+ }
1017
+ .es-simplicity-message-total {
1018
+ padding-top: 20px;
1019
+ font-size: 14px;
1020
+ color: #6e7c98;
1021
+ line-height: 14px;
1022
+ }
1023
+ }
1024
+ .es-simplicity-message-overlook,
1025
+ .es-simplicity-message-handler {
1026
+ font-size: 14px;
1027
+ color: #737a94;
1028
+ float: right;
1029
+ cursor: pointer;
1030
+ }
1031
+ .es-simplicity-message-handler {
1032
+ color: #2591f7;
1033
+ }
1034
+ .es-simplicity-message-lists {
1035
+ .es-simplicity-message-item {
1036
+ background: #ffffff;
1037
+ box-shadow: 0px 12px 24px 0px rgba(33, 70, 141, 0.1);
1038
+ border-radius: 9px;
1039
+ padding: 16px 24px;
1040
+ & + .es-simplicity-message-item {
1041
+ margin-top: 20px;
1042
+ }
1043
+ .es-simplicity-message-item-title {
1044
+ font-weight: bold;
1045
+ font-size: 14px;
1046
+ color: #15224c;
1047
+ line-height: 16px;
1048
+ margin-bottom: 8px;
1049
+ }
1050
+ .es-simplicity-message-item-time {
1051
+ font-size: 12px;
1052
+ color: #737a94;
1053
+ line-height: 14px;
1054
+ }
1055
+ }
1056
+ .es-simplicity-message-tips {
1057
+ font-size: 14px;
1058
+ color: #6e7c98;
1059
+ text-align: center;
1060
+ padding-top: 20px;
1061
+ }
1062
+ }
1063
+ .es-simplicity-notice-box {
1064
+ width: 420px;
1065
+ padding: 80px 24px 54px 24px;
1066
+ position: absolute;
1067
+ right: 4px;
1068
+ bottom: 4px;
1069
+ z-index: 9999;
1070
+ background-color: #f5fbff;
1071
+ border-radius: 9px;
1072
+ //animation: ltr-drawer-out 0.3s;
1073
+ animation: rtl-drawer-out 0.3s;
1074
+ overflow: hidden;
1075
+ &.es-in {
1076
+ //animation: ltr-drawer-in 0.3s 1ms;
1077
+ animation: rtl-drawer-in 0.3s 1ms;
1078
+ }
1079
+ .es-simplicity-message-overlook,
1080
+ .es-simplicity-message-handler {
1081
+ margin-left: 12px;
1082
+ }
1083
+ .es-simplicity-notice-header {
1084
+ height: 56px;
1085
+ font-size: 16px;
1086
+ color: #ffffff;
1087
+ padding: 16px 24px;
1088
+ background-color: #2591f7;
1089
+ position: absolute;
1090
+ top: 0;
1091
+ right: 0;
1092
+ left: 0;
1093
+ }
1094
+ .es-simplicity-notice-lists {
1095
+ height: 304px;
1096
+ }
1097
+ .es-notice-footer {
1098
+ border-top: 1px solid #dfebf6;
1099
+ padding: 20px 44px 16px;
1100
+ font-size: 14px;
1101
+ color: #737a94;
1102
+ line-height: 17px;
1103
+ display: flex;
1104
+ justify-content: space-between;
1105
+ position: absolute;
1106
+ left: 24px;
1107
+ right: 24px;
1108
+ bottom: 0;
1109
+ }
1110
+ }
1111
+ .el-popover.es-simplicity-menus-hide {
1112
+ display: none !important;
1113
+ opacity: 0;
1114
+ z-index: -999;
1115
+ }
1116
+ .es-public-search-dialog > .el-dialog {
1117
+ & > .el-dialog__header,
1118
+ & > .el-dialog__body {
1119
+ background-color: #fff;
1120
+ }
1121
+ }
1122
+ .es-public-search-box {
1123
+ padding-top: 53px;
1124
+ height: 100%;
1125
+ .es-public-search-input {
1126
+ width: 90%;
1127
+ display: block;
1128
+ margin: 0 auto 20px auto;
1129
+ }
1130
+ .es-public-search-tabs {
1131
+ height: calc(100% - 60px);
1132
+ .el-tabs__header {
1133
+ height: 40px;
1134
+ margin: 0;
1135
+ }
1136
+ .el-tabs__nav-wrap {
1137
+ padding: 0 24px;
1138
+ }
1139
+ .el-tabs__content {
1140
+ height: calc(100% - 40px);
1141
+ padding: 10px 0;
1142
+ }
1143
+ .el-tab-pane {
1144
+ height: 100%;
1145
+ overflow: hidden;
1146
+ }
1147
+ }
1148
+ .es-public-search-content {
1149
+ padding: 10px 20px;
1150
+ position: relative;
1151
+ &::after {
1152
+ content: '';
1153
+ display: block;
1154
+ }
1155
+ }
1156
+ .es-public-search-title {
1157
+ font-size: 16px;
1158
+ line-height: 22px;
1159
+ font-weight: 800;
1160
+ color: #262626;
1161
+ margin-bottom: 23px;
1162
+ }
1163
+ .es-public-search-list-item {
1164
+ padding: 16px 8px 16px 60px;
1165
+ position: relative;
1166
+ cursor: pointer;
1167
+ &:hover {
1168
+ background: rgba(37, 145, 247, 0.08);
1169
+ border-radius: 9px 9px 9px 9px;
1170
+ }
1171
+ }
1172
+ .es-public-search-item-icon {
1173
+ width: 40px;
1174
+ height: 40px;
1175
+ font-size: 14px;
1176
+ position: absolute;
1177
+ left: 8px;
1178
+ top: 50%;
1179
+ margin-top: -20px;
1180
+ border-radius: 6px;
1181
+ color: #fff;
1182
+ text-align: center;
1183
+ line-height: 40px;
1184
+ &.es-public-search-item-icons {
1185
+ font-size: 18px;
1186
+ }
1187
+ &.es-icon-ppt,
1188
+ &.es-icon-pdf {
1189
+ font-size: 40px;
1190
+ color: #ff7878;
1191
+ }
1192
+ &.es-icon-picture,
1193
+ &.es-icon-video,
1194
+ &.es-icon-audioo {
1195
+ font-size: 36px;
1196
+ color: #909399;
1197
+ margin-top: -18px;
1198
+ }
1199
+ &.es-icon-excel {
1200
+ font-size: 40px;
1201
+ color: #199051;
1202
+ }
1203
+ &.es-icon-word {
1204
+ font-size: 40px;
1205
+ color: #1d60f5;
1206
+ }
1207
+ &.es-icon-zip {
1208
+ font-size: 36px;
1209
+ color: #5dc7f7;
1210
+ margin-top: -18px;
1211
+ }
1212
+ &.es-icon-txt {
1213
+ font-size: 40px;
1214
+ color: #909399;
1215
+ }
1216
+ &.es-icon-ios {
1217
+ font-size: 36px;
1218
+ margin-top: -18px;
1219
+ }
1220
+ &.es-icon-android {
1221
+ font-size: 36px;
1222
+ margin-top: -18px;
1223
+ color: #81bd24;
1224
+ }
1225
+ &.es-public-search-item-icon-text {
1226
+ background-color: #2778e5;
1227
+ }
1228
+ }
1229
+ .es-public-search-item-name {
1230
+ font-size: 14px;
1231
+ font-weight: 500;
1232
+ color: #262626;
1233
+ line-height: 22px;
1234
+ }
1235
+ .es-public-search-item-texts {
1236
+ font-size: 12px;
1237
+ font-weight: 400;
1238
+ color: #8c8c8c;
1239
+ line-height: 20px;
1240
+ overflow: hidden;
1241
+ white-space: nowrap;
1242
+ text-overflow: ellipsis;
1243
+ .es-public-search-item-text + .es-public-search-item-text {
1244
+ margin-left: 20px;
1245
+ }
1246
+ }
1247
+ .es-public-search-more {
1248
+ text-align: center;
1249
+ color: #8c8c8c;
1250
+ font-weight: 500;
1251
+ font-size: 14px;
1252
+ margin-top: 20px;
1253
+ padding-bottom: 12px;
1254
+ border-bottom: 1px solid #dce3e7;
1255
+ .es-public-search-more-text {
1256
+ cursor: pointer;
1257
+ }
1258
+ }
1259
+ .es-public-search-more-quote {
1260
+ color: #2778e5;
1261
+ padding: 0 4px;
1262
+ }
1263
+ .es-public-search-info {
1264
+ padding: 16px 20px;
1265
+ font-size: 14px;
1266
+ font-weight: 500;
1267
+ color: #262626;
1268
+ }
1269
+ .es-public-search-lists {
1270
+ padding: 0 20px;
1271
+ .es-public-search-list-item {
1272
+ border-bottom: 1px solid #f0f0f0;
1273
+ }
1274
+ }
1275
+ .es-public-search-no-more {
1276
+ text-align: center;
1277
+ padding: 20px;
1278
+ }
1279
+ .es-public-search-scrollbar {
1280
+ .el-scrollbar__view {
1281
+ min-height: 100%;
1282
+ }
1283
+ }
1284
+ }
1285
+ .es-menu-vertical.es-simplicity_menus,
1286
+ .es-menu-popper-vertical.es-simplicity_menus {
1287
+ background-color: #fff;
1288
+ padding: 8px 0;
1289
+ .el-menu-item:not(.is-disabled),
1290
+ .el-submenu__title,
1291
+ & > .el-menu .el-menu-item:not(.is-disabled),
1292
+ & > .el-menu .el-submenu__title {
1293
+ padding: 8px 24px;
1294
+ height: 48px;
1295
+ line-height: 32px;
1296
+ color: #15224c;
1297
+ i {
1298
+ color: #15224c;
1299
+ z-index: 1;
1300
+ }
1301
+ .es-menu-item-icon {
1302
+ color: #15224c;
1303
+ z-index: 1;
1304
+ height: 24px;
1305
+ line-height: 16px;
1306
+ padding: 4px;
1307
+ border-radius: 3px;
1308
+ margin-right: 12px;
1309
+ font-size: 16px;
1310
+ }
1311
+ &:hover,
1312
+ &:focus,
1313
+ &.is-active {
1314
+ background-color: #fff;
1315
+ color: $--color-primary;
1316
+ i {
1317
+ color: $--color-primary;
1318
+ }
1319
+ &::before {
1320
+ content: '';
1321
+ display: block;
1322
+ position: absolute;
1323
+ inset: 0 12px;
1324
+ background-color: $--color-primary-light-2;
1325
+ border-radius: 6px;
1326
+ z-index: 0;
1327
+ }
1328
+ }
1329
+ }
1330
+ .el-menu--popup .el-menu-item:not(.is-disabled),
1331
+ .el-menu--popup .el-submenu__title {
1332
+ &:hover,
1333
+ &:focus,
1334
+ &.is-active {
1335
+ background-color: transparent;
1336
+ }
1337
+ }
1338
+ &.es-simplicity_menus-fold {
1339
+ padding: 4px 0;
1340
+ .el-menu-item:not(.is-disabled),
1341
+ .el-submenu__title,
1342
+ > .el-menu .el-menu-item:not(.is-disabled),
1343
+ > .el-menu .el-submenu__title {
1344
+ width: 48px;
1345
+ height: 40px !important;
1346
+ padding: 4px 12px !important;
1347
+ min-height: unset !important;
1348
+ line-height: 32px;
1349
+ justify-content: center;
1350
+ .es-menu-item-icon {
1351
+ margin-right: 0;
1352
+ }
1353
+ &:hover,
1354
+ &:focus,
1355
+ &.is-active {
1356
+ .es-menu-item-icon {
1357
+ position: relative;
1358
+ z-index: 1;
1359
+ }
1360
+ &::before {
1361
+ inset: 0 4px;
1362
+ }
1363
+ }
1364
+ }
1365
+ }
1366
+ }