@qn-pandora/pandora-component 4.0.2 → 4.0.3

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 (35) hide show
  1. package/CHANGELOG.json +20 -0
  2. package/CHANGELOG.md +9 -1
  3. package/es/components/AutoComplete/index.js +21 -1
  4. package/es/components/DateTimePicker/transform.d.ts +4 -1
  5. package/es/components/DateTimePicker/transform.js +2 -2
  6. package/es/components/Drawer/index.d.ts +30 -2
  7. package/es/components/Drawer/index.js +165 -5
  8. package/es/components/Drawer/style.css +18 -1
  9. package/es/components/Drawer/style.less +23 -1
  10. package/es/components/Selector/SelectorWidthChildren.d.ts +15 -0
  11. package/es/components/Selector/SelectorWidthChildren.js +59 -0
  12. package/es/components/Selector/index.d.ts +2 -0
  13. package/es/components/Selector/index.js +17 -3
  14. package/es/components/TreeSelector/index.js +1 -1
  15. package/es/index.css +1084 -1067
  16. package/es/index.d.ts +1 -0
  17. package/es/index.js +1 -0
  18. package/es/index.less +15 -15
  19. package/lib/components/AutoComplete/index.js +21 -1
  20. package/lib/components/DateTimePicker/transform.d.ts +4 -1
  21. package/lib/components/DateTimePicker/transform.js +2 -0
  22. package/lib/components/Drawer/index.d.ts +30 -2
  23. package/lib/components/Drawer/index.js +164 -12
  24. package/lib/components/Drawer/style.css +18 -1
  25. package/lib/components/Drawer/style.less +23 -1
  26. package/lib/components/Selector/SelectorWidthChildren.d.ts +15 -0
  27. package/lib/components/Selector/SelectorWidthChildren.js +72 -0
  28. package/lib/components/Selector/index.d.ts +2 -0
  29. package/lib/components/Selector/index.js +16 -2
  30. package/lib/components/TreeSelector/index.js +1 -1
  31. package/lib/index.css +949 -932
  32. package/lib/index.d.ts +1 -0
  33. package/lib/index.js +2 -0
  34. package/lib/index.less +11 -11
  35. package/package.json +3 -3
package/lib/index.css CHANGED
@@ -8,6 +8,25 @@
8
8
  /* stylelint-disable no-duplicate-selectors */
9
9
  /* stylelint-disable */
10
10
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
11
+ .ant-select-auto-complete {
12
+ -webkit-box-sizing: border-box;
13
+ box-sizing: border-box;
14
+ margin: 0;
15
+ padding: 0;
16
+ color: rgba(0, 0, 0, 0.85);
17
+ font-size: 14px;
18
+ font-variant: tabular-nums;
19
+ line-height: 1.5715;
20
+ list-style: none;
21
+ -webkit-font-feature-settings: 'tnum';
22
+ font-feature-settings: 'tnum';
23
+ }
24
+ .ant-select-auto-complete .ant-select-clear {
25
+ right: 13px;
26
+ }
27
+ .pandora-sdk-auto-complete .ant-input {
28
+ border: 0px;
29
+ }
11
30
  .ant-breadcrumb {
12
31
  -webkit-box-sizing: border-box;
13
32
  box-sizing: border-box;
@@ -83,25 +102,6 @@
83
102
  .pandora-sdk-breadcrumb a {
84
103
  text-decoration: none;
85
104
  }
86
- .ant-select-auto-complete {
87
- -webkit-box-sizing: border-box;
88
- box-sizing: border-box;
89
- margin: 0;
90
- padding: 0;
91
- color: rgba(0, 0, 0, 0.85);
92
- font-size: 14px;
93
- font-variant: tabular-nums;
94
- line-height: 1.5715;
95
- list-style: none;
96
- -webkit-font-feature-settings: 'tnum';
97
- font-feature-settings: 'tnum';
98
- }
99
- .ant-select-auto-complete .ant-select-clear {
100
- right: 13px;
101
- }
102
- .pandora-sdk-auto-complete .ant-input {
103
- border: 0px;
104
- }
105
105
  .ant-btn {
106
106
  line-height: 1.5715;
107
107
  position: relative;
@@ -3345,6 +3345,218 @@ a.ant-btn-sm {
3345
3345
  .ant-checkbox-inner::after {
3346
3346
  left: 20%;
3347
3347
  }
3348
+ .pandora-sdk-checkbox-item {
3349
+ white-space: nowrap;
3350
+ width: 100%;
3351
+ }
3352
+ .pandora-sdk-checkbox-item.ant-checkbox-wrapper {
3353
+ margin-left: 0;
3354
+ line-height: 25px;
3355
+ }
3356
+ .ant-collapse {
3357
+ -webkit-box-sizing: border-box;
3358
+ box-sizing: border-box;
3359
+ margin: 0;
3360
+ padding: 0;
3361
+ color: rgba(0, 0, 0, 0.85);
3362
+ font-size: 14px;
3363
+ font-variant: tabular-nums;
3364
+ line-height: 1.5715;
3365
+ list-style: none;
3366
+ -webkit-font-feature-settings: 'tnum';
3367
+ font-feature-settings: 'tnum';
3368
+ background-color: #fafafa;
3369
+ border: 1px solid #d9d9d9;
3370
+ border-bottom: 0;
3371
+ border-radius: 2px;
3372
+ }
3373
+ .ant-collapse > .ant-collapse-item {
3374
+ border-bottom: 1px solid #d9d9d9;
3375
+ }
3376
+ .ant-collapse > .ant-collapse-item:last-child,
3377
+ .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
3378
+ border-radius: 0 0 2px 2px;
3379
+ }
3380
+ .ant-collapse > .ant-collapse-item > .ant-collapse-header {
3381
+ display: -webkit-box;
3382
+ display: -ms-flexbox;
3383
+ display: flex;
3384
+ -ms-flex-wrap: nowrap;
3385
+ flex-wrap: nowrap;
3386
+ -webkit-box-align: start;
3387
+ -ms-flex-align: start;
3388
+ align-items: flex-start;
3389
+ padding: 12px 16px;
3390
+ color: rgba(0, 0, 0, 0.85);
3391
+ line-height: 1.5715;
3392
+ cursor: pointer;
3393
+ -webkit-transition: all 0.3s, visibility 0s;
3394
+ transition: all 0.3s, visibility 0s;
3395
+ }
3396
+ .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
3397
+ display: inline-block;
3398
+ margin-right: 12px;
3399
+ font-size: 12px;
3400
+ vertical-align: -1px;
3401
+ }
3402
+ .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
3403
+ -webkit-transition: -webkit-transform 0.24s;
3404
+ transition: -webkit-transform 0.24s;
3405
+ transition: transform 0.24s;
3406
+ transition: transform 0.24s, -webkit-transform 0.24s;
3407
+ }
3408
+ .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
3409
+ margin-left: auto;
3410
+ }
3411
+ .ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
3412
+ outline: none;
3413
+ }
3414
+ .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
3415
+ cursor: default;
3416
+ }
3417
+ .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
3418
+ cursor: pointer;
3419
+ }
3420
+ .ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
3421
+ padding-left: 12px;
3422
+ }
3423
+ .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
3424
+ position: relative;
3425
+ padding: 12px 16px;
3426
+ padding-right: 40px;
3427
+ }
3428
+ .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
3429
+ position: absolute;
3430
+ top: 50%;
3431
+ right: 16px;
3432
+ left: auto;
3433
+ margin: 0;
3434
+ -webkit-transform: translateY(-50%);
3435
+ transform: translateY(-50%);
3436
+ }
3437
+ .ant-collapse-content {
3438
+ color: rgba(0, 0, 0, 0.85);
3439
+ background-color: #fff;
3440
+ border-top: 1px solid #d9d9d9;
3441
+ }
3442
+ .ant-collapse-content > .ant-collapse-content-box {
3443
+ padding: 16px;
3444
+ }
3445
+ .ant-collapse-content-hidden {
3446
+ display: none;
3447
+ }
3448
+ .ant-collapse-item:last-child > .ant-collapse-content {
3449
+ border-radius: 0 0 2px 2px;
3450
+ }
3451
+ .ant-collapse-borderless {
3452
+ background-color: #fafafa;
3453
+ border: 0;
3454
+ }
3455
+ .ant-collapse-borderless > .ant-collapse-item {
3456
+ border-bottom: 1px solid #d9d9d9;
3457
+ }
3458
+ .ant-collapse-borderless > .ant-collapse-item:last-child,
3459
+ .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
3460
+ border-radius: 0;
3461
+ }
3462
+ .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
3463
+ background-color: transparent;
3464
+ border-top: 0;
3465
+ }
3466
+ .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
3467
+ padding-top: 4px;
3468
+ }
3469
+ .ant-collapse-ghost {
3470
+ background-color: transparent;
3471
+ border: 0;
3472
+ }
3473
+ .ant-collapse-ghost > .ant-collapse-item {
3474
+ border-bottom: 0;
3475
+ }
3476
+ .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
3477
+ background-color: transparent;
3478
+ border-top: 0;
3479
+ }
3480
+ .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
3481
+ padding-top: 12px;
3482
+ padding-bottom: 12px;
3483
+ }
3484
+ .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
3485
+ .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
3486
+ color: rgba(0, 0, 0, 0.25);
3487
+ cursor: not-allowed;
3488
+ }
3489
+ .ant-collapse-rtl {
3490
+ direction: rtl;
3491
+ }
3492
+ .ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
3493
+ padding: 12px 16px;
3494
+ padding-right: 40px;
3495
+ }
3496
+ .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
3497
+ margin-right: 0;
3498
+ margin-left: 12px;
3499
+ }
3500
+ .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
3501
+ -webkit-transform: rotate(180deg);
3502
+ transform: rotate(180deg);
3503
+ }
3504
+ .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
3505
+ margin-right: auto;
3506
+ margin-left: 0;
3507
+ }
3508
+ .ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
3509
+ padding-right: 12px;
3510
+ padding-left: 0;
3511
+ }
3512
+ .pandora-sdk-collapse-simple {
3513
+ border-width: 0px;
3514
+ color: rgba(0, 0, 0, 0.85);
3515
+ }
3516
+ .pandora-sdk-collapse-simple > .ant-collapse-item > .ant-collapse-header {
3517
+ background-color: #d9d9d9;
3518
+ }
3519
+ .pandora-sdk-collapse-simple > .ant-collapse-item > .ant-collapse-header > .ant-collapse-arrow {
3520
+ color: rgba(0, 0, 0, 0.85);
3521
+ }
3522
+ .pandora-sdk-collapse-simple > .ant-collapse-item > .ant-collapse-content {
3523
+ color: heading-color;
3524
+ border-top-width: 0px;
3525
+ }
3526
+ .pandora-sdk-collapse-primary,
3527
+ .pandora-sdk-collapse-dashed {
3528
+ border: none;
3529
+ }
3530
+ .pandora-sdk-collapse-primary > .ant-collapse-item {
3531
+ border: none;
3532
+ }
3533
+ .pandora-sdk-collapse-primary > .ant-collapse-item > .ant-collapse-header {
3534
+ padding: 5px 16px;
3535
+ border-bottom-width: 0px;
3536
+ background-color: #fafafa;
3537
+ font-weight: 500;
3538
+ }
3539
+ .pandora-sdk-collapse-primary > .ant-collapse-item > .ant-collapse-header .pandora-sdk-header-line {
3540
+ width: 2px;
3541
+ height: 16px;
3542
+ position: absolute;
3543
+ top: 8px;
3544
+ left: 0px;
3545
+ background-color: #2c6dd2;
3546
+ }
3547
+ .pandora-sdk-collapse-primary > .ant-collapse-item > .ant-collapse-content {
3548
+ border: none;
3549
+ }
3550
+ .pandora-sdk-collapse-dashed > .ant-collapse-item {
3551
+ border: 1px dashed #d9d9d9;
3552
+ margin-bottom: 12px;
3553
+ }
3554
+ .pandora-sdk-collapse-dashed > .ant-collapse-item > .ant-collapse-header {
3555
+ background-color: #d9d9d9;
3556
+ }
3557
+ .pandora-sdk-collapse-dashed > .ant-collapse-item > .ant-collapse-content {
3558
+ border: none;
3559
+ }
3348
3560
  .ant-divider {
3349
3561
  -webkit-box-sizing: border-box;
3350
3562
  box-sizing: border-box;
@@ -4276,210 +4488,6 @@ textarea.ant-input {
4276
4488
  .pandora-sdk-check-transform .pandora-sdk-check-transform-checkBox .pandora-sdk-check-transform-checkbox-group {
4277
4489
  line-height: 40px;
4278
4490
  }
4279
- .ant-collapse {
4280
- -webkit-box-sizing: border-box;
4281
- box-sizing: border-box;
4282
- margin: 0;
4283
- padding: 0;
4284
- color: rgba(0, 0, 0, 0.85);
4285
- font-size: 14px;
4286
- font-variant: tabular-nums;
4287
- line-height: 1.5715;
4288
- list-style: none;
4289
- -webkit-font-feature-settings: 'tnum';
4290
- font-feature-settings: 'tnum';
4291
- background-color: #fafafa;
4292
- border: 1px solid #d9d9d9;
4293
- border-bottom: 0;
4294
- border-radius: 2px;
4295
- }
4296
- .ant-collapse > .ant-collapse-item {
4297
- border-bottom: 1px solid #d9d9d9;
4298
- }
4299
- .ant-collapse > .ant-collapse-item:last-child,
4300
- .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
4301
- border-radius: 0 0 2px 2px;
4302
- }
4303
- .ant-collapse > .ant-collapse-item > .ant-collapse-header {
4304
- display: -webkit-box;
4305
- display: -ms-flexbox;
4306
- display: flex;
4307
- -ms-flex-wrap: nowrap;
4308
- flex-wrap: nowrap;
4309
- -webkit-box-align: start;
4310
- -ms-flex-align: start;
4311
- align-items: flex-start;
4312
- padding: 12px 16px;
4313
- color: rgba(0, 0, 0, 0.85);
4314
- line-height: 1.5715;
4315
- cursor: pointer;
4316
- -webkit-transition: all 0.3s, visibility 0s;
4317
- transition: all 0.3s, visibility 0s;
4318
- }
4319
- .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
4320
- display: inline-block;
4321
- margin-right: 12px;
4322
- font-size: 12px;
4323
- vertical-align: -1px;
4324
- }
4325
- .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
4326
- -webkit-transition: -webkit-transform 0.24s;
4327
- transition: -webkit-transform 0.24s;
4328
- transition: transform 0.24s;
4329
- transition: transform 0.24s, -webkit-transform 0.24s;
4330
- }
4331
- .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
4332
- margin-left: auto;
4333
- }
4334
- .ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
4335
- outline: none;
4336
- }
4337
- .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
4338
- cursor: default;
4339
- }
4340
- .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
4341
- cursor: pointer;
4342
- }
4343
- .ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
4344
- padding-left: 12px;
4345
- }
4346
- .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
4347
- position: relative;
4348
- padding: 12px 16px;
4349
- padding-right: 40px;
4350
- }
4351
- .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
4352
- position: absolute;
4353
- top: 50%;
4354
- right: 16px;
4355
- left: auto;
4356
- margin: 0;
4357
- -webkit-transform: translateY(-50%);
4358
- transform: translateY(-50%);
4359
- }
4360
- .ant-collapse-content {
4361
- color: rgba(0, 0, 0, 0.85);
4362
- background-color: #fff;
4363
- border-top: 1px solid #d9d9d9;
4364
- }
4365
- .ant-collapse-content > .ant-collapse-content-box {
4366
- padding: 16px;
4367
- }
4368
- .ant-collapse-content-hidden {
4369
- display: none;
4370
- }
4371
- .ant-collapse-item:last-child > .ant-collapse-content {
4372
- border-radius: 0 0 2px 2px;
4373
- }
4374
- .ant-collapse-borderless {
4375
- background-color: #fafafa;
4376
- border: 0;
4377
- }
4378
- .ant-collapse-borderless > .ant-collapse-item {
4379
- border-bottom: 1px solid #d9d9d9;
4380
- }
4381
- .ant-collapse-borderless > .ant-collapse-item:last-child,
4382
- .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
4383
- border-radius: 0;
4384
- }
4385
- .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
4386
- background-color: transparent;
4387
- border-top: 0;
4388
- }
4389
- .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
4390
- padding-top: 4px;
4391
- }
4392
- .ant-collapse-ghost {
4393
- background-color: transparent;
4394
- border: 0;
4395
- }
4396
- .ant-collapse-ghost > .ant-collapse-item {
4397
- border-bottom: 0;
4398
- }
4399
- .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
4400
- background-color: transparent;
4401
- border-top: 0;
4402
- }
4403
- .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
4404
- padding-top: 12px;
4405
- padding-bottom: 12px;
4406
- }
4407
- .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
4408
- .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
4409
- color: rgba(0, 0, 0, 0.25);
4410
- cursor: not-allowed;
4411
- }
4412
- .ant-collapse-rtl {
4413
- direction: rtl;
4414
- }
4415
- .ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
4416
- padding: 12px 16px;
4417
- padding-right: 40px;
4418
- }
4419
- .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
4420
- margin-right: 0;
4421
- margin-left: 12px;
4422
- }
4423
- .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
4424
- -webkit-transform: rotate(180deg);
4425
- transform: rotate(180deg);
4426
- }
4427
- .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
4428
- margin-right: auto;
4429
- margin-left: 0;
4430
- }
4431
- .ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
4432
- padding-right: 12px;
4433
- padding-left: 0;
4434
- }
4435
- .pandora-sdk-collapse-simple {
4436
- border-width: 0px;
4437
- color: rgba(0, 0, 0, 0.85);
4438
- }
4439
- .pandora-sdk-collapse-simple > .ant-collapse-item > .ant-collapse-header {
4440
- background-color: #d9d9d9;
4441
- }
4442
- .pandora-sdk-collapse-simple > .ant-collapse-item > .ant-collapse-header > .ant-collapse-arrow {
4443
- color: rgba(0, 0, 0, 0.85);
4444
- }
4445
- .pandora-sdk-collapse-simple > .ant-collapse-item > .ant-collapse-content {
4446
- color: heading-color;
4447
- border-top-width: 0px;
4448
- }
4449
- .pandora-sdk-collapse-primary,
4450
- .pandora-sdk-collapse-dashed {
4451
- border: none;
4452
- }
4453
- .pandora-sdk-collapse-primary > .ant-collapse-item {
4454
- border: none;
4455
- }
4456
- .pandora-sdk-collapse-primary > .ant-collapse-item > .ant-collapse-header {
4457
- padding: 5px 16px;
4458
- border-bottom-width: 0px;
4459
- background-color: #fafafa;
4460
- font-weight: 500;
4461
- }
4462
- .pandora-sdk-collapse-primary > .ant-collapse-item > .ant-collapse-header .pandora-sdk-header-line {
4463
- width: 2px;
4464
- height: 16px;
4465
- position: absolute;
4466
- top: 8px;
4467
- left: 0px;
4468
- background-color: #2c6dd2;
4469
- }
4470
- .pandora-sdk-collapse-primary > .ant-collapse-item > .ant-collapse-content {
4471
- border: none;
4472
- }
4473
- .pandora-sdk-collapse-dashed > .ant-collapse-item {
4474
- border: 1px dashed #d9d9d9;
4475
- margin-bottom: 12px;
4476
- }
4477
- .pandora-sdk-collapse-dashed > .ant-collapse-item > .ant-collapse-header {
4478
- background-color: #d9d9d9;
4479
- }
4480
- .pandora-sdk-collapse-dashed > .ant-collapse-item > .ant-collapse-content {
4481
- border: none;
4482
- }
4483
4491
  .pandora-sdk-collapsible-panel > .panel-header {
4484
4492
  position: relative;
4485
4493
  padding: 12px 16px 12px 40px;
@@ -4536,14 +4544,6 @@ textarea.ant-input {
4536
4544
  padding-left: 16px;
4537
4545
  padding-right: 16px;
4538
4546
  }
4539
- .pandora-sdk-checkbox-item {
4540
- white-space: nowrap;
4541
- width: 100%;
4542
- }
4543
- .pandora-sdk-checkbox-item.ant-checkbox-wrapper {
4544
- margin-left: 0;
4545
- line-height: 25px;
4546
- }
4547
4547
  .ant-popover {
4548
4548
  -webkit-box-sizing: border-box;
4549
4549
  box-sizing: border-box;
@@ -5125,7 +5125,7 @@ textarea.ant-input {
5125
5125
  }
5126
5126
  .pandora-sdk-drawer .ant-drawer-content-wrapper {
5127
5127
  width: 50%;
5128
- min-width: 600px;
5128
+ min-width: 300px;
5129
5129
  }
5130
5130
  .pandora-sdk-drawer .ant-drawer-content > div {
5131
5131
  position: relative;
@@ -5135,6 +5135,23 @@ textarea.ant-input {
5135
5135
  height: 60px;
5136
5136
  line-height: 60px;
5137
5137
  }
5138
+ .pandora-sdk-drawer-no-mask .ant-drawer-content-wrapper {
5139
+ width: 100%;
5140
+ }
5141
+ .pandora-sdk-scroll-handler {
5142
+ position: absolute;
5143
+ width: 5px;
5144
+ padding: 4px 0 0;
5145
+ top: 0;
5146
+ left: 0;
5147
+ bottom: 0;
5148
+ z-index: 100;
5149
+ cursor: ew-resize;
5150
+ }
5151
+ .pandora-sdk-drawer-right-close-icon {
5152
+ margin-left: 8px;
5153
+ font-size: 16px;
5154
+ }
5138
5155
  .ant-input[disabled] {
5139
5156
  border-color: #d9d9d9;
5140
5157
  }
@@ -5158,174 +5175,455 @@ textarea.ant-input {
5158
5175
  color: #333;
5159
5176
  width: 70%;
5160
5177
  }
5161
- .ant-menu-item-danger.ant-menu-item {
5162
- color: #ff4d4f;
5163
- }
5164
- .ant-menu-item-danger.ant-menu-item:hover,
5165
- .ant-menu-item-danger.ant-menu-item-active {
5166
- color: #ff4d4f;
5167
- }
5168
- .ant-menu-item-danger.ant-menu-item:active {
5169
- background: #fff1f0;
5170
- }
5171
- .ant-menu-item-danger.ant-menu-item-selected {
5172
- color: #ff4d4f;
5173
- }
5174
- .ant-menu-item-danger.ant-menu-item-selected > a,
5175
- .ant-menu-item-danger.ant-menu-item-selected > a:hover {
5176
- color: #ff4d4f;
5177
- }
5178
- .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
5179
- background-color: #fff1f0;
5180
- }
5181
- .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
5182
- border-right-color: #ff4d4f;
5183
- }
5184
- .ant-menu-dark .ant-menu-item-danger.ant-menu-item,
5185
- .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
5186
- .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
5187
- color: #ff4d4f;
5188
- }
5189
- .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
5190
- color: #fff;
5191
- background-color: #ff4d4f;
5192
- }
5193
- .ant-menu {
5178
+ .ant-modal {
5194
5179
  -webkit-box-sizing: border-box;
5195
5180
  box-sizing: border-box;
5196
5181
  margin: 0;
5197
5182
  padding: 0;
5183
+ color: rgba(0, 0, 0, 0.85);
5184
+ font-size: 14px;
5198
5185
  font-variant: tabular-nums;
5199
5186
  line-height: 1.5715;
5187
+ list-style: none;
5200
5188
  -webkit-font-feature-settings: 'tnum';
5201
5189
  font-feature-settings: 'tnum';
5202
- margin-bottom: 0;
5203
- padding-left: 0;
5204
- color: rgba(0, 0, 0, 0.85);
5205
- font-size: 14px;
5206
- line-height: 0;
5207
- text-align: left;
5208
- list-style: none;
5209
- background: #fff;
5210
- outline: none;
5211
- -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5212
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5213
- -webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
5214
- transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
5190
+ pointer-events: none;
5191
+ position: relative;
5192
+ top: 100px;
5193
+ width: auto;
5194
+ max-width: calc(100vw - 32px);
5195
+ margin: 0 auto;
5196
+ padding-bottom: 24px;
5215
5197
  }
5216
- .ant-menu::before {
5217
- display: table;
5218
- content: '';
5198
+ .ant-modal.ant-zoom-enter,
5199
+ .ant-modal.antzoom-appear {
5200
+ -webkit-transform: none;
5201
+ transform: none;
5202
+ opacity: 0;
5203
+ -webkit-animation-duration: 0.3s;
5204
+ animation-duration: 0.3s;
5205
+ -webkit-user-select: none;
5206
+ -moz-user-select: none;
5207
+ -ms-user-select: none;
5208
+ user-select: none;
5219
5209
  }
5220
- .ant-menu::after {
5221
- display: table;
5222
- clear: both;
5223
- content: '';
5210
+ .ant-modal-mask {
5211
+ position: fixed;
5212
+ top: 0;
5213
+ right: 0;
5214
+ bottom: 0;
5215
+ left: 0;
5216
+ z-index: 1000;
5217
+ height: 100%;
5218
+ background-color: rgba(0, 0, 0, 0.45);
5224
5219
  }
5225
- .ant-menu.ant-menu-root:focus-visible {
5226
- -webkit-box-shadow: 0 0 0 2px #e6f7ff;
5227
- box-shadow: 0 0 0 2px #e6f7ff;
5220
+ .ant-modal-mask-hidden {
5221
+ display: none;
5228
5222
  }
5229
- .ant-menu ul,
5230
- .ant-menu ol {
5223
+ .ant-modal-wrap {
5224
+ position: fixed;
5225
+ top: 0;
5226
+ right: 0;
5227
+ bottom: 0;
5228
+ left: 0;
5229
+ overflow: auto;
5230
+ outline: 0;
5231
+ -webkit-overflow-scrolling: touch;
5232
+ }
5233
+ .ant-modal-wrap {
5234
+ z-index: 1000;
5235
+ }
5236
+ .ant-modal-title {
5231
5237
  margin: 0;
5238
+ color: rgba(0, 0, 0, 0.85);
5239
+ font-weight: 500;
5240
+ font-size: 16px;
5241
+ line-height: 22px;
5242
+ word-wrap: break-word;
5243
+ }
5244
+ .ant-modal-content {
5245
+ position: relative;
5246
+ background-color: #fff;
5247
+ background-clip: padding-box;
5248
+ border: 0;
5249
+ border-radius: 2px;
5250
+ -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5251
+ box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5252
+ pointer-events: auto;
5253
+ }
5254
+ .ant-modal-close {
5255
+ position: absolute;
5256
+ top: 0;
5257
+ right: 0;
5258
+ z-index: 10;
5232
5259
  padding: 0;
5233
- list-style: none;
5260
+ color: rgba(0, 0, 0, 0.45);
5261
+ font-weight: 700;
5262
+ line-height: 1;
5263
+ text-decoration: none;
5264
+ background: transparent;
5265
+ border: 0;
5266
+ outline: 0;
5267
+ cursor: pointer;
5268
+ -webkit-transition: color 0.3s;
5269
+ transition: color 0.3s;
5234
5270
  }
5235
- .ant-menu-overflow {
5236
- display: -webkit-box;
5237
- display: -ms-flexbox;
5238
- display: flex;
5271
+ .ant-modal-close-x {
5272
+ display: block;
5273
+ width: 56px;
5274
+ height: 56px;
5275
+ font-size: 16px;
5276
+ font-style: normal;
5277
+ line-height: 56px;
5278
+ text-align: center;
5279
+ text-transform: none;
5280
+ text-rendering: auto;
5239
5281
  }
5240
- .ant-menu-overflow-item {
5241
- -webkit-box-flex: 0;
5242
- -ms-flex: none;
5243
- flex: none;
5282
+ .ant-modal-close:focus,
5283
+ .ant-modal-close:hover {
5284
+ color: rgba(0, 0, 0, 0.75);
5285
+ text-decoration: none;
5244
5286
  }
5245
- .ant-menu-hidden,
5246
- .ant-menu-submenu-hidden {
5247
- display: none;
5287
+ .ant-modal-header {
5288
+ padding: 16px 24px;
5289
+ color: rgba(0, 0, 0, 0.85);
5290
+ background: #fff;
5291
+ border-bottom: 1px solid #f0f0f0;
5292
+ border-radius: 2px 2px 0 0;
5248
5293
  }
5249
- .ant-menu-item-group-title {
5250
- height: 1.5715;
5251
- padding: 8px 16px;
5252
- color: rgba(0, 0, 0, 0.45);
5294
+ .ant-modal-body {
5295
+ padding: 24px;
5253
5296
  font-size: 14px;
5254
5297
  line-height: 1.5715;
5255
- -webkit-transition: all 0.3s;
5256
- transition: all 0.3s;
5298
+ word-wrap: break-word;
5257
5299
  }
5258
- .ant-menu-horizontal .ant-menu-submenu {
5259
- -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5260
- transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5300
+ .ant-modal-footer {
5301
+ padding: 10px 16px;
5302
+ text-align: right;
5303
+ background: transparent;
5304
+ border-top: 1px solid #f0f0f0;
5305
+ border-radius: 0 0 2px 2px;
5261
5306
  }
5262
- .ant-menu-submenu,
5263
- .ant-menu-submenu-inline {
5264
- -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
5265
- transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
5307
+ .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
5308
+ margin-bottom: 0;
5309
+ margin-left: 8px;
5266
5310
  }
5267
- .ant-menu-submenu-selected {
5268
- color: #1890ff;
5311
+ .ant-modal-open {
5312
+ overflow: hidden;
5269
5313
  }
5270
- .ant-menu-item:active,
5271
- .ant-menu-submenu-title:active {
5272
- background: #e6f7ff;
5314
+ .ant-modal-centered {
5315
+ text-align: center;
5273
5316
  }
5274
- .ant-menu-submenu .ant-menu-sub {
5275
- cursor: initial;
5276
- -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5277
- transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5317
+ .ant-modal-centered::before {
5318
+ display: inline-block;
5319
+ width: 0;
5320
+ height: 100%;
5321
+ vertical-align: middle;
5322
+ content: '';
5278
5323
  }
5279
- .ant-menu-title-content {
5280
- -webkit-transition: color 0.3s;
5281
- transition: color 0.3s;
5324
+ .ant-modal-centered .ant-modal {
5325
+ top: 0;
5326
+ display: inline-block;
5327
+ text-align: left;
5328
+ vertical-align: middle;
5282
5329
  }
5283
- .ant-menu-item a {
5284
- color: rgba(0, 0, 0, 0.85);
5330
+ @media (max-width: 767px) {
5331
+ .ant-modal {
5332
+ max-width: calc(100vw - 16px);
5333
+ margin: 8px auto;
5334
+ }
5335
+ .ant-modal-centered .ant-modal {
5336
+ -webkit-box-flex: 1;
5337
+ -ms-flex: 1;
5338
+ flex: 1;
5339
+ }
5285
5340
  }
5286
- .ant-menu-item a:hover {
5287
- color: #1890ff;
5341
+ .ant-modal-confirm .ant-modal-header {
5342
+ display: none;
5288
5343
  }
5289
- .ant-menu-item a::before {
5290
- position: absolute;
5291
- top: 0;
5292
- right: 0;
5293
- bottom: 0;
5294
- left: 0;
5295
- background-color: transparent;
5296
- content: '';
5344
+ .ant-modal-confirm .ant-modal-body {
5345
+ padding: 32px 32px 24px;
5297
5346
  }
5298
- .ant-menu-item > .ant-badge a {
5299
- color: rgba(0, 0, 0, 0.85);
5347
+ .ant-modal-confirm-body-wrapper::before {
5348
+ display: table;
5349
+ content: '';
5300
5350
  }
5301
- .ant-menu-item > .ant-badge a:hover {
5302
- color: #1890ff;
5351
+ .ant-modal-confirm-body-wrapper::after {
5352
+ display: table;
5353
+ clear: both;
5354
+ content: '';
5303
5355
  }
5304
- .ant-menu-item-divider {
5356
+ .ant-modal-confirm-body .ant-modal-confirm-title {
5357
+ display: block;
5305
5358
  overflow: hidden;
5306
- line-height: 0;
5307
- border-color: #f0f0f0;
5308
- border-style: solid;
5309
- border-width: 1px 0 0;
5359
+ color: rgba(0, 0, 0, 0.85);
5360
+ font-weight: 500;
5361
+ font-size: 16px;
5362
+ line-height: 1.4;
5310
5363
  }
5311
- .ant-menu-item-divider-dashed {
5312
- border-style: dashed;
5364
+ .ant-modal-confirm-body .ant-modal-confirm-content {
5365
+ margin-top: 8px;
5366
+ color: rgba(0, 0, 0, 0.85);
5367
+ font-size: 14px;
5313
5368
  }
5314
- .ant-menu-horizontal .ant-menu-item,
5315
- .ant-menu-horizontal .ant-menu-submenu {
5316
- margin-top: -1px;
5369
+ .ant-modal-confirm-body > .anticon {
5370
+ float: left;
5371
+ margin-right: 16px;
5372
+ font-size: 22px;
5317
5373
  }
5318
- .ant-menu-horizontal > .ant-menu-item:hover,
5319
- .ant-menu-horizontal > .ant-menu-item-active,
5320
- .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
5321
- background-color: transparent;
5374
+ .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
5375
+ margin-left: 38px;
5322
5376
  }
5323
- .ant-menu-item-selected {
5324
- color: #1890ff;
5377
+ .ant-modal-confirm .ant-modal-confirm-btns {
5378
+ float: right;
5379
+ margin-top: 24px;
5325
5380
  }
5326
- .ant-menu-item-selected a,
5327
- .ant-menu-item-selected a:hover {
5328
- color: #1890ff;
5381
+ .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
5382
+ margin-bottom: 0;
5383
+ margin-left: 8px;
5384
+ }
5385
+ .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
5386
+ color: #ff4d4f;
5387
+ }
5388
+ .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
5389
+ .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
5390
+ color: #faad14;
5391
+ }
5392
+ .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
5393
+ color: #1890ff;
5394
+ }
5395
+ .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
5396
+ color: #52c41a;
5397
+ }
5398
+ .ant-modal-wrap-rtl {
5399
+ direction: rtl;
5400
+ }
5401
+ .ant-modal-wrap-rtl .ant-modal-close {
5402
+ right: initial;
5403
+ left: 0;
5404
+ }
5405
+ .ant-modal-wrap-rtl .ant-modal-footer {
5406
+ text-align: left;
5407
+ }
5408
+ .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
5409
+ margin-right: 8px;
5410
+ margin-left: 0;
5411
+ }
5412
+ .ant-modal-wrap-rtl .ant-modal-confirm-body {
5413
+ direction: rtl;
5414
+ }
5415
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
5416
+ float: right;
5417
+ margin-right: 0;
5418
+ margin-left: 16px;
5419
+ }
5420
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
5421
+ margin-right: 38px;
5422
+ margin-left: 0;
5423
+ }
5424
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns {
5425
+ float: left;
5426
+ }
5427
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
5428
+ margin-right: 8px;
5429
+ margin-left: 0;
5430
+ }
5431
+ .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
5432
+ text-align: right;
5433
+ }
5434
+ .pandora-sdk-modal .ant-modal-header {
5435
+ border-color: rgba(0, 0, 0, 0.09);
5436
+ }
5437
+ .pandora-sdk-modal .ant-modal-body {
5438
+ max-height: 70vh;
5439
+ overflow-y: auto;
5440
+ background: #d9d9d9;
5441
+ padding: 0px 60px;
5442
+ padding-top: 24px;
5443
+ border-radius: 0 0 2px 2px;
5444
+ }
5445
+ .pandora-sdk-modal .ant-modal-footer {
5446
+ border: none;
5447
+ padding: 32px 24px 24px 24px;
5448
+ }
5449
+ .pandora-sdk-modal .ant-modal-footer .ant-btn {
5450
+ min-width: 60px;
5451
+ height: 32px;
5452
+ margin-left: 12px;
5453
+ font-size: 14px;
5454
+ color: rgba(0, 0, 0, 0.85);
5455
+ }
5456
+ .pandora-sdk-modal .ant-modal-footer .ant-btn-primary {
5457
+ color: #d9d9d9;
5458
+ }
5459
+ .ant-menu-item-danger.ant-menu-item {
5460
+ color: #ff4d4f;
5461
+ }
5462
+ .ant-menu-item-danger.ant-menu-item:hover,
5463
+ .ant-menu-item-danger.ant-menu-item-active {
5464
+ color: #ff4d4f;
5465
+ }
5466
+ .ant-menu-item-danger.ant-menu-item:active {
5467
+ background: #fff1f0;
5468
+ }
5469
+ .ant-menu-item-danger.ant-menu-item-selected {
5470
+ color: #ff4d4f;
5471
+ }
5472
+ .ant-menu-item-danger.ant-menu-item-selected > a,
5473
+ .ant-menu-item-danger.ant-menu-item-selected > a:hover {
5474
+ color: #ff4d4f;
5475
+ }
5476
+ .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
5477
+ background-color: #fff1f0;
5478
+ }
5479
+ .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
5480
+ border-right-color: #ff4d4f;
5481
+ }
5482
+ .ant-menu-dark .ant-menu-item-danger.ant-menu-item,
5483
+ .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
5484
+ .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
5485
+ color: #ff4d4f;
5486
+ }
5487
+ .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
5488
+ color: #fff;
5489
+ background-color: #ff4d4f;
5490
+ }
5491
+ .ant-menu {
5492
+ -webkit-box-sizing: border-box;
5493
+ box-sizing: border-box;
5494
+ margin: 0;
5495
+ padding: 0;
5496
+ font-variant: tabular-nums;
5497
+ line-height: 1.5715;
5498
+ -webkit-font-feature-settings: 'tnum';
5499
+ font-feature-settings: 'tnum';
5500
+ margin-bottom: 0;
5501
+ padding-left: 0;
5502
+ color: rgba(0, 0, 0, 0.85);
5503
+ font-size: 14px;
5504
+ line-height: 0;
5505
+ text-align: left;
5506
+ list-style: none;
5507
+ background: #fff;
5508
+ outline: none;
5509
+ -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5510
+ box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
5511
+ -webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
5512
+ transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
5513
+ }
5514
+ .ant-menu::before {
5515
+ display: table;
5516
+ content: '';
5517
+ }
5518
+ .ant-menu::after {
5519
+ display: table;
5520
+ clear: both;
5521
+ content: '';
5522
+ }
5523
+ .ant-menu.ant-menu-root:focus-visible {
5524
+ -webkit-box-shadow: 0 0 0 2px #e6f7ff;
5525
+ box-shadow: 0 0 0 2px #e6f7ff;
5526
+ }
5527
+ .ant-menu ul,
5528
+ .ant-menu ol {
5529
+ margin: 0;
5530
+ padding: 0;
5531
+ list-style: none;
5532
+ }
5533
+ .ant-menu-overflow {
5534
+ display: -webkit-box;
5535
+ display: -ms-flexbox;
5536
+ display: flex;
5537
+ }
5538
+ .ant-menu-overflow-item {
5539
+ -webkit-box-flex: 0;
5540
+ -ms-flex: none;
5541
+ flex: none;
5542
+ }
5543
+ .ant-menu-hidden,
5544
+ .ant-menu-submenu-hidden {
5545
+ display: none;
5546
+ }
5547
+ .ant-menu-item-group-title {
5548
+ height: 1.5715;
5549
+ padding: 8px 16px;
5550
+ color: rgba(0, 0, 0, 0.45);
5551
+ font-size: 14px;
5552
+ line-height: 1.5715;
5553
+ -webkit-transition: all 0.3s;
5554
+ transition: all 0.3s;
5555
+ }
5556
+ .ant-menu-horizontal .ant-menu-submenu {
5557
+ -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5558
+ transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5559
+ }
5560
+ .ant-menu-submenu,
5561
+ .ant-menu-submenu-inline {
5562
+ -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
5563
+ transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
5564
+ }
5565
+ .ant-menu-submenu-selected {
5566
+ color: #1890ff;
5567
+ }
5568
+ .ant-menu-item:active,
5569
+ .ant-menu-submenu-title:active {
5570
+ background: #e6f7ff;
5571
+ }
5572
+ .ant-menu-submenu .ant-menu-sub {
5573
+ cursor: initial;
5574
+ -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5575
+ transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
5576
+ }
5577
+ .ant-menu-title-content {
5578
+ -webkit-transition: color 0.3s;
5579
+ transition: color 0.3s;
5580
+ }
5581
+ .ant-menu-item a {
5582
+ color: rgba(0, 0, 0, 0.85);
5583
+ }
5584
+ .ant-menu-item a:hover {
5585
+ color: #1890ff;
5586
+ }
5587
+ .ant-menu-item a::before {
5588
+ position: absolute;
5589
+ top: 0;
5590
+ right: 0;
5591
+ bottom: 0;
5592
+ left: 0;
5593
+ background-color: transparent;
5594
+ content: '';
5595
+ }
5596
+ .ant-menu-item > .ant-badge a {
5597
+ color: rgba(0, 0, 0, 0.85);
5598
+ }
5599
+ .ant-menu-item > .ant-badge a:hover {
5600
+ color: #1890ff;
5601
+ }
5602
+ .ant-menu-item-divider {
5603
+ overflow: hidden;
5604
+ line-height: 0;
5605
+ border-color: #f0f0f0;
5606
+ border-style: solid;
5607
+ border-width: 1px 0 0;
5608
+ }
5609
+ .ant-menu-item-divider-dashed {
5610
+ border-style: dashed;
5611
+ }
5612
+ .ant-menu-horizontal .ant-menu-item,
5613
+ .ant-menu-horizontal .ant-menu-submenu {
5614
+ margin-top: -1px;
5615
+ }
5616
+ .ant-menu-horizontal > .ant-menu-item:hover,
5617
+ .ant-menu-horizontal > .ant-menu-item-active,
5618
+ .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
5619
+ background-color: transparent;
5620
+ }
5621
+ .ant-menu-item-selected {
5622
+ color: #1890ff;
5623
+ }
5624
+ .ant-menu-item-selected a,
5625
+ .ant-menu-item-selected a:hover {
5626
+ color: #1890ff;
5329
5627
  }
5330
5628
  .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
5331
5629
  background-color: #e6f7ff;
@@ -5924,505 +6222,224 @@ textarea.ant-input {
5924
6222
  .ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
5925
6223
  .ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
5926
6224
  left: 0;
5927
- margin-left: 0;
5928
- border-right: 0;
5929
- }
5930
- .ant-menu-dark.ant-menu-inline .ant-menu-item::after,
5931
- .ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
5932
- .ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
5933
- .ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
5934
- border-right: 0;
5935
- }
5936
- .ant-menu-dark.ant-menu-inline .ant-menu-item,
5937
- .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
5938
- width: 100%;
5939
- }
5940
- .ant-menu-dark .ant-menu-item:hover,
5941
- .ant-menu-dark .ant-menu-item-active,
5942
- .ant-menu-dark .ant-menu-submenu-active,
5943
- .ant-menu-dark .ant-menu-submenu-open,
5944
- .ant-menu-dark .ant-menu-submenu-selected,
5945
- .ant-menu-dark .ant-menu-submenu-title:hover {
5946
- color: #fff;
5947
- background-color: transparent;
5948
- }
5949
- .ant-menu-dark .ant-menu-item:hover > a,
5950
- .ant-menu-dark .ant-menu-item-active > a,
5951
- .ant-menu-dark .ant-menu-submenu-active > a,
5952
- .ant-menu-dark .ant-menu-submenu-open > a,
5953
- .ant-menu-dark .ant-menu-submenu-selected > a,
5954
- .ant-menu-dark .ant-menu-submenu-title:hover > a,
5955
- .ant-menu-dark .ant-menu-item:hover > span > a,
5956
- .ant-menu-dark .ant-menu-item-active > span > a,
5957
- .ant-menu-dark .ant-menu-submenu-active > span > a,
5958
- .ant-menu-dark .ant-menu-submenu-open > span > a,
5959
- .ant-menu-dark .ant-menu-submenu-selected > span > a,
5960
- .ant-menu-dark .ant-menu-submenu-title:hover > span > a {
5961
- color: #fff;
5962
- }
5963
- .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5964
- .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5965
- .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5966
- .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5967
- .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
5968
- .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
5969
- opacity: 1;
5970
- }
5971
- .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5972
- .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5973
- .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5974
- .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5975
- .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5976
- .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
5977
- .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5978
- .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5979
- .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5980
- .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5981
- .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
5982
- .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
5983
- background: #fff;
5984
- }
5985
- .ant-menu-dark .ant-menu-item:hover {
5986
- background-color: transparent;
5987
- }
5988
- .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
5989
- background-color: #1890ff;
5990
- }
5991
- .ant-menu-dark .ant-menu-item-selected {
5992
- color: #fff;
5993
- border-right: 0;
5994
- }
5995
- .ant-menu-dark .ant-menu-item-selected::after {
5996
- border-right: 0;
5997
- }
5998
- .ant-menu-dark .ant-menu-item-selected > a,
5999
- .ant-menu-dark .ant-menu-item-selected > span > a,
6000
- .ant-menu-dark .ant-menu-item-selected > a:hover,
6001
- .ant-menu-dark .ant-menu-item-selected > span > a:hover {
6002
- color: #fff;
6003
- }
6004
- .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
6005
- .ant-menu-dark .ant-menu-item-selected .anticon {
6006
- color: #fff;
6007
- }
6008
- .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
6009
- .ant-menu-dark .ant-menu-item-selected .anticon + span {
6010
- color: #fff;
6011
- }
6012
- .ant-menu.ant-menu-dark .ant-menu-item-selected,
6013
- .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
6014
- background-color: #1890ff;
6015
- }
6016
- .ant-menu-dark .ant-menu-item-disabled,
6017
- .ant-menu-dark .ant-menu-submenu-disabled,
6018
- .ant-menu-dark .ant-menu-item-disabled > a,
6019
- .ant-menu-dark .ant-menu-submenu-disabled > a,
6020
- .ant-menu-dark .ant-menu-item-disabled > span > a,
6021
- .ant-menu-dark .ant-menu-submenu-disabled > span > a {
6022
- color: rgba(255, 255, 255, 0.35) !important;
6023
- opacity: 0.8;
6024
- }
6025
- .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
6026
- .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
6027
- color: rgba(255, 255, 255, 0.35) !important;
6028
- }
6029
- .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6030
- .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6031
- .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6032
- .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6033
- background: rgba(255, 255, 255, 0.35) !important;
6034
- }
6035
- .ant-menu.ant-menu-rtl {
6036
- direction: rtl;
6037
- text-align: right;
6038
- }
6039
- .ant-menu-rtl .ant-menu-item-group-title {
6040
- text-align: right;
6041
- }
6042
- .ant-menu-rtl.ant-menu-inline,
6043
- .ant-menu-rtl.ant-menu-vertical {
6044
- border-right: none;
6045
- border-left: 1px solid #f0f0f0;
6046
- }
6047
- .ant-menu-rtl.ant-menu-dark.ant-menu-inline,
6048
- .ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
6049
- border-left: none;
6050
- }
6051
- .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
6052
- .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
6053
- .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
6054
- .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
6055
- .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
6056
- .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
6057
- -webkit-transform-origin: top right;
6058
- transform-origin: top right;
6059
- }
6060
- .ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
6061
- .ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
6062
- .ant-menu-rtl .ant-menu-item .anticon,
6063
- .ant-menu-rtl .ant-menu-submenu-title .anticon {
6064
- margin-right: auto;
6065
- margin-left: 10px;
6066
- }
6067
- .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
6068
- .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
6069
- .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
6070
- .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
6071
- margin-left: 0;
6072
- }
6073
- .ant-menu-submenu-rtl.ant-menu-submenu-popup {
6074
- -webkit-transform-origin: 100% 0;
6075
- transform-origin: 100% 0;
6076
- }
6077
- .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6078
- .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6079
- .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6080
- .ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
6081
- right: auto;
6082
- left: 16px;
6083
- }
6084
- .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6085
- .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6086
- .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
6087
- -webkit-transform: rotate(-45deg) translateY(-2px);
6088
- transform: rotate(-45deg) translateY(-2px);
6089
- }
6090
- .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6091
- .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6092
- .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
6093
- -webkit-transform: rotate(45deg) translateY(2px);
6094
- transform: rotate(45deg) translateY(2px);
6095
- }
6096
- .ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
6097
- .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
6098
- .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
6099
- .ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
6100
- right: auto;
6101
- left: 0;
6102
- }
6103
- .ant-menu-rtl.ant-menu-vertical .ant-menu-item,
6104
- .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
6105
- .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
6106
- .ant-menu-rtl.ant-menu-inline .ant-menu-item,
6107
- .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
6108
- .ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
6109
- .ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
6110
- .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6111
- text-align: right;
6112
- }
6113
- .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6114
- padding-right: 0;
6115
- padding-left: 34px;
6116
- }
6117
- .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
6118
- padding-right: 16px;
6119
- padding-left: 34px;
6120
- }
6121
- .ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
6122
- padding: 0 calc(50% - 16px / 2);
6123
- }
6124
- .ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
6125
- .ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
6126
- padding: 0 28px 0 16px;
6127
- }
6128
- .ant-menu-sub.ant-menu-inline {
6129
- border: 0;
6130
- }
6131
- .ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
6132
- padding-right: 32px;
6133
- padding-left: 0;
6134
- }
6135
- .ant-menu-vertical.ant-menu-sub:not([class*='-active']),
6136
- .ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
6137
- .ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
6138
- max-height: 320px;
6139
- }
6140
- .ant-menu-item .pandora-sdk-menu-item-a {
6141
- color: #333;
6142
- }
6143
- .ant-menu-horizontal > .ant-menu-item .pandora-sdk-menu-item-a {
6144
- color: #333;
6145
- }
6146
- .ant-modal {
6147
- -webkit-box-sizing: border-box;
6148
- box-sizing: border-box;
6149
- margin: 0;
6150
- padding: 0;
6151
- color: rgba(0, 0, 0, 0.85);
6152
- font-size: 14px;
6153
- font-variant: tabular-nums;
6154
- line-height: 1.5715;
6155
- list-style: none;
6156
- -webkit-font-feature-settings: 'tnum';
6157
- font-feature-settings: 'tnum';
6158
- pointer-events: none;
6159
- position: relative;
6160
- top: 100px;
6161
- width: auto;
6162
- max-width: calc(100vw - 32px);
6163
- margin: 0 auto;
6164
- padding-bottom: 24px;
6165
- }
6166
- .ant-modal.ant-zoom-enter,
6167
- .ant-modal.antzoom-appear {
6168
- -webkit-transform: none;
6169
- transform: none;
6170
- opacity: 0;
6171
- -webkit-animation-duration: 0.3s;
6172
- animation-duration: 0.3s;
6173
- -webkit-user-select: none;
6174
- -moz-user-select: none;
6175
- -ms-user-select: none;
6176
- user-select: none;
6177
- }
6178
- .ant-modal-mask {
6179
- position: fixed;
6180
- top: 0;
6181
- right: 0;
6182
- bottom: 0;
6183
- left: 0;
6184
- z-index: 1000;
6185
- height: 100%;
6186
- background-color: rgba(0, 0, 0, 0.45);
6187
- }
6188
- .ant-modal-mask-hidden {
6189
- display: none;
6190
- }
6191
- .ant-modal-wrap {
6192
- position: fixed;
6193
- top: 0;
6194
- right: 0;
6195
- bottom: 0;
6196
- left: 0;
6197
- overflow: auto;
6198
- outline: 0;
6199
- -webkit-overflow-scrolling: touch;
6200
- }
6201
- .ant-modal-wrap {
6202
- z-index: 1000;
6203
- }
6204
- .ant-modal-title {
6205
- margin: 0;
6206
- color: rgba(0, 0, 0, 0.85);
6207
- font-weight: 500;
6208
- font-size: 16px;
6209
- line-height: 22px;
6210
- word-wrap: break-word;
6211
- }
6212
- .ant-modal-content {
6213
- position: relative;
6214
- background-color: #fff;
6215
- background-clip: padding-box;
6216
- border: 0;
6217
- border-radius: 2px;
6218
- -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
6219
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
6220
- pointer-events: auto;
6221
- }
6222
- .ant-modal-close {
6223
- position: absolute;
6224
- top: 0;
6225
- right: 0;
6226
- z-index: 10;
6227
- padding: 0;
6228
- color: rgba(0, 0, 0, 0.45);
6229
- font-weight: 700;
6230
- line-height: 1;
6231
- text-decoration: none;
6232
- background: transparent;
6233
- border: 0;
6234
- outline: 0;
6235
- cursor: pointer;
6236
- -webkit-transition: color 0.3s;
6237
- transition: color 0.3s;
6238
- }
6239
- .ant-modal-close-x {
6240
- display: block;
6241
- width: 56px;
6242
- height: 56px;
6243
- font-size: 16px;
6244
- font-style: normal;
6245
- line-height: 56px;
6246
- text-align: center;
6247
- text-transform: none;
6248
- text-rendering: auto;
6249
- }
6250
- .ant-modal-close:focus,
6251
- .ant-modal-close:hover {
6252
- color: rgba(0, 0, 0, 0.75);
6253
- text-decoration: none;
6254
- }
6255
- .ant-modal-header {
6256
- padding: 16px 24px;
6257
- color: rgba(0, 0, 0, 0.85);
6258
- background: #fff;
6259
- border-bottom: 1px solid #f0f0f0;
6260
- border-radius: 2px 2px 0 0;
6261
- }
6262
- .ant-modal-body {
6263
- padding: 24px;
6264
- font-size: 14px;
6265
- line-height: 1.5715;
6266
- word-wrap: break-word;
6267
- }
6268
- .ant-modal-footer {
6269
- padding: 10px 16px;
6270
- text-align: right;
6271
- background: transparent;
6272
- border-top: 1px solid #f0f0f0;
6273
- border-radius: 0 0 2px 2px;
6225
+ margin-left: 0;
6226
+ border-right: 0;
6274
6227
  }
6275
- .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
6276
- margin-bottom: 0;
6277
- margin-left: 8px;
6228
+ .ant-menu-dark.ant-menu-inline .ant-menu-item::after,
6229
+ .ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
6230
+ .ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
6231
+ .ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
6232
+ border-right: 0;
6278
6233
  }
6279
- .ant-modal-open {
6280
- overflow: hidden;
6234
+ .ant-menu-dark.ant-menu-inline .ant-menu-item,
6235
+ .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
6236
+ width: 100%;
6281
6237
  }
6282
- .ant-modal-centered {
6283
- text-align: center;
6238
+ .ant-menu-dark .ant-menu-item:hover,
6239
+ .ant-menu-dark .ant-menu-item-active,
6240
+ .ant-menu-dark .ant-menu-submenu-active,
6241
+ .ant-menu-dark .ant-menu-submenu-open,
6242
+ .ant-menu-dark .ant-menu-submenu-selected,
6243
+ .ant-menu-dark .ant-menu-submenu-title:hover {
6244
+ color: #fff;
6245
+ background-color: transparent;
6284
6246
  }
6285
- .ant-modal-centered::before {
6286
- display: inline-block;
6287
- width: 0;
6288
- height: 100%;
6289
- vertical-align: middle;
6290
- content: '';
6247
+ .ant-menu-dark .ant-menu-item:hover > a,
6248
+ .ant-menu-dark .ant-menu-item-active > a,
6249
+ .ant-menu-dark .ant-menu-submenu-active > a,
6250
+ .ant-menu-dark .ant-menu-submenu-open > a,
6251
+ .ant-menu-dark .ant-menu-submenu-selected > a,
6252
+ .ant-menu-dark .ant-menu-submenu-title:hover > a,
6253
+ .ant-menu-dark .ant-menu-item:hover > span > a,
6254
+ .ant-menu-dark .ant-menu-item-active > span > a,
6255
+ .ant-menu-dark .ant-menu-submenu-active > span > a,
6256
+ .ant-menu-dark .ant-menu-submenu-open > span > a,
6257
+ .ant-menu-dark .ant-menu-submenu-selected > span > a,
6258
+ .ant-menu-dark .ant-menu-submenu-title:hover > span > a {
6259
+ color: #fff;
6291
6260
  }
6292
- .ant-modal-centered .ant-modal {
6293
- top: 0;
6294
- display: inline-block;
6295
- text-align: left;
6296
- vertical-align: middle;
6261
+ .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6262
+ .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6263
+ .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6264
+ .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6265
+ .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6266
+ .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6267
+ opacity: 1;
6297
6268
  }
6298
- @media (max-width: 767px) {
6299
- .ant-modal {
6300
- max-width: calc(100vw - 16px);
6301
- margin: 8px auto;
6302
- }
6303
- .ant-modal-centered .ant-modal {
6304
- -webkit-box-flex: 1;
6305
- -ms-flex: 1;
6306
- flex: 1;
6307
- }
6269
+ .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6270
+ .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6271
+ .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6272
+ .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6273
+ .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6274
+ .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6275
+ .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6276
+ .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6277
+ .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6278
+ .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6279
+ .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6280
+ .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
6281
+ background: #fff;
6308
6282
  }
6309
- .ant-modal-confirm .ant-modal-header {
6310
- display: none;
6283
+ .ant-menu-dark .ant-menu-item:hover {
6284
+ background-color: transparent;
6311
6285
  }
6312
- .ant-modal-confirm .ant-modal-body {
6313
- padding: 32px 32px 24px;
6286
+ .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
6287
+ background-color: #1890ff;
6314
6288
  }
6315
- .ant-modal-confirm-body-wrapper::before {
6316
- display: table;
6317
- content: '';
6289
+ .ant-menu-dark .ant-menu-item-selected {
6290
+ color: #fff;
6291
+ border-right: 0;
6318
6292
  }
6319
- .ant-modal-confirm-body-wrapper::after {
6320
- display: table;
6321
- clear: both;
6322
- content: '';
6293
+ .ant-menu-dark .ant-menu-item-selected::after {
6294
+ border-right: 0;
6323
6295
  }
6324
- .ant-modal-confirm-body .ant-modal-confirm-title {
6325
- display: block;
6326
- overflow: hidden;
6327
- color: rgba(0, 0, 0, 0.85);
6328
- font-weight: 500;
6329
- font-size: 16px;
6330
- line-height: 1.4;
6296
+ .ant-menu-dark .ant-menu-item-selected > a,
6297
+ .ant-menu-dark .ant-menu-item-selected > span > a,
6298
+ .ant-menu-dark .ant-menu-item-selected > a:hover,
6299
+ .ant-menu-dark .ant-menu-item-selected > span > a:hover {
6300
+ color: #fff;
6331
6301
  }
6332
- .ant-modal-confirm-body .ant-modal-confirm-content {
6333
- margin-top: 8px;
6334
- color: rgba(0, 0, 0, 0.85);
6335
- font-size: 14px;
6302
+ .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
6303
+ .ant-menu-dark .ant-menu-item-selected .anticon {
6304
+ color: #fff;
6336
6305
  }
6337
- .ant-modal-confirm-body > .anticon {
6338
- float: left;
6339
- margin-right: 16px;
6340
- font-size: 22px;
6306
+ .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
6307
+ .ant-menu-dark .ant-menu-item-selected .anticon + span {
6308
+ color: #fff;
6341
6309
  }
6342
- .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
6343
- margin-left: 38px;
6310
+ .ant-menu.ant-menu-dark .ant-menu-item-selected,
6311
+ .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
6312
+ background-color: #1890ff;
6344
6313
  }
6345
- .ant-modal-confirm .ant-modal-confirm-btns {
6346
- float: right;
6347
- margin-top: 24px;
6314
+ .ant-menu-dark .ant-menu-item-disabled,
6315
+ .ant-menu-dark .ant-menu-submenu-disabled,
6316
+ .ant-menu-dark .ant-menu-item-disabled > a,
6317
+ .ant-menu-dark .ant-menu-submenu-disabled > a,
6318
+ .ant-menu-dark .ant-menu-item-disabled > span > a,
6319
+ .ant-menu-dark .ant-menu-submenu-disabled > span > a {
6320
+ color: rgba(255, 255, 255, 0.35) !important;
6321
+ opacity: 0.8;
6348
6322
  }
6349
- .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
6350
- margin-bottom: 0;
6351
- margin-left: 8px;
6323
+ .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
6324
+ .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
6325
+ color: rgba(255, 255, 255, 0.35) !important;
6352
6326
  }
6353
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
6354
- color: #ff4d4f;
6327
+ .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6328
+ .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6329
+ .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6330
+ .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6331
+ background: rgba(255, 255, 255, 0.35) !important;
6355
6332
  }
6356
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
6357
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
6358
- color: #faad14;
6333
+ .ant-menu.ant-menu-rtl {
6334
+ direction: rtl;
6335
+ text-align: right;
6359
6336
  }
6360
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
6361
- color: #1890ff;
6337
+ .ant-menu-rtl .ant-menu-item-group-title {
6338
+ text-align: right;
6362
6339
  }
6363
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
6364
- color: #52c41a;
6340
+ .ant-menu-rtl.ant-menu-inline,
6341
+ .ant-menu-rtl.ant-menu-vertical {
6342
+ border-right: none;
6343
+ border-left: 1px solid #f0f0f0;
6365
6344
  }
6366
- .ant-modal-wrap-rtl {
6367
- direction: rtl;
6345
+ .ant-menu-rtl.ant-menu-dark.ant-menu-inline,
6346
+ .ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
6347
+ border-left: none;
6368
6348
  }
6369
- .ant-modal-wrap-rtl .ant-modal-close {
6370
- right: initial;
6371
- left: 0;
6349
+ .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
6350
+ .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
6351
+ .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
6352
+ .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
6353
+ .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
6354
+ .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
6355
+ -webkit-transform-origin: top right;
6356
+ transform-origin: top right;
6372
6357
  }
6373
- .ant-modal-wrap-rtl .ant-modal-footer {
6374
- text-align: left;
6358
+ .ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
6359
+ .ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
6360
+ .ant-menu-rtl .ant-menu-item .anticon,
6361
+ .ant-menu-rtl .ant-menu-submenu-title .anticon {
6362
+ margin-right: auto;
6363
+ margin-left: 10px;
6375
6364
  }
6376
- .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
6377
- margin-right: 8px;
6365
+ .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
6366
+ .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
6367
+ .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
6368
+ .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
6378
6369
  margin-left: 0;
6379
6370
  }
6380
- .ant-modal-wrap-rtl .ant-modal-confirm-body {
6381
- direction: rtl;
6371
+ .ant-menu-submenu-rtl.ant-menu-submenu-popup {
6372
+ -webkit-transform-origin: 100% 0;
6373
+ transform-origin: 100% 0;
6382
6374
  }
6383
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
6384
- float: right;
6385
- margin-right: 0;
6386
- margin-left: 16px;
6375
+ .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6376
+ .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6377
+ .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6378
+ .ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
6379
+ right: auto;
6380
+ left: 16px;
6387
6381
  }
6388
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
6389
- margin-right: 38px;
6390
- margin-left: 0;
6382
+ .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6383
+ .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6384
+ .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
6385
+ -webkit-transform: rotate(-45deg) translateY(-2px);
6386
+ transform: rotate(-45deg) translateY(-2px);
6391
6387
  }
6392
- .ant-modal-wrap-rtl .ant-modal-confirm-btns {
6393
- float: left;
6388
+ .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6389
+ .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6390
+ .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
6391
+ -webkit-transform: rotate(45deg) translateY(2px);
6392
+ transform: rotate(45deg) translateY(2px);
6394
6393
  }
6395
- .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
6396
- margin-right: 8px;
6397
- margin-left: 0;
6394
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
6395
+ .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
6396
+ .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
6397
+ .ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
6398
+ right: auto;
6399
+ left: 0;
6400
+ }
6401
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-item,
6402
+ .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
6403
+ .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
6404
+ .ant-menu-rtl.ant-menu-inline .ant-menu-item,
6405
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
6406
+ .ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
6407
+ .ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
6408
+ .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6409
+ text-align: right;
6410
+ }
6411
+ .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6412
+ padding-right: 0;
6413
+ padding-left: 34px;
6414
+ }
6415
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
6416
+ padding-right: 16px;
6417
+ padding-left: 34px;
6398
6418
  }
6399
- .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
6400
- text-align: right;
6419
+ .ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
6420
+ padding: 0 calc(50% - 16px / 2);
6401
6421
  }
6402
- .pandora-sdk-modal .ant-modal-header {
6403
- border-color: rgba(0, 0, 0, 0.09);
6422
+ .ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
6423
+ .ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
6424
+ padding: 0 28px 0 16px;
6404
6425
  }
6405
- .pandora-sdk-modal .ant-modal-body {
6406
- max-height: 70vh;
6407
- overflow-y: auto;
6408
- background: #d9d9d9;
6409
- padding: 0px 60px;
6410
- padding-top: 24px;
6411
- border-radius: 0 0 2px 2px;
6426
+ .ant-menu-sub.ant-menu-inline {
6427
+ border: 0;
6412
6428
  }
6413
- .pandora-sdk-modal .ant-modal-footer {
6414
- border: none;
6415
- padding: 32px 24px 24px 24px;
6429
+ .ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
6430
+ padding-right: 32px;
6431
+ padding-left: 0;
6416
6432
  }
6417
- .pandora-sdk-modal .ant-modal-footer .ant-btn {
6418
- min-width: 60px;
6419
- height: 32px;
6420
- margin-left: 12px;
6421
- font-size: 14px;
6422
- color: rgba(0, 0, 0, 0.85);
6433
+ .ant-menu-vertical.ant-menu-sub:not([class*='-active']),
6434
+ .ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
6435
+ .ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
6436
+ max-height: 320px;
6423
6437
  }
6424
- .pandora-sdk-modal .ant-modal-footer .ant-btn-primary {
6425
- color: #d9d9d9;
6438
+ .ant-menu-item .pandora-sdk-menu-item-a {
6439
+ color: #333;
6440
+ }
6441
+ .ant-menu-horizontal > .ant-menu-item .pandora-sdk-menu-item-a {
6442
+ color: #333;
6426
6443
  }
6427
6444
  .pandora-sdk-name-explain-icon {
6428
6445
  color: inherit;
@@ -9714,6 +9731,32 @@ textarea.ant-input-number {
9714
9731
  .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
9715
9732
  color: inherit;
9716
9733
  }
9734
+ .pandora-sdk-tabs .pandora-sdk-tabs-tab {
9735
+ position: relative;
9736
+ }
9737
+ .pandora-sdk-tabs .pandora-sdk-tabs-active .pandora-sdk-tabs-refresh-icon {
9738
+ opacity: 1;
9739
+ pointer-events: auto;
9740
+ }
9741
+ .pandora-sdk-tabs span.anticon.anticon-reload.pandora-sdk-tabs-refresh-icon {
9742
+ margin-right: 0;
9743
+ }
9744
+ .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon {
9745
+ margin-left: 8px;
9746
+ font-size: 12px;
9747
+ color: #d9d9d9;
9748
+ -webkit-transition: color 0.5s, opacity 0.2s;
9749
+ transition: color 0.5s, opacity 0.2s;
9750
+ pointer-events: none;
9751
+ opacity: 0;
9752
+ position: absolute;
9753
+ top: 50%;
9754
+ -webkit-transform: translateY(-50%);
9755
+ transform: translateY(-50%);
9756
+ }
9757
+ .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon:hover {
9758
+ color: #2c6dd2;
9759
+ }
9717
9760
  .ant-table.ant-table-middle {
9718
9761
  font-size: 14px;
9719
9762
  }
@@ -11438,32 +11481,6 @@ textarea.ant-pagination-options-quick-jumper input {
11438
11481
  .ant-empty .ant-empty-description {
11439
11482
  color: #bfbfbf;
11440
11483
  }
11441
- .pandora-sdk-tabs .pandora-sdk-tabs-tab {
11442
- position: relative;
11443
- }
11444
- .pandora-sdk-tabs .pandora-sdk-tabs-active .pandora-sdk-tabs-refresh-icon {
11445
- opacity: 1;
11446
- pointer-events: auto;
11447
- }
11448
- .pandora-sdk-tabs span.anticon.anticon-reload.pandora-sdk-tabs-refresh-icon {
11449
- margin-right: 0;
11450
- }
11451
- .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon {
11452
- margin-left: 8px;
11453
- font-size: 12px;
11454
- color: #d9d9d9;
11455
- -webkit-transition: color 0.5s, opacity 0.2s;
11456
- transition: color 0.5s, opacity 0.2s;
11457
- pointer-events: none;
11458
- opacity: 0;
11459
- position: absolute;
11460
- top: 50%;
11461
- -webkit-transform: translateY(-50%);
11462
- transform: translateY(-50%);
11463
- }
11464
- .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon:hover {
11465
- color: #2c6dd2;
11466
- }
11467
11484
  .ant-tag {
11468
11485
  -webkit-box-sizing: border-box;
11469
11486
  box-sizing: border-box;
@@ -11752,24 +11769,6 @@ textarea.ant-pagination-options-quick-jumper input {
11752
11769
  .pandora-sdk-timeline-container .pandora-sdk-icon:hover {
11753
11770
  color: #7a869a;
11754
11771
  }
11755
- .pandora-sdk-transfer-container {
11756
- display: -webkit-box;
11757
- display: -ms-flexbox;
11758
- display: flex;
11759
- -webkit-box-pack: justify;
11760
- -ms-flex-pack: justify;
11761
- justify-content: space-between;
11762
- }
11763
- .pandora-sdk-transfer-container .pandora-sdk-transfer-divider {
11764
- height: 400px;
11765
- }
11766
- .pandora-sdk-transfer-container .pandora-sdk-transfer-list {
11767
- -webkit-box-flex: 1;
11768
- -ms-flex-positive: 1;
11769
- flex-grow: 1;
11770
- -ms-flex-preferred-size: 200px;
11771
- flex-basis: 200px;
11772
- }
11773
11772
  @-webkit-keyframes ant-tree-node-fx-do-not-use {
11774
11773
  0% {
11775
11774
  opacity: 0;
@@ -12371,6 +12370,24 @@ textarea.ant-pagination-options-quick-jumper input {
12371
12370
  .pandora-sdk-tree-select-dropdown .ant-empty {
12372
12371
  text-align: center;
12373
12372
  }
12373
+ .pandora-sdk-transfer-container {
12374
+ display: -webkit-box;
12375
+ display: -ms-flexbox;
12376
+ display: flex;
12377
+ -webkit-box-pack: justify;
12378
+ -ms-flex-pack: justify;
12379
+ justify-content: space-between;
12380
+ }
12381
+ .pandora-sdk-transfer-container .pandora-sdk-transfer-divider {
12382
+ height: 400px;
12383
+ }
12384
+ .pandora-sdk-transfer-container .pandora-sdk-transfer-list {
12385
+ -webkit-box-flex: 1;
12386
+ -ms-flex-positive: 1;
12387
+ flex-grow: 1;
12388
+ -ms-flex-preferred-size: 200px;
12389
+ flex-basis: 200px;
12390
+ }
12374
12391
  .ant-row {
12375
12392
  display: -webkit-box;
12376
12393
  display: -ms-flexbox;
@@ -19588,28 +19605,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19588
19605
  .pandora-sdk-popover-inline-list .pandora-sdk-popover-inline-item i {
19589
19606
  color: #2c6dd2;
19590
19607
  }
19591
- .pandora-sdk-item {
19592
- color: #2c6dd2;
19593
- cursor: pointer;
19594
- }
19595
- .pandora-sdk-item > .anticon {
19596
- color: inherit;
19597
- }
19598
- .pandora-sdk-item.pandora-sdk-disabled {
19599
- color: #bfbfbf;
19600
- cursor: not-allowed;
19601
- pointer-events: none;
19602
- }
19603
- .pandora-sdk-item.pandora-sdk-disabled .anticon {
19604
- color: #bfbfbf;
19605
- }
19606
- .pandora-sdk-item.pandora-sdk-active {
19607
- background: rgba(44, 109, 210, 0.05);
19608
- }
19609
- .pandora-sdk-item a {
19610
- color: inherit;
19611
- cursor: inherit;
19612
- }
19613
19608
  .pandora-sdk-popover-item {
19614
19609
  display: inline-block;
19615
19610
  line-height: 18px;
@@ -19636,6 +19631,31 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19636
19631
  .pandora-sdk-popover-list .pandora-sdk-item.pandora-sdk-disabled {
19637
19632
  color: #bfbfbf;
19638
19633
  }
19634
+ .pandora-sdk-item {
19635
+ color: #2c6dd2;
19636
+ cursor: pointer;
19637
+ }
19638
+ .pandora-sdk-item > .anticon {
19639
+ color: inherit;
19640
+ }
19641
+ .pandora-sdk-item.pandora-sdk-disabled {
19642
+ color: #bfbfbf;
19643
+ cursor: not-allowed;
19644
+ pointer-events: none;
19645
+ }
19646
+ .pandora-sdk-item.pandora-sdk-disabled .anticon {
19647
+ color: #bfbfbf;
19648
+ }
19649
+ .pandora-sdk-item.pandora-sdk-active {
19650
+ background: rgba(44, 109, 210, 0.05);
19651
+ }
19652
+ .pandora-sdk-item a {
19653
+ color: inherit;
19654
+ cursor: inherit;
19655
+ }
19656
+ .pandora-sdk-prev-button {
19657
+ margin-right: 10px;
19658
+ }
19639
19659
  .pandora-sdk-table-columnTag-groupTag {
19640
19660
  padding: 4px;
19641
19661
  height: 24px;
@@ -19675,9 +19695,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19675
19695
  flex-wrap: wrap;
19676
19696
  width: 400px;
19677
19697
  }
19678
- .pandora-sdk-prev-button {
19679
- margin-right: 10px;
19680
- }
19681
19698
  .pandora-sdk-root {
19682
19699
  display: inline-block;
19683
19700
  line-height: 24px;
@@ -19814,21 +19831,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19814
19831
  font-size: 14px;
19815
19832
  color: #333;
19816
19833
  }
19817
- .pandora-sdk-transfer-list {
19818
- overflow: hidden;
19819
- }
19820
- .pandora-sdk-transfer-list .pandora-sdk-transfer-title {
19821
- margin-bottom: 10px;
19822
- }
19823
- .pandora-sdk-transfer-list .pandora-sdk-transfer-search {
19824
- margin-bottom: 10px;
19825
- }
19826
- .pandora-sdk-transfer-list .pandora-sdk-transfer-mb10 {
19827
- margin-bottom: 10px;
19828
- }
19829
- .pandora-sdk-search-icon {
19830
- color: inherit;
19831
- }
19832
19834
  .pandora-sdk-transfer-list-body {
19833
19835
  height: 300px;
19834
19836
  overflow-y: scroll;
@@ -19845,33 +19847,20 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19845
19847
  .pandora-sdk-transfer-list-body .pandora-sdk-transfer-mb10 {
19846
19848
  margin-bottom: 10px;
19847
19849
  }
19848
- .pandora-sdk-panel-title {
19849
- display: -webkit-box;
19850
- display: -ms-flexbox;
19851
- display: flex;
19852
- -webkit-box-pack: justify;
19853
- -ms-flex-pack: justify;
19854
- justify-content: space-between;
19855
- font-size: 12px;
19856
- color: #42526e;
19857
- cursor: pointer;
19858
- padding-bottom: 16px;
19859
- border-bottom: 1px solid #d9d9d9;
19860
- }
19861
- .pandora-sdk-panel-title .icon {
19862
- font-size: 14px;
19850
+ .pandora-sdk-transfer-list {
19851
+ overflow: hidden;
19863
19852
  }
19864
- .pandora-sdk-panel-content {
19865
- padding: 20px 0 0 0;
19853
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-title {
19854
+ margin-bottom: 10px;
19866
19855
  }
19867
- .pandora-sdk-panel-hidden {
19868
- display: none;
19856
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-search {
19857
+ margin-bottom: 10px;
19869
19858
  }
19870
- .pandora-sdk-panel {
19871
- margin-bottom: 20px;
19859
+ .pandora-sdk-transfer-list .pandora-sdk-transfer-mb10 {
19860
+ margin-bottom: 10px;
19872
19861
  }
19873
- .pandora-sdk-panel-disable {
19874
- cursor: default;
19862
+ .pandora-sdk-search-icon {
19863
+ color: inherit;
19875
19864
  }
19876
19865
  .pandora-sdk-datetime-mobile-pick-range-preset-head {
19877
19866
  display: -webkit-box;
@@ -19909,3 +19898,31 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19909
19898
  border-radius: 2px;
19910
19899
  border: 2px solid #939393;
19911
19900
  }
19901
+ .pandora-sdk-panel-title {
19902
+ display: -webkit-box;
19903
+ display: -ms-flexbox;
19904
+ display: flex;
19905
+ -webkit-box-pack: justify;
19906
+ -ms-flex-pack: justify;
19907
+ justify-content: space-between;
19908
+ font-size: 12px;
19909
+ color: #42526e;
19910
+ cursor: pointer;
19911
+ padding-bottom: 16px;
19912
+ border-bottom: 1px solid #d9d9d9;
19913
+ }
19914
+ .pandora-sdk-panel-title .icon {
19915
+ font-size: 14px;
19916
+ }
19917
+ .pandora-sdk-panel-content {
19918
+ padding: 20px 0 0 0;
19919
+ }
19920
+ .pandora-sdk-panel-hidden {
19921
+ display: none;
19922
+ }
19923
+ .pandora-sdk-panel {
19924
+ margin-bottom: 20px;
19925
+ }
19926
+ .pandora-sdk-panel-disable {
19927
+ cursor: default;
19928
+ }