cc-core-cli 1.0.139 → 1.0.140

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 (68) hide show
  1. package/package.json +1 -1
  2. package/template/admin/next.config.js +16 -56
  3. package/template/admin/pages/_app.js +5 -4
  4. package/template/admin/public/static/styles/activity_log.css +133 -0
  5. package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
  6. package/template/admin/public/static/styles/collections.css +120 -0
  7. package/template/admin/public/static/styles/compute_field.css +244 -0
  8. package/template/admin/public/static/styles/custom-antd.css +109 -0
  9. package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
  10. package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
  11. package/template/admin/public/static/styles/datepicker.css +301 -0
  12. package/template/admin/public/static/styles/detail.css +2645 -0
  13. package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
  14. package/template/admin/public/static/styles/entities.css +864 -0
  15. package/template/admin/public/static/styles/filter.css +18 -0
  16. package/template/admin/public/static/styles/filter_new.css +152 -0
  17. package/template/admin/public/static/styles/hook.css +140 -0
  18. package/template/admin/public/static/styles/import_export.css +48 -0
  19. package/template/admin/public/static/styles/input.css +77 -0
  20. package/template/admin/public/static/styles/layout.css +1465 -0
  21. package/template/admin/public/static/styles/login.css +269 -0
  22. package/template/admin/public/static/styles/mainheader.css +45 -0
  23. package/template/admin/public/static/styles/matrix.css +90 -0
  24. package/template/admin/public/static/styles/menu.css +60 -0
  25. package/template/admin/public/static/styles/permission_denied.css +13 -0
  26. package/template/admin/public/static/styles/pipeline.css +82 -0
  27. package/template/admin/public/static/styles/print_template.css +659 -0
  28. package/template/admin/public/static/styles/rabbitmq.css +5 -0
  29. package/template/admin/public/static/styles/restful.css +19 -0
  30. package/template/admin/public/static/styles/setting.css +480 -0
  31. package/template/admin/public/static/styles/style.css +1632 -0
  32. package/template/admin/public/static/styles/style_backup.css +1616 -0
  33. package/template/admin/public/static/styles/style_clean.css +51 -0
  34. package/template/admin/public/static/styles/system.css +11 -0
  35. package/template/admin/public/static/styles/theme-override.css +118 -0
  36. package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
  37. package/template/admin/public/static/styles/versioning_control.css +16 -0
  38. package/template/admin/public/static/styles/wysiwyg.css +3 -0
  39. package/template/admin/theme/main.css +38 -0
  40. package/template/admin/theme/vars.css +10 -0
  41. package/template/admin/public/static/styles/activity_log.less +0 -157
  42. package/template/admin/public/static/styles/collections.less +0 -123
  43. package/template/admin/public/static/styles/compute_field.less +0 -250
  44. package/template/admin/public/static/styles/custom-antd.less +0 -80
  45. package/template/admin/public/static/styles/datepicker.less +0 -323
  46. package/template/admin/public/static/styles/detail.less +0 -2690
  47. package/template/admin/public/static/styles/entities.less +0 -897
  48. package/template/admin/public/static/styles/filter.less +0 -24
  49. package/template/admin/public/static/styles/filter_new.less +0 -154
  50. package/template/admin/public/static/styles/hook.less +0 -142
  51. package/template/admin/public/static/styles/import_export.less +0 -62
  52. package/template/admin/public/static/styles/input.less +0 -386
  53. package/template/admin/public/static/styles/layout.less +0 -1455
  54. package/template/admin/public/static/styles/login.less +0 -263
  55. package/template/admin/public/static/styles/mainheader.less +0 -32
  56. package/template/admin/public/static/styles/matrix.less +0 -105
  57. package/template/admin/public/static/styles/permission_denied.less +0 -13
  58. package/template/admin/public/static/styles/pipeline.less +0 -84
  59. package/template/admin/public/static/styles/print_template.less +0 -730
  60. package/template/admin/public/static/styles/rabbitmq.less +0 -3
  61. package/template/admin/public/static/styles/restful.less +0 -22
  62. package/template/admin/public/static/styles/setting.less +0 -534
  63. package/template/admin/public/static/styles/style.less +0 -1957
  64. package/template/admin/public/static/styles/system.less +0 -11
  65. package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
  66. package/template/admin/public/static/styles/versioning_control.less +0 -24
  67. package/template/admin/public/static/styles/wysiwyg.less +0 -8
  68. /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
@@ -1,1455 +0,0 @@
1
- @import "custom-antd.less";
2
-
3
- html {
4
- &::-webkit-scrollbar {
5
- display: none;
6
- }
7
-
8
- body.ant-scrolling-effect {
9
- width: 100% !important;
10
- }
11
- }
12
-
13
- .main-content {
14
- display: flex;
15
-
16
- .layouts-content {
17
- padding-top: 40px;
18
- height: calc(100vh - 62px);
19
- overflow: auto;
20
-
21
- &::-webkit-scrollbar {
22
- display: none;
23
- }
24
-
25
- .layouts-content-height {
26
- min-height: calc(100vh - 146px);
27
- }
28
- }
29
-
30
- .layouts-content.layouts-content-lv4 {
31
- padding-top: 40px;
32
- height: calc(100vh - 104px);
33
- overflow: auto;
34
-
35
- &::-webkit-scrollbar {
36
- display: none;
37
- }
38
-
39
- .layouts-content-height {
40
- min-height: calc(100vh - 175px);
41
- }
42
- }
43
-
44
- .main-body {
45
- padding: 0 26px;
46
- display: grid;
47
- // width: calc(100% - 250px);
48
-
49
- &.collapsed {
50
- // padding-left: 96px;
51
- }
52
-
53
- .menu-lv4 {
54
- &.show {
55
- width: 250px;
56
- display: block;
57
- }
58
-
59
- .layouts-sub-sider {
60
- border-radius: @border-radius-base;
61
- border: 1px solid @border-color-split;
62
-
63
- .name-lv3 {
64
- text-align: center;
65
- padding: 12px 16px;
66
- font-size: 16px;
67
- font-weight: 500;
68
- color: @text-color;
69
-
70
- .ant-typography {
71
- width: 100%;
72
- }
73
- }
74
- }
75
-
76
- .ant-menu:not(.ant-menu-horizontal) {
77
- .ant-menu-item {
78
- a {
79
- padding-left: 12px;
80
- color: @menu-item-color;
81
-
82
- &:hover {
83
- color: @menu-item-active-bg;
84
- }
85
- }
86
- }
87
-
88
- .ant-menu-item:active,
89
- .ant-menu-submenu-title:active {
90
- background: unset;
91
- }
92
-
93
- .ant-menu-item-selected::before {
94
- position: absolute;
95
- top: 0;
96
- right: 0;
97
- bottom: 0;
98
- border-left: 3px solid @menu-item-active-bg;
99
- }
100
-
101
- .ant-menu-item-selected {
102
- background-color: unset;
103
- position: relative;
104
-
105
- a,
106
- a:hover {
107
- color: @menu-item-active-bg;
108
- }
109
-
110
- &::before {
111
- content: "";
112
- position: absolute;
113
- top: 0;
114
- left: 0;
115
- bottom: 0;
116
- border-left: 3px solid @menu-item-active-bg;
117
- transform: scaleY(1);
118
- opacity: 1;
119
- transition: transform 0.15s
120
- cubic-bezier(0.645, 0.045, 0.355, 1),
121
- opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
122
- }
123
-
124
- &::after {
125
- display: none;
126
- }
127
- }
128
- }
129
- }
130
-
131
- .main-body-content {
132
- width: 100%;
133
-
134
- &.menu-lv4 {
135
- width: calc(100% - 250px);
136
- }
137
- }
138
- }
139
-
140
- .layouts-container {
141
- min-height: 100vh;
142
- }
143
-
144
- .ant-card.ant-card-bordered {
145
- border-radius: 6px;
146
- }
147
- }
148
-
149
- .main-content-mobile {
150
- .layouts-content {
151
- padding-top: 40px;
152
- height: calc(100vh - 62px);
153
- overflow: auto;
154
-
155
- &::-webkit-scrollbar {
156
- display: none;
157
- }
158
-
159
- .layouts-content-height {
160
- min-height: calc(100vh - 146px);
161
- }
162
- }
163
-
164
- .main-body {
165
- padding: 0 26px;
166
- width: calc(100% - 250px);
167
-
168
- &.collapsed {
169
- padding-left: 96px;
170
- }
171
-
172
- .menu-lv4 {
173
- &.show {
174
- width: 250px;
175
- display: block;
176
- }
177
-
178
- .layouts-sub-sider {
179
- border-radius: @border-radius-base;
180
- border: 1px solid @border-color-split;
181
-
182
- .name-lv3 {
183
- text-align: center;
184
- padding: 12px 16px;
185
- font-size: 16px;
186
- font-weight: 500;
187
- color: @text-color;
188
-
189
- .ant-typography {
190
- width: 100%;
191
- }
192
- }
193
- }
194
-
195
- .ant-menu:not(.ant-menu-horizontal) {
196
- .ant-menu-item {
197
- a {
198
- padding-left: 12px;
199
- color: @menu-item-color;
200
-
201
- &:hover {
202
- color: @menu-item-active-bg;
203
- }
204
- }
205
- }
206
-
207
- .ant-menu-item:active,
208
- .ant-menu-submenu-title:active {
209
- background: unset;
210
- }
211
-
212
- .ant-menu-item-selected::before {
213
- position: absolute;
214
- top: 0;
215
- right: 0;
216
- bottom: 0;
217
- border-left: 3px solid @menu-item-active-bg;
218
- }
219
-
220
- .ant-menu-item-selected {
221
- background-color: unset;
222
- position: relative;
223
-
224
- a,
225
- a:hover {
226
- color: @menu-item-active-bg;
227
- }
228
-
229
- &::before {
230
- content: "";
231
- position: absolute;
232
- top: 0;
233
- left: 0;
234
- bottom: 0;
235
- border-left: 3px solid @menu-item-active-bg;
236
- transform: scaleY(1);
237
- opacity: 1;
238
- transition: transform 0.15s
239
- cubic-bezier(0.645, 0.045, 0.355, 1),
240
- opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
241
- }
242
-
243
- &::after {
244
- display: none;
245
- }
246
- }
247
- }
248
- }
249
-
250
- .main-body-content {
251
- width: 100%;
252
-
253
- &.menu-lv4 {
254
- width: calc(100% - 250px);
255
- }
256
- }
257
- }
258
-
259
- .layouts-container {
260
- min-height: 100vh;
261
- }
262
-
263
- .ant-card.ant-card-bordered {
264
- border-radius: 0px;
265
- }
266
- }
267
-
268
- .ant-card.ant-card-bordered {
269
- &.layouts-header {
270
- border: none;
271
-
272
- @media (max-width: 992px) {
273
- box-shadow: 1px 1px 1px 1px @border-color-split;
274
- }
275
-
276
- @media (min-width: 993px) {
277
- box-shadow: 8px 8px 8px 8px @border-color-split;
278
- }
279
-
280
- .ant-card-body {
281
- border: none;
282
- // padding: 12px 16px;
283
- padding: 0px;
284
- .ant-page-header {
285
- padding: 0;
286
- }
287
- }
288
-
289
- .layouts-main-header {
290
- padding: 12px 16px;
291
- }
292
-
293
- .left-content {
294
- .title-text {
295
- font-size: 20px;
296
- margin-top: -4px;
297
- }
298
-
299
- .title-text-mobile {
300
- font-size: 12px;
301
- margin-top: -4px;
302
- }
303
-
304
- .ant-divider-vertical {
305
- height: 1.8em;
306
- margin: 0px 12px;
307
- }
308
-
309
- .ant-breadcrumb-separator {
310
- svg {
311
- width: 10px;
312
- }
313
- }
314
-
315
- .ant-breadcrumb-link {
316
- cursor: pointer;
317
- .hover-link-breadcrumb {
318
- color: @text-color;
319
-
320
- &:hover {
321
- color: @breadcrumb-link-color-hover;
322
- }
323
- }
324
- }
325
- }
326
-
327
- .ant-dropdown-trigger.languages {
328
- cursor: pointer;
329
-
330
- .anticon {
331
- display: none;
332
- }
333
- }
334
-
335
- .header-account {
336
- .popover-header-account {
337
- display: flex;
338
-
339
- .header-account-title {
340
- padding-left: 16px;
341
- padding-right: 8px;
342
- margin-top: -4px;
343
-
344
- .role-name {
345
- line-height: 14px;
346
- margin-top: -1px;
347
- text-align: end;
348
-
349
- .ant-typography {
350
- font-size: 12px;
351
- }
352
- }
353
- }
354
- }
355
- }
356
- }
357
- }
358
-
359
- .header-account {
360
- .popover-header-account {
361
- display: flex;
362
-
363
- .header-account-title {
364
- padding-left: 16px;
365
- margin-top: 12px;
366
-
367
- .role-name {
368
- line-height: 14px;
369
- margin-top: 5px;
370
- text-align: end;
371
-
372
- .ant-typography {
373
- font-size: 12px;
374
- }
375
- }
376
- }
377
- }
378
- }
379
-
380
- .layouts-sider-responsive {
381
- width: 100%;
382
- .ant-drawer-body {
383
- padding: 0px;
384
- }
385
- .logo {
386
- padding: 16px;
387
- transition: width 0.2s;
388
- box-shadow: 0 0 15px 0 @border-color-split;
389
-
390
- img {
391
- max-width: 37px;
392
- max-height: 37px;
393
- }
394
-
395
- .header-title {
396
- padding-right: 0px !important;
397
- justify-content: flex-end;
398
- display: flex;
399
-
400
- .ant-typography {
401
- width: 140px;
402
- font-size: 15px;
403
- font-weight: 500;
404
- }
405
- }
406
- }
407
- .shadow-bottom {
408
- position: absolute;
409
- z-index: 13;
410
- height: 30px;
411
- width: 95%;
412
- pointer-events: none;
413
- filter: blur(5px);
414
- margin-top: -12px;
415
- }
416
- .ant-menu-sub.ant-menu-inline {
417
- background: @menu-dark-bg !important;
418
- }
419
- .ant-menu-submenu-open .ant-menu-submenu-arrow {
420
- color: @menu-item-color !important;
421
- }
422
- .ant-menu-submenu:hover
423
- > .ant-menu-submenu-title
424
- > .ant-menu-submenu-arrow {
425
- color: @menu-item-color !important;
426
- }
427
- .ant-menu-submenu-open .ant-menu-submenu-title > span {
428
- color: @menu-item-color !important;
429
- }
430
-
431
- .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open {
432
- color: @menu-item-group-title-color !important;
433
- background-color: @menu-dark-submenu-bg !important;
434
- }
435
- .ant-menu-item a:hover {
436
- color: @menu-item-color !important;
437
- }
438
- .ant-menu-inline .ant-menu-item::after {
439
- border: none;
440
- }
441
- .icon_menu {
442
- margin-top: 10px;
443
- }
444
- }
445
-
446
- .layouts-sider {
447
- position: relative;
448
-
449
- &.sider-collapsed {
450
- z-index: 12;
451
- // position: absolute;
452
-
453
- .header-title,
454
- .icon-collapsed {
455
- display: none !important ;
456
- }
457
-
458
- .logo-collapsed {
459
- width: 50px;
460
- }
461
-
462
- .main-sider {
463
- .ant-menu {
464
- .ant-menu-submenu
465
- > .ant-menu-submenu-title
466
- > .ant-menu-submenu-arrow {
467
- display: none;
468
- }
469
-
470
- &:not(.ant-menu-horizontal).ant-menu-light {
471
- .ant-menu-item-selected {
472
- box-shadow: none;
473
- a {
474
- color: #000001 !important;
475
- }
476
- }
477
-
478
- .ant-menu-submenu-open {
479
- .ant-menu-submenu-title {
480
- background-color: unset;
481
- }
482
-
483
- ul {
484
- display: none;
485
- }
486
-
487
- &.ant-menu-submenu-selected {
488
- background-color: unset !important;
489
- border-radius: @border-radius-base;
490
- }
491
- }
492
- }
493
- }
494
- }
495
-
496
- &:hover {
497
- .header-title,
498
- .icon-collapsed {
499
- display: inline-block !important;
500
- justify-content: flex-end;
501
- }
502
- .icon-collapsed {
503
- justify-content: flex-end;
504
- display: flex !important;
505
- }
506
-
507
- .logo-collapsed {
508
- width: 80%;
509
- }
510
-
511
- .main-sider {
512
- .ant-menu {
513
- .ant-menu-submenu
514
- > .ant-menu-submenu-title
515
- > .ant-menu-submenu-arrow {
516
- display: block;
517
- }
518
-
519
- &:not(.ant-menu-horizontal).ant-menu-light {
520
- .ant-menu-item-selected {
521
- background-color: @menu-item-active-bg;
522
- box-shadow: 0 0 6px 1px @menu-item-active-bg;
523
-
524
- a {
525
- color: #000002 !important;
526
-
527
- .anticon svg {
528
- image {
529
- filter: invert();
530
- }
531
- }
532
- }
533
- }
534
-
535
- .ant-menu-submenu-open {
536
- .ant-menu-submenu-title {
537
- background-color: @menu-dark-submenu-bg;
538
- }
539
-
540
- ul {
541
- display: block;
542
- }
543
- }
544
- }
545
- }
546
- }
547
- }
548
- }
549
-
550
- .logo {
551
- padding: 16px;
552
- transition: width 0.2s;
553
- box-shadow: 0 0 15px 0 @border-color-split;
554
-
555
- img {
556
- max-width: 37px;
557
- max-height: 37px;
558
- }
559
-
560
- .header-title {
561
- padding: 0px !important;
562
- padding-right: 5px !important;
563
-
564
- .label {
565
- white-space: nowrap;
566
- overflow: hidden;
567
- text-overflow: ellipsis;
568
- font-size: 15px;
569
- font-weight: 500;
570
- }
571
- }
572
-
573
- .icon-collapsed {
574
- padding: 0px !important;
575
- justify-content: flex-end;
576
- display: flex;
577
-
578
- .anticon {
579
- svg {
580
- cursor: pointer;
581
- width: 26px;
582
- height: 26px;
583
- // margin-top: 6px;
584
- // margin-left: 6px;
585
- }
586
- }
587
- }
588
- }
589
-
590
- .shadow-bottom {
591
- position: absolute;
592
- z-index: 13;
593
- height: 30px;
594
- width: 95%;
595
- pointer-events: none;
596
- filter: blur(5px);
597
- margin-top: -12px;
598
- }
599
-
600
- .main-sider {
601
- height: calc(100vh - 68px);
602
- overflow: auto;
603
- // width: 250px;
604
- transition: width 0.2s;
605
- z-index: 12;
606
-
607
- &::-webkit-scrollbar {
608
- display: none;
609
- }
610
-
611
- &.collapsed {
612
- width: 70px;
613
- }
614
-
615
- .ant-menu-inline,
616
- .ant-menu-vertical,
617
- .ant-menu-vertical-left {
618
- border-right: none;
619
- box-shadow: 0 0 15px 0 @border-color-split;
620
- }
621
-
622
- .ant-menu {
623
- padding: 0px 14px;
624
- padding-top: 8px;
625
-
626
- .ant-menu-item-group {
627
- margin-bottom: 20px;
628
-
629
- .ant-menu-item-group-title {
630
- font-size: 13px;
631
- padding: 8px 12px;
632
-
633
- .ant-typography {
634
- width: 100%;
635
- font-weight: 400;
636
- }
637
- }
638
-
639
- .ant-menu-item {
640
- padding-left: 14px !important;
641
- padding-right: 9px !important;
642
- }
643
- }
644
-
645
- .ant-menu-item {
646
- padding: 10px !important;
647
- margin-bottom: 5px;
648
- margin-top: 0;
649
- line-height: 16px;
650
- }
651
-
652
- &.ant-menu-inline {
653
- .ant-menu-item {
654
- .anticon {
655
- margin-right: 10px;
656
-
657
- &.custom-icon {
658
- svg {
659
- height: 16px;
660
- width: 24px;
661
- }
662
- }
663
-
664
- svg {
665
- height: 18px;
666
- margin-top: -2px;
667
- }
668
- }
669
- }
670
- }
671
-
672
- .ant-menu-submenu {
673
- .ant-menu-submenu-title {
674
- padding: 0px 15px !important;
675
-
676
- .anticon.anticon-menu-unfold {
677
- margin-right: 5px;
678
-
679
- &.custom-icon {
680
- margin-right: 13px;
681
- }
682
-
683
- svg {
684
- height: 16px;
685
- }
686
- }
687
- }
688
- }
689
-
690
- &.ant-menu-inline-collapsed {
691
- width: 70px;
692
-
693
- .ant-menu-item {
694
- text-align: center;
695
-
696
- .anticon {
697
- line-height: 16px;
698
-
699
- svg {
700
- height: 20px;
701
- }
702
- }
703
- }
704
-
705
- .ant-menu-submenu {
706
- .ant-menu-submenu-title {
707
- text-align: center;
708
- margin-bottom: 0px;
709
-
710
- .anticon.anticon-menu-unfold {
711
- line-height: 16px;
712
- margin-right: 0px;
713
-
714
- svg {
715
- height: 20px;
716
- margin-bottom: -2.5px;
717
- }
718
- }
719
- }
720
-
721
- .ant-menu-item {
722
- padding-left: 30px !important;
723
- }
724
- }
725
-
726
- .ant-menu-submenu-active {
727
- background-color: @menu-item-active-bg;
728
- color: white;
729
- }
730
-
731
- .ant-menu-item-active {
732
- background-color: @menu-item-active-bg;
733
- color: white;
734
- }
735
- }
736
-
737
- &:not(.ant-menu-horizontal).ant-menu-light {
738
- .ant-menu-item {
739
- border-radius: @border-radius-base;
740
-
741
- &:hover {
742
- a.override-active {
743
- color: @menu-item-color !important;
744
- }
745
- }
746
- &:hover.ant-menu-item-selected {
747
- a.override-active {
748
- color: @menu-highlight-color !important;
749
- }
750
- }
751
-
752
- a {
753
- transition: padding 0.2s;
754
-
755
- &:hover {
756
- padding-left: 4px;
757
- }
758
- }
759
-
760
- a.no-icon {
761
- padding-left: 0px;
762
-
763
- &:hover {
764
- padding-left: 8px;
765
- }
766
- }
767
- }
768
-
769
- .ant-menu-submenu-title {
770
- .menu-label {
771
- transition: padding 0.2s;
772
- padding-left: 4px;
773
- }
774
-
775
- &:hover {
776
- .menu-label {
777
- padding-left: 4px;
778
- }
779
- }
780
- }
781
-
782
- .ant-menu-item:active,
783
- .ant-menu-submenu-title:active {
784
- background: unset;
785
-
786
- .ant-menu-submenu-title {
787
- :hover {
788
- color: @text-color;
789
- }
790
- }
791
- }
792
-
793
- .ant-menu-item-selected {
794
- background-color: @menu-item-active-bg;
795
- box-shadow: 0 0 6px 1px @menu-item-active-bg;
796
-
797
- a {
798
- color: @menu-highlight-color !important;
799
-
800
- &:hover {
801
- color: @white-color;
802
-
803
- .anticon.custom-icon svg {
804
- fill: @white-color;
805
- }
806
-
807
- .anticon svg {
808
- image {
809
- filter: invert();
810
- }
811
- }
812
- }
813
-
814
- .anticon.custom-icon svg {
815
- fill: @background-color;
816
- }
817
-
818
- .anticon svg {
819
- image {
820
- filter: invert();
821
- }
822
- }
823
- }
824
-
825
- &::after {
826
- display: none;
827
- }
828
- }
829
-
830
- .ant-menu-submenu-active {
831
- .ant-menu-submenu-title {
832
- color: @menu-item-color;
833
- }
834
- }
835
-
836
- .ant-menu-submenu .ant-menu-submenu-title {
837
- border-radius: @border-radius-base;
838
- color: @menu-item-color;
839
- }
840
-
841
- .ant-menu-submenu-open {
842
- .ant-menu-submenu-title {
843
- border-radius: @border-radius-base;
844
- background-color: @menu-dark-submenu-bg;
845
- color: @menu-item-group-title-color !important;
846
-
847
- .ant-typography-ellipsis-single-line {
848
- color: @menu-item-group-title-color !important;
849
- }
850
-
851
- .ant-menu-submenu-arrow {
852
- color: @menu-item-group-title-color !important;
853
- }
854
- }
855
- }
856
-
857
- .item-group-menu-lv1 {
858
- margin-bottom: 10px;
859
- .ant-menu-item-group-title {
860
- padding: 0px !important;
861
- }
862
- .ant-menu-submenu-open {
863
- .ant-menu-submenu-title {
864
- border-radius: @border-radius-base;
865
- background-color: @menu-dark-submenu-bg;
866
- color: @menu-item-group-title-color !important;
867
-
868
- .ant-menu-submenu-arrow {
869
- color: @menu-item-group-title-color !important;
870
- }
871
-
872
- .icon_menu {
873
- background-color: @menu-item-group-title-color !important;
874
- }
875
-
876
- .icon_menu_custom {
877
- color: @menu-item-group-title-color !important;
878
- }
879
- }
880
- }
881
-
882
- .ant-menu-submenu-title {
883
- border-radius: unset;
884
- background-color: unset;
885
- color: @menu-item-color !important;
886
-
887
-
888
- .ant-menu-submenu-arrow {
889
- color: @menu-item-color !important;
890
- }
891
- }
892
-
893
- .ant-menu-sub.ant-menu-inline {
894
- padding-left: 26px;
895
- }
896
- }
897
-
898
- .icon_menu {
899
- background-color: @menu-item-color;
900
- }
901
-
902
- .ant-menu-submenu:not(.ant-menu-submenu-open):hover
903
- > .ant-menu-submenu-title
904
- > .ant-menu-submenu-arrow {
905
- color: @menu-item-color !important;
906
- }
907
-
908
- .ant-menu-submenu:hover
909
- > .ant-menu-submenu-title
910
- > .ant-menu-submenu-arrow {
911
- color: @menu-item-group-title-color !important;
912
- }
913
- }
914
-
915
- .ant-menu-sub.ant-menu-inline {
916
- box-shadow: none !important;
917
- background: @menu-dark-bg;
918
- }
919
- }
920
-
921
- .menu-setting {
922
- .ant-menu {
923
- .ant-menu-item {
924
- .anticon {
925
- svg {
926
- height: 16px;
927
- width: 20px;
928
- }
929
- }
930
-
931
- &.ant-menu-item-selected {
932
- .anticon.custom-icon svg {
933
- fill: @white-color;
934
- }
935
-
936
- .anticon svg {
937
- image {
938
- filter: invert();
939
- }
940
- }
941
- }
942
- }
943
- }
944
- }
945
- }
946
- }
947
-
948
- .ant-menu-submenu.ant-menu-submenu-popup {
949
- .anticon.anticon-menu-unfold {
950
- svg {
951
- height: 18px;
952
- margin-bottom: -2px;
953
- }
954
- }
955
- }
956
-
957
- .layouts-content {
958
- height: calc(100vh - @layout-header-height);
959
- overflow: auto;
960
- background-color: @background-color;
961
-
962
- &::-webkit-scrollbar {
963
- display: none;
964
- }
965
-
966
- .affix-extra {
967
- display: none;
968
- position: absolute;
969
- width: 100%;
970
-
971
- &.show-extra {
972
- display: block;
973
- }
974
-
975
- .extra-content {
976
- background-color: @white-color;
977
- border-top: 1px solid @border-color-split;
978
- padding: 12px 24px;
979
- box-shadow: 0px 8px 8px 0px @border-color-split;
980
- border-bottom-left-radius: 6px;
981
- border-bottom-right-radius: 6px;
982
- }
983
- }
984
- }
985
-
986
- .layouts-sub-sider {
987
- @media (max-width: 991px) {
988
- width: 100%;
989
- min-width: 100%;
990
- // margin: 15px;
991
- }
992
-
993
- @media (min-width: 992px) {
994
- width: 250px;
995
- min-width: 250px;
996
- }
997
-
998
- .ant-menu {
999
- .lv4-sider.ant-menu-item-group {
1000
- .ant-menu-item-group-title {
1001
- font-size: 13px;
1002
-
1003
- .ant-typography {
1004
- width: 100%;
1005
- font-weight: 400;
1006
- }
1007
- }
1008
- }
1009
-
1010
- .ant-menu-item {
1011
- padding: 10px !important;
1012
- margin-bottom: 5px;
1013
- margin-top: 0;
1014
- line-height: 16px;
1015
-
1016
- &.sider-0 {
1017
- margin-top: 53px;
1018
- }
1019
- }
1020
-
1021
- .ant-menu-item-group {
1022
- &.sider-0 {
1023
- margin-top: 53px;
1024
- }
1025
-
1026
- .ant-menu-item-group-title {
1027
- color: rgba(0, 0, 0, 0.8);
1028
- font-size: 15px;
1029
- font-weight: 600;
1030
- }
1031
-
1032
- .ant-menu-item {
1033
- padding: 10px !important;
1034
- padding-bottom: 20px !important;
1035
- margin-bottom: 5px;
1036
- margin-top: 0;
1037
- line-height: 16px;
1038
- }
1039
- }
1040
- }
1041
-
1042
- .general-sider {
1043
- .general-sider-title {
1044
- text-align: center;
1045
- padding: 12px 16px;
1046
- font-size: 16px;
1047
- font-weight: 500;
1048
- }
1049
- }
1050
- }
1051
-
1052
- .warning-popup {
1053
- position: fixed;
1054
- top: 0px;
1055
- z-index: 11;
1056
- background-color: @primary-color;
1057
- text-align: center;
1058
- font-size: 14px;
1059
- color: white;
1060
- height: 30px;
1061
- line-height: 30px;
1062
- visibility: hidden;
1063
- }
1064
-
1065
- .warning-popup.show {
1066
- visibility: visible;
1067
- width: calc(100% - 250px);
1068
- margin-left: 250px;
1069
-
1070
- &.collapsed {
1071
- width: calc(100% - 70px);
1072
- margin-left: 70px;
1073
- }
1074
- }
1075
-
1076
- .breadcrumb-mobile {
1077
- font-size: 10px;
1078
- }
1079
-
1080
- .breadcrumb-default {
1081
- cursor: default;
1082
- }
1083
-
1084
- .breadcrumb-default-mobile {
1085
- cursor: default;
1086
- font-size: 10px;
1087
- }
1088
-
1089
- .copyright {
1090
- padding: 16px 0px;
1091
-
1092
- span {
1093
- color: @layout-footer-background;
1094
- }
1095
- }
1096
-
1097
- .pagination-custom {
1098
- .pagination {
1099
- border-radius: 10px;
1100
- background-color: #f3f2f7;
1101
-
1102
- .ant-pagination-item {
1103
- border-radius: 20px;
1104
-
1105
- a {
1106
- font-weight: lighter;
1107
- font-size: 13px;
1108
- }
1109
-
1110
- &.ant-pagination-item-active {
1111
- background: @primary-color !important;
1112
-
1113
- a {
1114
- color: @white-color;
1115
- font-weight: 500;
1116
- }
1117
- }
1118
- }
1119
- }
1120
- }
1121
-
1122
- .debug(@var) {
1123
- &:after {
1124
- content: "@{var}";
1125
- font-size: 10px;
1126
- background-color: #fff;
1127
- border: 1px solid red;
1128
- padding: 10px;
1129
- border-radius: 5px;
1130
- color: red;
1131
- font-weight: bold;
1132
- position: absolute;
1133
- top: 0%;
1134
- left: 0%;
1135
- }
1136
- }
1137
- .ant-menu-item-selected {
1138
- .icon_menu {
1139
- background-color: @menu-highlight-color !important;
1140
- }
1141
-
1142
- // .icon_menu_custom {
1143
- // color: @menu-highlight-color ;
1144
- // }
1145
- }
1146
-
1147
- .menu-lv4 {
1148
- color: @menu-item-color !important;
1149
- .ant-menu-submenu-title {
1150
- color: @menu-item-color !important;
1151
- .ant-menu-submenu-arrow {
1152
- color: @menu-item-color;
1153
- }
1154
- }
1155
- .lv4-sider {
1156
- margin-bottom: 0px;
1157
- .ant-menu-item-group-title {
1158
- padding: 0px !important;
1159
- }
1160
-
1161
- .ant-menu-item-only-child {
1162
- margin-bottom: 0px !important;
1163
- padding-bottom: 15px !important;
1164
- }
1165
- }
1166
-
1167
- .ant-typography.ant-typography-secondary {
1168
- color: @menu-item-color;
1169
- }
1170
-
1171
- .ant-menu-submenu:not(.ant-menu-submenu-open):hover
1172
- > .ant-menu-submenu-title
1173
- > .ant-menu-submenu-arrow {
1174
- color: @menu-item-group-title-color !important;
1175
- }
1176
-
1177
- // .ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
1178
- // color: @menu-item-group-title-color !important;
1179
- // }
1180
-
1181
- .ant-menu-submenu-open {
1182
- .ant-typography.ant-typography-secondary {
1183
- color: @menu-item-group-title-color !important;
1184
- }
1185
- .ant-menu-submenu-title {
1186
- color: @menu-item-group-title-color !important;
1187
- .ant-menu-submenu-arrow {
1188
- color: @menu-item-group-title-color !important;
1189
- }
1190
- }
1191
- }
1192
- }
1193
-
1194
- .item-list-mobile {
1195
- margin-bottom: 20px;
1196
- margin-left: 10px;
1197
- margin-right: 10px;
1198
- overflow: scroll;
1199
- display: flex;
1200
-
1201
- .block-item {
1202
- min-width: 250px;
1203
- max-width: 250px;
1204
- padding-right: 10px;
1205
- height: 100%;
1206
- display: flex;
1207
-
1208
- .ant-card-hoverable {
1209
- margin: 6px;
1210
- }
1211
- }
1212
-
1213
- .template-block {
1214
- width: 100%;
1215
- min-height: 60px;
1216
- }
1217
- }
1218
-
1219
- .item-list-data-from-source-mobile {
1220
- overflow: scroll;
1221
- display: flex;
1222
-
1223
- .block-item {
1224
- min-width: 250px;
1225
- max-width: 250px;
1226
- padding-right: 10px;
1227
- margin-bottom: 6px;
1228
- display: flex;
1229
- }
1230
-
1231
- .template-block {
1232
- width: 100%;
1233
- min-height: 60px;
1234
- }
1235
- }
1236
-
1237
- .button-actions-mobile {
1238
- margin-bottom: 5px;
1239
- .render-button-actions-mobile {
1240
- padding-right: 5px;
1241
- }
1242
- }
1243
-
1244
- .item-list-data-non-from-source-mobile {
1245
- overflow: scroll;
1246
- display: flex;
1247
-
1248
- .block-item {
1249
- min-width: 200px;
1250
- max-width: 200px;
1251
- margin: 6px;
1252
- display: flex;
1253
- }
1254
-
1255
- .template-block {
1256
- width: 100%;
1257
- min-height: 60px;
1258
- }
1259
- }
1260
-
1261
- .item-list-data-non-from-source-item-mobile {
1262
- min-height: 150px;
1263
- }
1264
-
1265
- .menu-lv4-mobile {
1266
- padding: 0px;
1267
- }
1268
- @media (max-width: 991px) {
1269
- .ant-picker-datetime-panel {
1270
- max-width: 90vw;
1271
- overflow: scroll;
1272
- }
1273
- }
1274
-
1275
- .save-menu-actions {
1276
- color: @primary-color !important;
1277
- }
1278
- .save-menu-actions:hover {
1279
- color: white !important;
1280
- background-color: @primary-color !important;
1281
- }
1282
-
1283
- // ********* custom menu Lv4-5 **********
1284
-
1285
- .layouts-card-header {
1286
- .ant-card-body {
1287
- padding: 0px;
1288
- }
1289
- }
1290
-
1291
- .layouts-sub-sider-horizontal {
1292
- border-top: solid 1px #e9e9e9;
1293
- .ant-menu {
1294
- .ant-menu-item {
1295
- padding: 0px !important;
1296
- margin-top: 0;
1297
- }
1298
- }
1299
-
1300
- .ant-menu-submenu-title {
1301
- .menu-label {
1302
- transition: padding 0.2s;
1303
- }
1304
- }
1305
-
1306
- .ant-typography.ant-typography-secondary {
1307
- color: @menu-item-color;
1308
- }
1309
-
1310
- .ant-menu-item .ant-menu-item-icon,
1311
- .ant-menu-submenu-title .ant-menu-item-icon,
1312
- .ant-menu-item .anticon,
1313
- .ant-menu-submenu-title .anticon {
1314
- margin-right: 5px !important;
1315
- }
1316
-
1317
- .ant-menu-item {
1318
- a {
1319
- color: @menu-item-color;
1320
-
1321
- &:hover {
1322
- color: @menu-item-active-bg;
1323
- }
1324
- }
1325
- }
1326
- .ant-menu-horizontal > .ant-menu-item-selected a {
1327
- color: @menu-item-active-bg;
1328
- }
1329
-
1330
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
1331
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
1332
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
1333
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
1334
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
1335
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
1336
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
1337
- .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
1338
- color: @menu-item-active-bg !important;
1339
- border-bottom: 2px solid @menu-item-active-bg !important;
1340
- }
1341
-
1342
- .ant-menu-item:hover,
1343
- .ant-menu-item-active,
1344
- .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
1345
- .ant-menu-submenu-active,
1346
- .ant-menu-submenu-title:hover {
1347
- color: @menu-item-group-title-color !important;
1348
- }
1349
- }
1350
-
1351
- .menu-item-a {
1352
- display: block !important;
1353
- }
1354
-
1355
- .sum-menu-item {
1356
- .ant-menu.ant-menu-sub.ant-menu-vertical {
1357
- background-color: @menu-popup-bg !important;
1358
- border-radius: 0px !important;
1359
- }
1360
-
1361
- .ant-menu-item-selected a,
1362
- .ant-menu-item-selected a:hover {
1363
- color: @menu-item-active-bg;
1364
- }
1365
-
1366
- .ant-menu-item-selected a,
1367
- .ant-menu-item-selected a {
1368
- color: @menu-item-active-bg;
1369
- }
1370
-
1371
- .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
1372
- background-color: unset !important;
1373
- }
1374
-
1375
- .ant-menu-item a:hover {
1376
- color: @menu-item-active-bg;
1377
- }
1378
- }
1379
-
1380
- // ********* end custom menu Lv4-5 **********
1381
-
1382
- //
1383
- .drawer-menu-resize {
1384
- display: flex;
1385
- position: relative;
1386
-
1387
- .dragger {
1388
- width: 10px;
1389
- cursor: ew-resize;
1390
- padding: 4px 0 0;
1391
- position: absolute;
1392
- top: 0;
1393
- right: 0;
1394
- bottom: 0;
1395
- z-index: 100;
1396
- }
1397
-
1398
- .drawer-content {
1399
- overflow: auto;
1400
- transition: width 0.2s;
1401
- }
1402
- .open-drawer {
1403
- transition: width 0.2s;
1404
- }
1405
- }
1406
-
1407
- .drawer-menu-resize-collapsed {
1408
- transition: transform 0.3s cubic-bezier(0, 0.52, 0, 1);
1409
- }
1410
-
1411
- .draggable-tree {
1412
- .ant-tree-switcher_close {
1413
- display: none;
1414
- }
1415
-
1416
- .ant-tree-switcher-noop {
1417
- display: none;
1418
- }
1419
-
1420
- .ant-tree-switcher_open {
1421
- display: none;
1422
- }
1423
-
1424
- .icon-collapse-render {
1425
- display: flex;
1426
- width: 12px;
1427
- padding: 15px;
1428
- align-items: center;
1429
- justify-content: center;
1430
- flex: 0 0 auto;
1431
- touch-action: none;
1432
- cursor: var(--cursor, pointer);
1433
- border-radius: 5px;
1434
- border: none;
1435
- outline: none;
1436
- appearance: none;
1437
- background-color: transparent;
1438
- -webkit-tap-highlight-color: transparent;
1439
- }
1440
- }
1441
-
1442
-
1443
- .main-body {
1444
- .ant-affix {
1445
- z-index: 24;
1446
- }
1447
- }
1448
-
1449
- .icon-menu-hor {
1450
- background-color: @menu-item-color;
1451
- }
1452
-
1453
- .ant-menu-item-selected .icon-menu-hor {
1454
- background-color: @menu-item-active-bg;
1455
- }