@qn-pandora/pandora-component 4.0.0 → 4.0.1

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 (124) hide show
  1. package/CHANGELOG.json +17 -0
  2. package/CHANGELOG.md +9 -1
  3. package/README.md +36 -36
  4. package/es/components/AutoComplete/style.less +8 -8
  5. package/es/components/Breadcrumb/style.less +9 -9
  6. package/es/components/Button/style.less +51 -51
  7. package/es/components/Card/RowExtra/style.less +8 -8
  8. package/es/components/Card/SearchInput/style.less +8 -8
  9. package/es/components/Card/style.less +11 -11
  10. package/es/components/CheckTransformList/style.less +35 -35
  11. package/es/components/Checkbox/style.less +5 -5
  12. package/es/components/CheckboxList/style.less +11 -11
  13. package/es/components/Collapse/style.less +57 -57
  14. package/es/components/CollapsiblePanel/style.less +63 -63
  15. package/es/components/DateTimePicker/Base/style.less +160 -160
  16. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  17. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  18. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  19. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  20. package/es/components/DateTimePicker/style.less +19 -19
  21. package/es/components/Drawer/index.d.ts +55 -2
  22. package/es/components/Drawer/index.js +3 -1
  23. package/es/components/Drawer/style.less +17 -17
  24. package/es/components/Input/style.less +12 -12
  25. package/es/components/KeyValuePair/style.less +21 -21
  26. package/es/components/Menu/Option.d.ts +6 -0
  27. package/es/components/Menu/Option.js +16 -1
  28. package/es/components/Menu/index.js +3 -3
  29. package/es/components/Menu/style.less +18 -18
  30. package/es/components/Modal/style.less +30 -30
  31. package/es/components/NameExplainTooltip/style.less +10 -10
  32. package/es/components/NameLimiter/style.less +19 -19
  33. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  34. package/es/components/OptionList/OptionItem/style.less +25 -25
  35. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  36. package/es/components/OptionList/style.less +3 -3
  37. package/es/components/RadioGroup/style.less +32 -32
  38. package/es/components/RangeInput/style.less +37 -37
  39. package/es/components/RemarkName/style.less +2 -2
  40. package/es/components/Selector/style.less +99 -99
  41. package/es/components/Spin/style.less +26 -26
  42. package/es/components/Steps/ControlButton/style.less +5 -5
  43. package/es/components/Steps/style.less +48 -48
  44. package/es/components/Table/ColumnTag/style.less +40 -40
  45. package/es/components/Table/index.js +7 -4
  46. package/es/components/Table/style.css +4 -4
  47. package/es/components/Table/style.less +306 -306
  48. package/es/components/Tabs/style.less +33 -33
  49. package/es/components/TagList/Tag/style.less +72 -72
  50. package/es/components/TagList/TagSwitch/style.less +28 -28
  51. package/es/components/TagList/style.less +28 -28
  52. package/es/components/Timeline/TimelineItem/style.less +49 -49
  53. package/es/components/Timeline/style.less +23 -23
  54. package/es/components/Transfer/List/style.less +19 -19
  55. package/es/components/Transfer/ListBody/style.less +18 -18
  56. package/es/components/Transfer/style.less +14 -14
  57. package/es/components/TreeSelector/style.less +56 -56
  58. package/es/hoc/popContainer.d.ts +5 -0
  59. package/es/hoc/popContainer.js +37 -0
  60. package/es/index.css +1498 -1498
  61. package/es/index.less +49 -49
  62. package/es/style/mixin.less +45 -45
  63. package/es/style/theme.less +389 -381
  64. package/lib/components/AutoComplete/style.less +8 -8
  65. package/lib/components/Breadcrumb/style.less +9 -9
  66. package/lib/components/Button/style.less +51 -51
  67. package/lib/components/Card/RowExtra/style.less +8 -8
  68. package/lib/components/Card/SearchInput/style.less +8 -8
  69. package/lib/components/Card/style.less +11 -11
  70. package/lib/components/CheckTransformList/style.less +35 -35
  71. package/lib/components/Checkbox/style.less +5 -5
  72. package/lib/components/CheckboxList/style.less +11 -11
  73. package/lib/components/Collapse/style.less +57 -57
  74. package/lib/components/CollapsiblePanel/style.less +63 -63
  75. package/lib/components/DateTimePicker/Base/style.less +160 -160
  76. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  77. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  78. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  79. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  80. package/lib/components/DateTimePicker/style.less +19 -19
  81. package/lib/components/Drawer/index.d.ts +55 -2
  82. package/lib/components/Drawer/index.js +3 -1
  83. package/lib/components/Drawer/style.less +17 -17
  84. package/lib/components/Input/style.less +12 -12
  85. package/lib/components/KeyValuePair/style.less +21 -21
  86. package/lib/components/Menu/Option.d.ts +6 -0
  87. package/lib/components/Menu/Option.js +16 -1
  88. package/lib/components/Menu/index.js +3 -3
  89. package/lib/components/Menu/style.less +18 -18
  90. package/lib/components/Modal/style.less +30 -30
  91. package/lib/components/NameExplainTooltip/style.less +10 -10
  92. package/lib/components/NameLimiter/style.less +19 -19
  93. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  94. package/lib/components/OptionList/OptionItem/style.less +25 -25
  95. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  96. package/lib/components/OptionList/style.less +3 -3
  97. package/lib/components/RadioGroup/style.less +32 -32
  98. package/lib/components/RangeInput/style.less +37 -37
  99. package/lib/components/RemarkName/style.less +2 -2
  100. package/lib/components/Selector/style.less +99 -99
  101. package/lib/components/Spin/style.less +26 -26
  102. package/lib/components/Steps/ControlButton/style.less +5 -5
  103. package/lib/components/Steps/style.less +48 -48
  104. package/lib/components/Table/ColumnTag/style.less +40 -40
  105. package/lib/components/Table/index.js +6 -3
  106. package/lib/components/Table/style.css +4 -4
  107. package/lib/components/Table/style.less +306 -306
  108. package/lib/components/Tabs/style.less +33 -33
  109. package/lib/components/TagList/Tag/style.less +72 -72
  110. package/lib/components/TagList/TagSwitch/style.less +28 -28
  111. package/lib/components/TagList/style.less +28 -28
  112. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  113. package/lib/components/Timeline/style.less +23 -23
  114. package/lib/components/Transfer/List/style.less +19 -19
  115. package/lib/components/Transfer/ListBody/style.less +18 -18
  116. package/lib/components/Transfer/style.less +14 -14
  117. package/lib/components/TreeSelector/style.less +56 -56
  118. package/lib/hoc/popContainer.d.ts +5 -0
  119. package/lib/hoc/popContainer.js +47 -0
  120. package/lib/index.css +1313 -1313
  121. package/lib/index.less +49 -49
  122. package/lib/style/mixin.less +45 -45
  123. package/lib/style/theme.less +389 -381
  124. package/package.json +79 -79
package/es/index.css CHANGED
@@ -3092,120 +3092,6 @@ a.ant-btn-sm {
3092
3092
  .pandora-sdk-card .ant-card-head .ant-card-extra {
3093
3093
  padding: 0;
3094
3094
  }
3095
- .ant-divider {
3096
- -webkit-box-sizing: border-box;
3097
- box-sizing: border-box;
3098
- margin: 0;
3099
- padding: 0;
3100
- color: rgba(0, 0, 0, 0.85);
3101
- font-size: 14px;
3102
- font-variant: tabular-nums;
3103
- line-height: 1.5715;
3104
- list-style: none;
3105
- -webkit-font-feature-settings: 'tnum';
3106
- font-feature-settings: 'tnum';
3107
- border-top: 1px solid rgba(0, 0, 0, 0.06);
3108
- }
3109
- .ant-divider-vertical {
3110
- position: relative;
3111
- top: -0.06em;
3112
- display: inline-block;
3113
- height: 0.9em;
3114
- margin: 0 8px;
3115
- vertical-align: middle;
3116
- border-top: 0;
3117
- border-left: 1px solid rgba(0, 0, 0, 0.06);
3118
- }
3119
- .ant-divider-horizontal {
3120
- display: -webkit-box;
3121
- display: -ms-flexbox;
3122
- display: flex;
3123
- clear: both;
3124
- width: 100%;
3125
- min-width: 100%;
3126
- margin: 24px 0;
3127
- }
3128
- .ant-divider-horizontal.ant-divider-with-text {
3129
- display: -webkit-box;
3130
- display: -ms-flexbox;
3131
- display: flex;
3132
- margin: 16px 0;
3133
- color: rgba(0, 0, 0, 0.85);
3134
- font-weight: 500;
3135
- font-size: 16px;
3136
- white-space: nowrap;
3137
- text-align: center;
3138
- border-top: 0;
3139
- border-top-color: rgba(0, 0, 0, 0.06);
3140
- }
3141
- .ant-divider-horizontal.ant-divider-with-text::before,
3142
- .ant-divider-horizontal.ant-divider-with-text::after {
3143
- position: relative;
3144
- top: 50%;
3145
- width: 50%;
3146
- border-top: 1px solid transparent;
3147
- border-top-color: inherit;
3148
- border-bottom: 0;
3149
- -webkit-transform: translateY(50%);
3150
- transform: translateY(50%);
3151
- content: '';
3152
- }
3153
- .ant-divider-horizontal.ant-divider-with-text-left::before {
3154
- top: 50%;
3155
- width: 5%;
3156
- }
3157
- .ant-divider-horizontal.ant-divider-with-text-left::after {
3158
- top: 50%;
3159
- width: 95%;
3160
- }
3161
- .ant-divider-horizontal.ant-divider-with-text-right::before {
3162
- top: 50%;
3163
- width: 95%;
3164
- }
3165
- .ant-divider-horizontal.ant-divider-with-text-right::after {
3166
- top: 50%;
3167
- width: 5%;
3168
- }
3169
- .ant-divider-inner-text {
3170
- display: inline-block;
3171
- padding: 0 1em;
3172
- }
3173
- .ant-divider-dashed {
3174
- background: none;
3175
- border-color: rgba(0, 0, 0, 0.06);
3176
- border-style: dashed;
3177
- border-width: 1px 0 0;
3178
- }
3179
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
3180
- border-top: 0;
3181
- }
3182
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
3183
- .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
3184
- border-style: dashed none none;
3185
- }
3186
- .ant-divider-vertical.ant-divider-dashed {
3187
- border-width: 0 0 0 1px;
3188
- }
3189
- .ant-divider-plain.ant-divider-with-text {
3190
- color: rgba(0, 0, 0, 0.85);
3191
- font-weight: normal;
3192
- font-size: 14px;
3193
- }
3194
- .ant-divider-rtl {
3195
- direction: rtl;
3196
- }
3197
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
3198
- width: 95%;
3199
- }
3200
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
3201
- width: 5%;
3202
- }
3203
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
3204
- width: 5%;
3205
- }
3206
- .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
3207
- width: 95%;
3208
- }
3209
3095
  @-webkit-keyframes antCheckboxEffect {
3210
3096
  0% {
3211
3097
  -webkit-transform: scale(1);
@@ -3456,6 +3342,123 @@ a.ant-btn-sm {
3456
3342
  .ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
3457
3343
  margin-left: 8px;
3458
3344
  }
3345
+ .ant-checkbox-inner::after {
3346
+ left: 20%;
3347
+ }
3348
+ .ant-divider {
3349
+ -webkit-box-sizing: border-box;
3350
+ box-sizing: border-box;
3351
+ margin: 0;
3352
+ padding: 0;
3353
+ color: rgba(0, 0, 0, 0.85);
3354
+ font-size: 14px;
3355
+ font-variant: tabular-nums;
3356
+ line-height: 1.5715;
3357
+ list-style: none;
3358
+ -webkit-font-feature-settings: 'tnum';
3359
+ font-feature-settings: 'tnum';
3360
+ border-top: 1px solid rgba(0, 0, 0, 0.06);
3361
+ }
3362
+ .ant-divider-vertical {
3363
+ position: relative;
3364
+ top: -0.06em;
3365
+ display: inline-block;
3366
+ height: 0.9em;
3367
+ margin: 0 8px;
3368
+ vertical-align: middle;
3369
+ border-top: 0;
3370
+ border-left: 1px solid rgba(0, 0, 0, 0.06);
3371
+ }
3372
+ .ant-divider-horizontal {
3373
+ display: -webkit-box;
3374
+ display: -ms-flexbox;
3375
+ display: flex;
3376
+ clear: both;
3377
+ width: 100%;
3378
+ min-width: 100%;
3379
+ margin: 24px 0;
3380
+ }
3381
+ .ant-divider-horizontal.ant-divider-with-text {
3382
+ display: -webkit-box;
3383
+ display: -ms-flexbox;
3384
+ display: flex;
3385
+ margin: 16px 0;
3386
+ color: rgba(0, 0, 0, 0.85);
3387
+ font-weight: 500;
3388
+ font-size: 16px;
3389
+ white-space: nowrap;
3390
+ text-align: center;
3391
+ border-top: 0;
3392
+ border-top-color: rgba(0, 0, 0, 0.06);
3393
+ }
3394
+ .ant-divider-horizontal.ant-divider-with-text::before,
3395
+ .ant-divider-horizontal.ant-divider-with-text::after {
3396
+ position: relative;
3397
+ top: 50%;
3398
+ width: 50%;
3399
+ border-top: 1px solid transparent;
3400
+ border-top-color: inherit;
3401
+ border-bottom: 0;
3402
+ -webkit-transform: translateY(50%);
3403
+ transform: translateY(50%);
3404
+ content: '';
3405
+ }
3406
+ .ant-divider-horizontal.ant-divider-with-text-left::before {
3407
+ top: 50%;
3408
+ width: 5%;
3409
+ }
3410
+ .ant-divider-horizontal.ant-divider-with-text-left::after {
3411
+ top: 50%;
3412
+ width: 95%;
3413
+ }
3414
+ .ant-divider-horizontal.ant-divider-with-text-right::before {
3415
+ top: 50%;
3416
+ width: 95%;
3417
+ }
3418
+ .ant-divider-horizontal.ant-divider-with-text-right::after {
3419
+ top: 50%;
3420
+ width: 5%;
3421
+ }
3422
+ .ant-divider-inner-text {
3423
+ display: inline-block;
3424
+ padding: 0 1em;
3425
+ }
3426
+ .ant-divider-dashed {
3427
+ background: none;
3428
+ border-color: rgba(0, 0, 0, 0.06);
3429
+ border-style: dashed;
3430
+ border-width: 1px 0 0;
3431
+ }
3432
+ .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
3433
+ border-top: 0;
3434
+ }
3435
+ .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
3436
+ .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
3437
+ border-style: dashed none none;
3438
+ }
3439
+ .ant-divider-vertical.ant-divider-dashed {
3440
+ border-width: 0 0 0 1px;
3441
+ }
3442
+ .ant-divider-plain.ant-divider-with-text {
3443
+ color: rgba(0, 0, 0, 0.85);
3444
+ font-weight: normal;
3445
+ font-size: 14px;
3446
+ }
3447
+ .ant-divider-rtl {
3448
+ direction: rtl;
3449
+ }
3450
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
3451
+ width: 95%;
3452
+ }
3453
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
3454
+ width: 5%;
3455
+ }
3456
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
3457
+ width: 5%;
3458
+ }
3459
+ .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
3460
+ width: 95%;
3461
+ }
3459
3462
  .ant-input-affix-wrapper {
3460
3463
  position: relative;
3461
3464
  display: inline-block;
@@ -4273,9 +4276,6 @@ textarea.ant-input {
4273
4276
  .pandora-sdk-check-transform .pandora-sdk-check-transform-checkBox .pandora-sdk-check-transform-checkbox-group {
4274
4277
  line-height: 40px;
4275
4278
  }
4276
- .ant-checkbox-inner::after {
4277
- left: 20%;
4278
- }
4279
4279
  .pandora-sdk-checkbox-item {
4280
4280
  white-space: nowrap;
4281
4281
  width: 100%;
@@ -4544,290 +4544,557 @@ textarea.ant-input {
4544
4544
  padding-left: 16px;
4545
4545
  padding-right: 16px;
4546
4546
  }
4547
- .ant-popover {
4548
- -webkit-box-sizing: border-box;
4549
- box-sizing: border-box;
4550
- margin: 0;
4551
- padding: 0;
4552
- color: rgba(0, 0, 0, 0.85);
4553
- font-size: 14px;
4554
- font-variant: tabular-nums;
4555
- line-height: 1.5715;
4556
- list-style: none;
4557
- -webkit-font-feature-settings: 'tnum';
4558
- font-feature-settings: 'tnum';
4559
- position: absolute;
4560
- top: 0;
4561
- left: 0;
4562
- z-index: 1030;
4563
- font-weight: normal;
4564
- white-space: normal;
4565
- text-align: left;
4566
- cursor: auto;
4567
- -webkit-user-select: text;
4568
- -moz-user-select: text;
4569
- -ms-user-select: text;
4570
- user-select: text;
4547
+ .ant-input[disabled] {
4548
+ border-color: #d9d9d9;
4571
4549
  }
4572
- .ant-popover::after {
4573
- position: absolute;
4574
- background: rgba(255, 255, 255, 0.01);
4575
- content: '';
4550
+ .ant-input-group-addon {
4551
+ color: #666;
4576
4552
  }
4577
- .ant-popover-hidden {
4578
- display: none;
4553
+ .ant-drawer {
4554
+ position: fixed;
4555
+ z-index: 1000;
4556
+ width: 0%;
4557
+ height: 100%;
4558
+ -webkit-transition: width 0s ease 0.3s, height 0s ease 0.3s;
4559
+ transition: width 0s ease 0.3s, height 0s ease 0.3s;
4579
4560
  }
4580
- .ant-popover-placement-top,
4581
- .ant-popover-placement-topLeft,
4582
- .ant-popover-placement-topRight {
4583
- padding-bottom: 10px;
4561
+ .ant-drawer-content-wrapper {
4562
+ position: absolute;
4563
+ width: 100%;
4564
+ height: 100%;
4565
+ -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4566
+ transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4567
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4568
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4584
4569
  }
4585
- .ant-popover-placement-right,
4586
- .ant-popover-placement-rightTop,
4587
- .ant-popover-placement-rightBottom {
4588
- padding-left: 10px;
4570
+ .ant-drawer .ant-drawer-content {
4571
+ width: 100%;
4572
+ height: 100%;
4589
4573
  }
4590
- .ant-popover-placement-bottom,
4591
- .ant-popover-placement-bottomLeft,
4592
- .ant-popover-placement-bottomRight {
4593
- padding-top: 10px;
4574
+ .ant-drawer-left,
4575
+ .ant-drawer-right {
4576
+ top: 0;
4577
+ width: 0%;
4578
+ height: 100%;
4594
4579
  }
4595
- .ant-popover-placement-left,
4596
- .ant-popover-placement-leftTop,
4597
- .ant-popover-placement-leftBottom {
4598
- padding-right: 10px;
4580
+ .ant-drawer-left .ant-drawer-content-wrapper,
4581
+ .ant-drawer-right .ant-drawer-content-wrapper {
4582
+ height: 100%;
4599
4583
  }
4600
- .ant-popover-inner {
4601
- background-color: #fff;
4602
- background-clip: padding-box;
4603
- border-radius: 2px;
4604
- -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);
4605
- 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);
4606
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
4607
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
4584
+ .ant-drawer-left.ant-drawer-open,
4585
+ .ant-drawer-right.ant-drawer-open {
4586
+ width: 100%;
4587
+ -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4588
+ transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4589
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4590
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4608
4591
  }
4609
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
4610
- .ant-popover {
4611
- /* IE10+ */
4612
- }
4613
- .ant-popover-inner {
4614
- -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);
4615
- 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);
4616
- }
4592
+ .ant-drawer-left {
4593
+ left: 0;
4617
4594
  }
4618
- .ant-popover-title {
4619
- min-width: 177px;
4620
- min-height: 32px;
4621
- margin: 0;
4622
- padding: 5px 16px 4px;
4623
- color: rgba(0, 0, 0, 0.85);
4624
- font-weight: 500;
4625
- border-bottom: 1px solid #f0f0f0;
4595
+ .ant-drawer-left .ant-drawer-content-wrapper {
4596
+ left: 0;
4626
4597
  }
4627
- .ant-popover-inner-content {
4628
- padding: 12px 16px;
4629
- color: rgba(0, 0, 0, 0.85);
4598
+ .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
4599
+ -webkit-box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
4600
+ box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
4630
4601
  }
4631
- .ant-popover-message {
4632
- position: relative;
4633
- padding: 4px 0 12px;
4634
- color: rgba(0, 0, 0, 0.85);
4635
- font-size: 14px;
4602
+ .ant-drawer-right {
4603
+ right: 0;
4636
4604
  }
4637
- .ant-popover-message > .anticon {
4638
- position: absolute;
4639
- top: 8.0005px;
4640
- color: #faad14;
4641
- font-size: 14px;
4605
+ .ant-drawer-right .ant-drawer-content-wrapper {
4606
+ right: 0;
4642
4607
  }
4643
- .ant-popover-message-title {
4644
- padding-left: 22px;
4608
+ .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
4609
+ -webkit-box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
4610
+ box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
4645
4611
  }
4646
- .ant-popover-buttons {
4647
- margin-bottom: 4px;
4648
- text-align: right;
4612
+ .ant-drawer-right.ant-drawer-open.no-mask {
4613
+ right: 1px;
4614
+ -webkit-transform: translateX(1px);
4615
+ transform: translateX(1px);
4649
4616
  }
4650
- .ant-popover-buttons button {
4651
- margin-left: 8px;
4617
+ .ant-drawer-top,
4618
+ .ant-drawer-bottom {
4619
+ left: 0;
4620
+ width: 100%;
4621
+ height: 0%;
4652
4622
  }
4653
- .ant-popover-arrow {
4654
- position: absolute;
4655
- display: block;
4656
- width: 8.48528137px;
4657
- height: 8.48528137px;
4658
- overflow: hidden;
4659
- background: transparent;
4660
- pointer-events: none;
4623
+ .ant-drawer-top .ant-drawer-content-wrapper,
4624
+ .ant-drawer-bottom .ant-drawer-content-wrapper {
4625
+ width: 100%;
4661
4626
  }
4662
- .ant-popover-arrow-content {
4663
- position: absolute;
4627
+ .ant-drawer-top.ant-drawer-open,
4628
+ .ant-drawer-bottom.ant-drawer-open {
4629
+ height: 100%;
4630
+ -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4631
+ transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4632
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4633
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4634
+ }
4635
+ .ant-drawer-top {
4664
4636
  top: 0;
4665
- right: 0;
4666
- bottom: 0;
4667
- left: 0;
4668
- display: block;
4669
- width: 6px;
4670
- height: 6px;
4671
- margin: auto;
4672
- background-color: #fff;
4673
- content: '';
4674
- pointer-events: auto;
4675
4637
  }
4676
- .ant-popover-placement-top .ant-popover-arrow,
4677
- .ant-popover-placement-topLeft .ant-popover-arrow,
4678
- .ant-popover-placement-topRight .ant-popover-arrow {
4679
- bottom: 1.51471863px;
4638
+ .ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
4639
+ -webkit-box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
4640
+ box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
4680
4641
  }
4681
- .ant-popover-placement-top .ant-popover-arrow-content,
4682
- .ant-popover-placement-topLeft .ant-popover-arrow-content,
4683
- .ant-popover-placement-topRight .ant-popover-arrow-content {
4684
- -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
4685
- box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
4686
- -webkit-transform: translateY(-4.24264069px) rotate(45deg);
4687
- transform: translateY(-4.24264069px) rotate(45deg);
4642
+ .ant-drawer-bottom {
4643
+ bottom: 0;
4688
4644
  }
4689
- .ant-popover-placement-top .ant-popover-arrow {
4690
- left: 50%;
4691
- -webkit-transform: translateX(-50%);
4692
- transform: translateX(-50%);
4645
+ .ant-drawer-bottom .ant-drawer-content-wrapper {
4646
+ bottom: 0;
4693
4647
  }
4694
- .ant-popover-placement-topLeft .ant-popover-arrow {
4695
- left: 16px;
4648
+ .ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
4649
+ -webkit-box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
4650
+ box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
4696
4651
  }
4697
- .ant-popover-placement-topRight .ant-popover-arrow {
4698
- right: 16px;
4652
+ .ant-drawer-bottom.ant-drawer-open.no-mask {
4653
+ bottom: 1px;
4654
+ -webkit-transform: translateY(1px);
4655
+ transform: translateY(1px);
4699
4656
  }
4700
- .ant-popover-placement-right .ant-popover-arrow,
4701
- .ant-popover-placement-rightTop .ant-popover-arrow,
4702
- .ant-popover-placement-rightBottom .ant-popover-arrow {
4703
- left: 1.51471863px;
4657
+ .ant-drawer.ant-drawer-open .ant-drawer-mask {
4658
+ height: 100%;
4659
+ opacity: 1;
4660
+ -webkit-transition: none;
4661
+ transition: none;
4662
+ -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4663
+ animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4664
+ pointer-events: auto;
4704
4665
  }
4705
- .ant-popover-placement-right .ant-popover-arrow-content,
4706
- .ant-popover-placement-rightTop .ant-popover-arrow-content,
4707
- .ant-popover-placement-rightBottom .ant-popover-arrow-content {
4708
- -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
4709
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
4710
- -webkit-transform: translateX(4.24264069px) rotate(45deg);
4711
- transform: translateX(4.24264069px) rotate(45deg);
4666
+ .ant-drawer-title {
4667
+ margin: 0;
4668
+ color: rgba(0, 0, 0, 0.85);
4669
+ font-weight: 500;
4670
+ font-size: 16px;
4671
+ line-height: 22px;
4712
4672
  }
4713
- .ant-popover-placement-right .ant-popover-arrow {
4714
- top: 50%;
4715
- -webkit-transform: translateY(-50%);
4716
- transform: translateY(-50%);
4673
+ .ant-drawer-content {
4674
+ position: relative;
4675
+ z-index: 1;
4676
+ overflow: auto;
4677
+ background-color: #fff;
4678
+ background-clip: padding-box;
4679
+ border: 0;
4717
4680
  }
4718
- .ant-popover-placement-rightTop .ant-popover-arrow {
4719
- top: 12px;
4681
+ .ant-drawer-close {
4682
+ display: inline-block;
4683
+ margin-right: 12px;
4684
+ color: rgba(0, 0, 0, 0.45);
4685
+ font-weight: 700;
4686
+ font-size: 16px;
4687
+ font-style: normal;
4688
+ line-height: 1;
4689
+ text-align: center;
4690
+ text-transform: none;
4691
+ text-decoration: none;
4692
+ background: transparent;
4693
+ border: 0;
4694
+ outline: 0;
4695
+ cursor: pointer;
4696
+ -webkit-transition: color 0.3s;
4697
+ transition: color 0.3s;
4698
+ text-rendering: auto;
4720
4699
  }
4721
- .ant-popover-placement-rightBottom .ant-popover-arrow {
4722
- bottom: 12px;
4700
+ .ant-drawer-close:focus,
4701
+ .ant-drawer-close:hover {
4702
+ color: rgba(0, 0, 0, 0.75);
4703
+ text-decoration: none;
4723
4704
  }
4724
- .ant-popover-placement-bottom .ant-popover-arrow,
4725
- .ant-popover-placement-bottomLeft .ant-popover-arrow,
4726
- .ant-popover-placement-bottomRight .ant-popover-arrow {
4727
- top: 1.51471863px;
4705
+ .ant-drawer-header {
4706
+ position: relative;
4707
+ display: -webkit-box;
4708
+ display: -ms-flexbox;
4709
+ display: flex;
4710
+ -webkit-box-align: center;
4711
+ -ms-flex-align: center;
4712
+ align-items: center;
4713
+ -webkit-box-pack: justify;
4714
+ -ms-flex-pack: justify;
4715
+ justify-content: space-between;
4716
+ padding: 16px 24px;
4717
+ color: rgba(0, 0, 0, 0.85);
4718
+ background: #fff;
4719
+ border-bottom: 1px solid #f0f0f0;
4720
+ border-radius: 2px 2px 0 0;
4728
4721
  }
4729
- .ant-popover-placement-bottom .ant-popover-arrow-content,
4730
- .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
4731
- .ant-popover-placement-bottomRight .ant-popover-arrow-content {
4732
- -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
4733
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
4734
- -webkit-transform: translateY(4.24264069px) rotate(45deg);
4735
- transform: translateY(4.24264069px) rotate(45deg);
4722
+ .ant-drawer-header-title {
4723
+ display: -webkit-box;
4724
+ display: -ms-flexbox;
4725
+ display: flex;
4726
+ -webkit-box-align: center;
4727
+ -ms-flex-align: center;
4728
+ align-items: center;
4729
+ -webkit-box-pack: justify;
4730
+ -ms-flex-pack: justify;
4731
+ justify-content: space-between;
4736
4732
  }
4737
- .ant-popover-placement-bottom .ant-popover-arrow {
4738
- left: 50%;
4739
- -webkit-transform: translateX(-50%);
4740
- transform: translateX(-50%);
4733
+ .ant-drawer-header-close-only {
4734
+ padding-bottom: 0;
4735
+ border: none;
4741
4736
  }
4742
- .ant-popover-placement-bottomLeft .ant-popover-arrow {
4743
- left: 16px;
4737
+ .ant-drawer-wrapper-body {
4738
+ display: -webkit-box;
4739
+ display: -ms-flexbox;
4740
+ display: flex;
4741
+ -webkit-box-orient: vertical;
4742
+ -webkit-box-direction: normal;
4743
+ -ms-flex-flow: column nowrap;
4744
+ flex-flow: column nowrap;
4745
+ width: 100%;
4746
+ height: 100%;
4744
4747
  }
4745
- .ant-popover-placement-bottomRight .ant-popover-arrow {
4746
- right: 16px;
4748
+ .ant-drawer-body {
4749
+ -webkit-box-flex: 1;
4750
+ -ms-flex-positive: 1;
4751
+ flex-grow: 1;
4752
+ padding: 24px;
4753
+ overflow: auto;
4754
+ font-size: 14px;
4755
+ line-height: 1.5715;
4756
+ word-wrap: break-word;
4747
4757
  }
4748
- .ant-popover-placement-left .ant-popover-arrow,
4749
- .ant-popover-placement-leftTop .ant-popover-arrow,
4750
- .ant-popover-placement-leftBottom .ant-popover-arrow {
4751
- right: 1.51471863px;
4758
+ .ant-drawer-footer {
4759
+ -ms-flex-negative: 0;
4760
+ flex-shrink: 0;
4761
+ padding: 10px 16px;
4762
+ border-top: 1px solid #f0f0f0;
4752
4763
  }
4753
- .ant-popover-placement-left .ant-popover-arrow-content,
4754
- .ant-popover-placement-leftTop .ant-popover-arrow-content,
4755
- .ant-popover-placement-leftBottom .ant-popover-arrow-content {
4756
- -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
4757
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
4758
- -webkit-transform: translateX(-4.24264069px) rotate(45deg);
4759
- transform: translateX(-4.24264069px) rotate(45deg);
4764
+ .ant-drawer-mask {
4765
+ position: absolute;
4766
+ top: 0;
4767
+ left: 0;
4768
+ width: 100%;
4769
+ height: 0;
4770
+ background-color: rgba(0, 0, 0, 0.45);
4771
+ opacity: 0;
4772
+ -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
4773
+ transition: opacity 0.3s linear, height 0s ease 0.3s;
4774
+ pointer-events: none;
4760
4775
  }
4761
- .ant-popover-placement-left .ant-popover-arrow {
4762
- top: 50%;
4763
- -webkit-transform: translateY(-50%);
4764
- transform: translateY(-50%);
4776
+ .ant-drawer .ant-picker-clear {
4777
+ background: #fff;
4765
4778
  }
4766
- .ant-popover-placement-leftTop .ant-popover-arrow {
4767
- top: 12px;
4779
+ @-webkit-keyframes antdDrawerFadeIn {
4780
+ 0% {
4781
+ opacity: 0;
4782
+ }
4783
+ 100% {
4784
+ opacity: 1;
4785
+ }
4768
4786
  }
4769
- .ant-popover-placement-leftBottom .ant-popover-arrow {
4770
- bottom: 12px;
4787
+ @keyframes antdDrawerFadeIn {
4788
+ 0% {
4789
+ opacity: 0;
4790
+ }
4791
+ 100% {
4792
+ opacity: 1;
4793
+ }
4771
4794
  }
4772
- .ant-popover-pink .ant-popover-inner {
4773
- background-color: #eb2f96;
4795
+ .ant-drawer-rtl {
4796
+ direction: rtl;
4774
4797
  }
4775
- .ant-popover-pink .ant-popover-arrow-content {
4776
- background-color: #eb2f96;
4798
+ .ant-drawer-rtl .ant-drawer-close {
4799
+ margin-right: 0;
4800
+ margin-left: 12px;
4777
4801
  }
4778
- .ant-popover-magenta .ant-popover-inner {
4779
- background-color: #eb2f96;
4802
+ .pandora-sdk-drawer .ant-drawer-content-wrapper {
4803
+ width: 50%;
4804
+ min-width: 600px;
4780
4805
  }
4781
- .ant-popover-magenta .ant-popover-arrow-content {
4782
- background-color: #eb2f96;
4806
+ .pandora-sdk-drawer .ant-drawer-content > div {
4807
+ position: relative;
4783
4808
  }
4784
- .ant-popover-red .ant-popover-inner {
4785
- background-color: #f5222d;
4809
+ .pandora-sdk-drawer .ant-drawer-close-x {
4810
+ width: 60px;
4811
+ height: 60px;
4812
+ line-height: 60px;
4786
4813
  }
4787
- .ant-popover-red .ant-popover-arrow-content {
4788
- background-color: #f5222d;
4814
+ .ant-popover {
4815
+ -webkit-box-sizing: border-box;
4816
+ box-sizing: border-box;
4817
+ margin: 0;
4818
+ padding: 0;
4819
+ color: rgba(0, 0, 0, 0.85);
4820
+ font-size: 14px;
4821
+ font-variant: tabular-nums;
4822
+ line-height: 1.5715;
4823
+ list-style: none;
4824
+ -webkit-font-feature-settings: 'tnum';
4825
+ font-feature-settings: 'tnum';
4826
+ position: absolute;
4827
+ top: 0;
4828
+ left: 0;
4829
+ z-index: 1030;
4830
+ font-weight: normal;
4831
+ white-space: normal;
4832
+ text-align: left;
4833
+ cursor: auto;
4834
+ -webkit-user-select: text;
4835
+ -moz-user-select: text;
4836
+ -ms-user-select: text;
4837
+ user-select: text;
4789
4838
  }
4790
- .ant-popover-volcano .ant-popover-inner {
4791
- background-color: #fa541c;
4839
+ .ant-popover::after {
4840
+ position: absolute;
4841
+ background: rgba(255, 255, 255, 0.01);
4842
+ content: '';
4792
4843
  }
4793
- .ant-popover-volcano .ant-popover-arrow-content {
4794
- background-color: #fa541c;
4844
+ .ant-popover-hidden {
4845
+ display: none;
4795
4846
  }
4796
- .ant-popover-orange .ant-popover-inner {
4797
- background-color: #fa8c16;
4847
+ .ant-popover-placement-top,
4848
+ .ant-popover-placement-topLeft,
4849
+ .ant-popover-placement-topRight {
4850
+ padding-bottom: 10px;
4798
4851
  }
4799
- .ant-popover-orange .ant-popover-arrow-content {
4800
- background-color: #fa8c16;
4852
+ .ant-popover-placement-right,
4853
+ .ant-popover-placement-rightTop,
4854
+ .ant-popover-placement-rightBottom {
4855
+ padding-left: 10px;
4801
4856
  }
4802
- .ant-popover-yellow .ant-popover-inner {
4803
- background-color: #fadb14;
4857
+ .ant-popover-placement-bottom,
4858
+ .ant-popover-placement-bottomLeft,
4859
+ .ant-popover-placement-bottomRight {
4860
+ padding-top: 10px;
4804
4861
  }
4805
- .ant-popover-yellow .ant-popover-arrow-content {
4806
- background-color: #fadb14;
4862
+ .ant-popover-placement-left,
4863
+ .ant-popover-placement-leftTop,
4864
+ .ant-popover-placement-leftBottom {
4865
+ padding-right: 10px;
4807
4866
  }
4808
- .ant-popover-gold .ant-popover-inner {
4809
- background-color: #faad14;
4867
+ .ant-popover-inner {
4868
+ background-color: #fff;
4869
+ background-clip: padding-box;
4870
+ border-radius: 2px;
4871
+ -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);
4872
+ 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);
4873
+ -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
4874
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
4810
4875
  }
4811
- .ant-popover-gold .ant-popover-arrow-content {
4812
- background-color: #faad14;
4876
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
4877
+ .ant-popover {
4878
+ /* IE10+ */
4879
+ }
4880
+ .ant-popover-inner {
4881
+ -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);
4882
+ 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);
4883
+ }
4813
4884
  }
4814
- .ant-popover-cyan .ant-popover-inner {
4815
- background-color: #13c2c2;
4885
+ .ant-popover-title {
4886
+ min-width: 177px;
4887
+ min-height: 32px;
4888
+ margin: 0;
4889
+ padding: 5px 16px 4px;
4890
+ color: rgba(0, 0, 0, 0.85);
4891
+ font-weight: 500;
4892
+ border-bottom: 1px solid #f0f0f0;
4816
4893
  }
4817
- .ant-popover-cyan .ant-popover-arrow-content {
4818
- background-color: #13c2c2;
4894
+ .ant-popover-inner-content {
4895
+ padding: 12px 16px;
4896
+ color: rgba(0, 0, 0, 0.85);
4819
4897
  }
4820
- .ant-popover-lime .ant-popover-inner {
4821
- background-color: #a0d911;
4898
+ .ant-popover-message {
4899
+ position: relative;
4900
+ padding: 4px 0 12px;
4901
+ color: rgba(0, 0, 0, 0.85);
4902
+ font-size: 14px;
4822
4903
  }
4823
- .ant-popover-lime .ant-popover-arrow-content {
4824
- background-color: #a0d911;
4904
+ .ant-popover-message > .anticon {
4905
+ position: absolute;
4906
+ top: 8.0005px;
4907
+ color: #faad14;
4908
+ font-size: 14px;
4825
4909
  }
4826
- .ant-popover-green .ant-popover-inner {
4827
- background-color: #52c41a;
4910
+ .ant-popover-message-title {
4911
+ padding-left: 22px;
4828
4912
  }
4829
- .ant-popover-green .ant-popover-arrow-content {
4830
- background-color: #52c41a;
4913
+ .ant-popover-buttons {
4914
+ margin-bottom: 4px;
4915
+ text-align: right;
4916
+ }
4917
+ .ant-popover-buttons button {
4918
+ margin-left: 8px;
4919
+ }
4920
+ .ant-popover-arrow {
4921
+ position: absolute;
4922
+ display: block;
4923
+ width: 8.48528137px;
4924
+ height: 8.48528137px;
4925
+ overflow: hidden;
4926
+ background: transparent;
4927
+ pointer-events: none;
4928
+ }
4929
+ .ant-popover-arrow-content {
4930
+ position: absolute;
4931
+ top: 0;
4932
+ right: 0;
4933
+ bottom: 0;
4934
+ left: 0;
4935
+ display: block;
4936
+ width: 6px;
4937
+ height: 6px;
4938
+ margin: auto;
4939
+ background-color: #fff;
4940
+ content: '';
4941
+ pointer-events: auto;
4942
+ }
4943
+ .ant-popover-placement-top .ant-popover-arrow,
4944
+ .ant-popover-placement-topLeft .ant-popover-arrow,
4945
+ .ant-popover-placement-topRight .ant-popover-arrow {
4946
+ bottom: 1.51471863px;
4947
+ }
4948
+ .ant-popover-placement-top .ant-popover-arrow-content,
4949
+ .ant-popover-placement-topLeft .ant-popover-arrow-content,
4950
+ .ant-popover-placement-topRight .ant-popover-arrow-content {
4951
+ -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
4952
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
4953
+ -webkit-transform: translateY(-4.24264069px) rotate(45deg);
4954
+ transform: translateY(-4.24264069px) rotate(45deg);
4955
+ }
4956
+ .ant-popover-placement-top .ant-popover-arrow {
4957
+ left: 50%;
4958
+ -webkit-transform: translateX(-50%);
4959
+ transform: translateX(-50%);
4960
+ }
4961
+ .ant-popover-placement-topLeft .ant-popover-arrow {
4962
+ left: 16px;
4963
+ }
4964
+ .ant-popover-placement-topRight .ant-popover-arrow {
4965
+ right: 16px;
4966
+ }
4967
+ .ant-popover-placement-right .ant-popover-arrow,
4968
+ .ant-popover-placement-rightTop .ant-popover-arrow,
4969
+ .ant-popover-placement-rightBottom .ant-popover-arrow {
4970
+ left: 1.51471863px;
4971
+ }
4972
+ .ant-popover-placement-right .ant-popover-arrow-content,
4973
+ .ant-popover-placement-rightTop .ant-popover-arrow-content,
4974
+ .ant-popover-placement-rightBottom .ant-popover-arrow-content {
4975
+ -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
4976
+ box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
4977
+ -webkit-transform: translateX(4.24264069px) rotate(45deg);
4978
+ transform: translateX(4.24264069px) rotate(45deg);
4979
+ }
4980
+ .ant-popover-placement-right .ant-popover-arrow {
4981
+ top: 50%;
4982
+ -webkit-transform: translateY(-50%);
4983
+ transform: translateY(-50%);
4984
+ }
4985
+ .ant-popover-placement-rightTop .ant-popover-arrow {
4986
+ top: 12px;
4987
+ }
4988
+ .ant-popover-placement-rightBottom .ant-popover-arrow {
4989
+ bottom: 12px;
4990
+ }
4991
+ .ant-popover-placement-bottom .ant-popover-arrow,
4992
+ .ant-popover-placement-bottomLeft .ant-popover-arrow,
4993
+ .ant-popover-placement-bottomRight .ant-popover-arrow {
4994
+ top: 1.51471863px;
4995
+ }
4996
+ .ant-popover-placement-bottom .ant-popover-arrow-content,
4997
+ .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
4998
+ .ant-popover-placement-bottomRight .ant-popover-arrow-content {
4999
+ -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
5000
+ box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
5001
+ -webkit-transform: translateY(4.24264069px) rotate(45deg);
5002
+ transform: translateY(4.24264069px) rotate(45deg);
5003
+ }
5004
+ .ant-popover-placement-bottom .ant-popover-arrow {
5005
+ left: 50%;
5006
+ -webkit-transform: translateX(-50%);
5007
+ transform: translateX(-50%);
5008
+ }
5009
+ .ant-popover-placement-bottomLeft .ant-popover-arrow {
5010
+ left: 16px;
5011
+ }
5012
+ .ant-popover-placement-bottomRight .ant-popover-arrow {
5013
+ right: 16px;
5014
+ }
5015
+ .ant-popover-placement-left .ant-popover-arrow,
5016
+ .ant-popover-placement-leftTop .ant-popover-arrow,
5017
+ .ant-popover-placement-leftBottom .ant-popover-arrow {
5018
+ right: 1.51471863px;
5019
+ }
5020
+ .ant-popover-placement-left .ant-popover-arrow-content,
5021
+ .ant-popover-placement-leftTop .ant-popover-arrow-content,
5022
+ .ant-popover-placement-leftBottom .ant-popover-arrow-content {
5023
+ -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
5024
+ box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
5025
+ -webkit-transform: translateX(-4.24264069px) rotate(45deg);
5026
+ transform: translateX(-4.24264069px) rotate(45deg);
5027
+ }
5028
+ .ant-popover-placement-left .ant-popover-arrow {
5029
+ top: 50%;
5030
+ -webkit-transform: translateY(-50%);
5031
+ transform: translateY(-50%);
5032
+ }
5033
+ .ant-popover-placement-leftTop .ant-popover-arrow {
5034
+ top: 12px;
5035
+ }
5036
+ .ant-popover-placement-leftBottom .ant-popover-arrow {
5037
+ bottom: 12px;
5038
+ }
5039
+ .ant-popover-pink .ant-popover-inner {
5040
+ background-color: #eb2f96;
5041
+ }
5042
+ .ant-popover-pink .ant-popover-arrow-content {
5043
+ background-color: #eb2f96;
5044
+ }
5045
+ .ant-popover-magenta .ant-popover-inner {
5046
+ background-color: #eb2f96;
5047
+ }
5048
+ .ant-popover-magenta .ant-popover-arrow-content {
5049
+ background-color: #eb2f96;
5050
+ }
5051
+ .ant-popover-red .ant-popover-inner {
5052
+ background-color: #f5222d;
5053
+ }
5054
+ .ant-popover-red .ant-popover-arrow-content {
5055
+ background-color: #f5222d;
5056
+ }
5057
+ .ant-popover-volcano .ant-popover-inner {
5058
+ background-color: #fa541c;
5059
+ }
5060
+ .ant-popover-volcano .ant-popover-arrow-content {
5061
+ background-color: #fa541c;
5062
+ }
5063
+ .ant-popover-orange .ant-popover-inner {
5064
+ background-color: #fa8c16;
5065
+ }
5066
+ .ant-popover-orange .ant-popover-arrow-content {
5067
+ background-color: #fa8c16;
5068
+ }
5069
+ .ant-popover-yellow .ant-popover-inner {
5070
+ background-color: #fadb14;
5071
+ }
5072
+ .ant-popover-yellow .ant-popover-arrow-content {
5073
+ background-color: #fadb14;
5074
+ }
5075
+ .ant-popover-gold .ant-popover-inner {
5076
+ background-color: #faad14;
5077
+ }
5078
+ .ant-popover-gold .ant-popover-arrow-content {
5079
+ background-color: #faad14;
5080
+ }
5081
+ .ant-popover-cyan .ant-popover-inner {
5082
+ background-color: #13c2c2;
5083
+ }
5084
+ .ant-popover-cyan .ant-popover-arrow-content {
5085
+ background-color: #13c2c2;
5086
+ }
5087
+ .ant-popover-lime .ant-popover-inner {
5088
+ background-color: #a0d911;
5089
+ }
5090
+ .ant-popover-lime .ant-popover-arrow-content {
5091
+ background-color: #a0d911;
5092
+ }
5093
+ .ant-popover-green .ant-popover-inner {
5094
+ background-color: #52c41a;
5095
+ }
5096
+ .ant-popover-green .ant-popover-arrow-content {
5097
+ background-color: #52c41a;
4831
5098
  }
4832
5099
  .ant-popover-blue .ant-popover-inner {
4833
5100
  background-color: #1890ff;
@@ -4874,144 +5141,108 @@ textarea.ant-input {
4874
5141
  .pandora-sdk-datetime-pick-popover {
4875
5142
  width: 650px;
4876
5143
  }
4877
- .ant-drawer {
4878
- position: fixed;
4879
- z-index: 1000;
4880
- width: 0%;
4881
- height: 100%;
4882
- -webkit-transition: width 0s ease 0.3s, height 0s ease 0.3s;
4883
- transition: width 0s ease 0.3s, height 0s ease 0.3s;
5144
+ .pandora-sdk-key-value-label,
5145
+ .pandora-sdk-key-value-value {
5146
+ display: inline-block;
5147
+ overflow: hidden;
5148
+ text-overflow: ellipsis;
5149
+ white-space: nowrap;
5150
+ line-height: 1.8;
5151
+ vertical-align: middle;
4884
5152
  }
4885
- .ant-drawer-content-wrapper {
4886
- position: absolute;
4887
- width: 100%;
4888
- height: 100%;
4889
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4890
- transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4891
- transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4892
- transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
5153
+ .pandora-sdk-key-value-label {
5154
+ color: #666;
5155
+ width: 30%;
4893
5156
  }
4894
- .ant-drawer .ant-drawer-content {
4895
- width: 100%;
4896
- height: 100%;
5157
+ .pandora-sdk-key-value-value {
5158
+ color: #333;
5159
+ width: 70%;
4897
5160
  }
4898
- .ant-drawer-left,
4899
- .ant-drawer-right {
4900
- top: 0;
4901
- width: 0%;
4902
- height: 100%;
5161
+ .ant-modal {
5162
+ -webkit-box-sizing: border-box;
5163
+ box-sizing: border-box;
5164
+ margin: 0;
5165
+ padding: 0;
5166
+ color: rgba(0, 0, 0, 0.85);
5167
+ font-size: 14px;
5168
+ font-variant: tabular-nums;
5169
+ line-height: 1.5715;
5170
+ list-style: none;
5171
+ -webkit-font-feature-settings: 'tnum';
5172
+ font-feature-settings: 'tnum';
5173
+ pointer-events: none;
5174
+ position: relative;
5175
+ top: 100px;
5176
+ width: auto;
5177
+ max-width: calc(100vw - 32px);
5178
+ margin: 0 auto;
5179
+ padding-bottom: 24px;
4903
5180
  }
4904
- .ant-drawer-left .ant-drawer-content-wrapper,
4905
- .ant-drawer-right .ant-drawer-content-wrapper {
4906
- height: 100%;
5181
+ .ant-modal.ant-zoom-enter,
5182
+ .ant-modal.antzoom-appear {
5183
+ -webkit-transform: none;
5184
+ transform: none;
5185
+ opacity: 0;
5186
+ -webkit-animation-duration: 0.3s;
5187
+ animation-duration: 0.3s;
5188
+ -webkit-user-select: none;
5189
+ -moz-user-select: none;
5190
+ -ms-user-select: none;
5191
+ user-select: none;
4907
5192
  }
4908
- .ant-drawer-left.ant-drawer-open,
4909
- .ant-drawer-right.ant-drawer-open {
4910
- width: 100%;
4911
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4912
- transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4913
- transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4914
- transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4915
- }
4916
- .ant-drawer-left {
4917
- left: 0;
4918
- }
4919
- .ant-drawer-left .ant-drawer-content-wrapper {
4920
- left: 0;
4921
- }
4922
- .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
4923
- -webkit-box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
4924
- box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
4925
- }
4926
- .ant-drawer-right {
4927
- right: 0;
4928
- }
4929
- .ant-drawer-right .ant-drawer-content-wrapper {
5193
+ .ant-modal-mask {
5194
+ position: fixed;
5195
+ top: 0;
4930
5196
  right: 0;
4931
- }
4932
- .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
4933
- -webkit-box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
4934
- box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
4935
- }
4936
- .ant-drawer-right.ant-drawer-open.no-mask {
4937
- right: 1px;
4938
- -webkit-transform: translateX(1px);
4939
- transform: translateX(1px);
4940
- }
4941
- .ant-drawer-top,
4942
- .ant-drawer-bottom {
5197
+ bottom: 0;
4943
5198
  left: 0;
4944
- width: 100%;
4945
- height: 0%;
4946
- }
4947
- .ant-drawer-top .ant-drawer-content-wrapper,
4948
- .ant-drawer-bottom .ant-drawer-content-wrapper {
4949
- width: 100%;
4950
- }
4951
- .ant-drawer-top.ant-drawer-open,
4952
- .ant-drawer-bottom.ant-drawer-open {
5199
+ z-index: 1000;
4953
5200
  height: 100%;
4954
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4955
- transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4956
- transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4957
- transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4958
- }
4959
- .ant-drawer-top {
4960
- top: 0;
4961
- }
4962
- .ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
4963
- -webkit-box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
4964
- box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
5201
+ background-color: rgba(0, 0, 0, 0.45);
4965
5202
  }
4966
- .ant-drawer-bottom {
4967
- bottom: 0;
5203
+ .ant-modal-mask-hidden {
5204
+ display: none;
4968
5205
  }
4969
- .ant-drawer-bottom .ant-drawer-content-wrapper {
5206
+ .ant-modal-wrap {
5207
+ position: fixed;
5208
+ top: 0;
5209
+ right: 0;
4970
5210
  bottom: 0;
5211
+ left: 0;
5212
+ overflow: auto;
5213
+ outline: 0;
5214
+ -webkit-overflow-scrolling: touch;
4971
5215
  }
4972
- .ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
4973
- -webkit-box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
4974
- box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
4975
- }
4976
- .ant-drawer-bottom.ant-drawer-open.no-mask {
4977
- bottom: 1px;
4978
- -webkit-transform: translateY(1px);
4979
- transform: translateY(1px);
4980
- }
4981
- .ant-drawer.ant-drawer-open .ant-drawer-mask {
4982
- height: 100%;
4983
- opacity: 1;
4984
- -webkit-transition: none;
4985
- transition: none;
4986
- -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4987
- animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4988
- pointer-events: auto;
5216
+ .ant-modal-wrap {
5217
+ z-index: 1000;
4989
5218
  }
4990
- .ant-drawer-title {
5219
+ .ant-modal-title {
4991
5220
  margin: 0;
4992
5221
  color: rgba(0, 0, 0, 0.85);
4993
5222
  font-weight: 500;
4994
5223
  font-size: 16px;
4995
5224
  line-height: 22px;
5225
+ word-wrap: break-word;
4996
5226
  }
4997
- .ant-drawer-content {
5227
+ .ant-modal-content {
4998
5228
  position: relative;
4999
- z-index: 1;
5000
- overflow: auto;
5001
5229
  background-color: #fff;
5002
5230
  background-clip: padding-box;
5003
5231
  border: 0;
5232
+ border-radius: 2px;
5233
+ -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);
5234
+ 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);
5235
+ pointer-events: auto;
5004
5236
  }
5005
- .ant-drawer-close {
5006
- display: inline-block;
5007
- margin-right: 12px;
5237
+ .ant-modal-close {
5238
+ position: absolute;
5239
+ top: 0;
5240
+ right: 0;
5241
+ z-index: 10;
5242
+ padding: 0;
5008
5243
  color: rgba(0, 0, 0, 0.45);
5009
5244
  font-weight: 700;
5010
- font-size: 16px;
5011
- font-style: normal;
5012
5245
  line-height: 1;
5013
- text-align: center;
5014
- text-transform: none;
5015
5246
  text-decoration: none;
5016
5247
  background: transparent;
5017
5248
  border: 0;
@@ -5019,144 +5250,194 @@ textarea.ant-input {
5019
5250
  cursor: pointer;
5020
5251
  -webkit-transition: color 0.3s;
5021
5252
  transition: color 0.3s;
5253
+ }
5254
+ .ant-modal-close-x {
5255
+ display: block;
5256
+ width: 56px;
5257
+ height: 56px;
5258
+ font-size: 16px;
5259
+ font-style: normal;
5260
+ line-height: 56px;
5261
+ text-align: center;
5262
+ text-transform: none;
5022
5263
  text-rendering: auto;
5023
5264
  }
5024
- .ant-drawer-close:focus,
5025
- .ant-drawer-close:hover {
5265
+ .ant-modal-close:focus,
5266
+ .ant-modal-close:hover {
5026
5267
  color: rgba(0, 0, 0, 0.75);
5027
5268
  text-decoration: none;
5028
5269
  }
5029
- .ant-drawer-header {
5030
- position: relative;
5031
- display: -webkit-box;
5032
- display: -ms-flexbox;
5033
- display: flex;
5034
- -webkit-box-align: center;
5035
- -ms-flex-align: center;
5036
- align-items: center;
5037
- -webkit-box-pack: justify;
5038
- -ms-flex-pack: justify;
5039
- justify-content: space-between;
5270
+ .ant-modal-header {
5040
5271
  padding: 16px 24px;
5041
5272
  color: rgba(0, 0, 0, 0.85);
5042
5273
  background: #fff;
5043
5274
  border-bottom: 1px solid #f0f0f0;
5044
5275
  border-radius: 2px 2px 0 0;
5045
5276
  }
5046
- .ant-drawer-header-title {
5047
- display: -webkit-box;
5048
- display: -ms-flexbox;
5049
- display: flex;
5050
- -webkit-box-align: center;
5051
- -ms-flex-align: center;
5052
- align-items: center;
5053
- -webkit-box-pack: justify;
5054
- -ms-flex-pack: justify;
5055
- justify-content: space-between;
5056
- }
5057
- .ant-drawer-header-close-only {
5058
- padding-bottom: 0;
5059
- border: none;
5060
- }
5061
- .ant-drawer-wrapper-body {
5062
- display: -webkit-box;
5063
- display: -ms-flexbox;
5064
- display: flex;
5065
- -webkit-box-orient: vertical;
5066
- -webkit-box-direction: normal;
5067
- -ms-flex-flow: column nowrap;
5068
- flex-flow: column nowrap;
5069
- width: 100%;
5070
- height: 100%;
5071
- }
5072
- .ant-drawer-body {
5073
- -webkit-box-flex: 1;
5074
- -ms-flex-positive: 1;
5075
- flex-grow: 1;
5277
+ .ant-modal-body {
5076
5278
  padding: 24px;
5077
- overflow: auto;
5078
5279
  font-size: 14px;
5079
5280
  line-height: 1.5715;
5080
5281
  word-wrap: break-word;
5081
5282
  }
5082
- .ant-drawer-footer {
5083
- -ms-flex-negative: 0;
5084
- flex-shrink: 0;
5283
+ .ant-modal-footer {
5085
5284
  padding: 10px 16px;
5285
+ text-align: right;
5286
+ background: transparent;
5086
5287
  border-top: 1px solid #f0f0f0;
5288
+ border-radius: 0 0 2px 2px;
5087
5289
  }
5088
- .ant-drawer-mask {
5089
- position: absolute;
5090
- top: 0;
5091
- left: 0;
5092
- width: 100%;
5093
- height: 0;
5094
- background-color: rgba(0, 0, 0, 0.45);
5095
- opacity: 0;
5096
- -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
5097
- transition: opacity 0.3s linear, height 0s ease 0.3s;
5098
- pointer-events: none;
5290
+ .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
5291
+ margin-bottom: 0;
5292
+ margin-left: 8px;
5099
5293
  }
5100
- .ant-drawer .ant-picker-clear {
5101
- background: #fff;
5294
+ .ant-modal-open {
5295
+ overflow: hidden;
5102
5296
  }
5103
- @-webkit-keyframes antdDrawerFadeIn {
5104
- 0% {
5105
- opacity: 0;
5106
- }
5107
- 100% {
5108
- opacity: 1;
5109
- }
5297
+ .ant-modal-centered {
5298
+ text-align: center;
5110
5299
  }
5111
- @keyframes antdDrawerFadeIn {
5112
- 0% {
5113
- opacity: 0;
5300
+ .ant-modal-centered::before {
5301
+ display: inline-block;
5302
+ width: 0;
5303
+ height: 100%;
5304
+ vertical-align: middle;
5305
+ content: '';
5306
+ }
5307
+ .ant-modal-centered .ant-modal {
5308
+ top: 0;
5309
+ display: inline-block;
5310
+ text-align: left;
5311
+ vertical-align: middle;
5312
+ }
5313
+ @media (max-width: 767px) {
5314
+ .ant-modal {
5315
+ max-width: calc(100vw - 16px);
5316
+ margin: 8px auto;
5114
5317
  }
5115
- 100% {
5116
- opacity: 1;
5318
+ .ant-modal-centered .ant-modal {
5319
+ -webkit-box-flex: 1;
5320
+ -ms-flex: 1;
5321
+ flex: 1;
5117
5322
  }
5118
5323
  }
5119
- .ant-drawer-rtl {
5120
- direction: rtl;
5324
+ .ant-modal-confirm .ant-modal-header {
5325
+ display: none;
5121
5326
  }
5122
- .ant-drawer-rtl .ant-drawer-close {
5123
- margin-right: 0;
5124
- margin-left: 12px;
5327
+ .ant-modal-confirm .ant-modal-body {
5328
+ padding: 32px 32px 24px;
5125
5329
  }
5126
- .pandora-sdk-drawer .ant-drawer-content-wrapper {
5127
- width: 50%;
5128
- min-width: 600px;
5330
+ .ant-modal-confirm-body-wrapper::before {
5331
+ display: table;
5332
+ content: '';
5129
5333
  }
5130
- .pandora-sdk-drawer .ant-drawer-content > div {
5131
- position: relative;
5334
+ .ant-modal-confirm-body-wrapper::after {
5335
+ display: table;
5336
+ clear: both;
5337
+ content: '';
5132
5338
  }
5133
- .pandora-sdk-drawer .ant-drawer-close-x {
5134
- width: 60px;
5135
- height: 60px;
5136
- line-height: 60px;
5339
+ .ant-modal-confirm-body .ant-modal-confirm-title {
5340
+ display: block;
5341
+ overflow: hidden;
5342
+ color: rgba(0, 0, 0, 0.85);
5343
+ font-weight: 500;
5344
+ font-size: 16px;
5345
+ line-height: 1.4;
5137
5346
  }
5138
- .ant-input[disabled] {
5139
- border-color: #d9d9d9;
5347
+ .ant-modal-confirm-body .ant-modal-confirm-content {
5348
+ margin-top: 8px;
5349
+ color: rgba(0, 0, 0, 0.85);
5350
+ font-size: 14px;
5140
5351
  }
5141
- .ant-input-group-addon {
5142
- color: #666;
5352
+ .ant-modal-confirm-body > .anticon {
5353
+ float: left;
5354
+ margin-right: 16px;
5355
+ font-size: 22px;
5143
5356
  }
5144
- .pandora-sdk-key-value-label,
5145
- .pandora-sdk-key-value-value {
5146
- display: inline-block;
5147
- overflow: hidden;
5148
- text-overflow: ellipsis;
5149
- white-space: nowrap;
5150
- line-height: 1.8;
5151
- vertical-align: middle;
5357
+ .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
5358
+ margin-left: 38px;
5152
5359
  }
5153
- .pandora-sdk-key-value-label {
5154
- color: #666;
5155
- width: 30%;
5360
+ .ant-modal-confirm .ant-modal-confirm-btns {
5361
+ float: right;
5362
+ margin-top: 24px;
5156
5363
  }
5157
- .pandora-sdk-key-value-value {
5158
- color: #333;
5159
- width: 70%;
5364
+ .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
5365
+ margin-bottom: 0;
5366
+ margin-left: 8px;
5367
+ }
5368
+ .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
5369
+ color: #ff4d4f;
5370
+ }
5371
+ .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
5372
+ .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
5373
+ color: #faad14;
5374
+ }
5375
+ .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
5376
+ color: #1890ff;
5377
+ }
5378
+ .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
5379
+ color: #52c41a;
5380
+ }
5381
+ .ant-modal-wrap-rtl {
5382
+ direction: rtl;
5383
+ }
5384
+ .ant-modal-wrap-rtl .ant-modal-close {
5385
+ right: initial;
5386
+ left: 0;
5387
+ }
5388
+ .ant-modal-wrap-rtl .ant-modal-footer {
5389
+ text-align: left;
5390
+ }
5391
+ .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
5392
+ margin-right: 8px;
5393
+ margin-left: 0;
5394
+ }
5395
+ .ant-modal-wrap-rtl .ant-modal-confirm-body {
5396
+ direction: rtl;
5397
+ }
5398
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
5399
+ float: right;
5400
+ margin-right: 0;
5401
+ margin-left: 16px;
5402
+ }
5403
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
5404
+ margin-right: 38px;
5405
+ margin-left: 0;
5406
+ }
5407
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns {
5408
+ float: left;
5409
+ }
5410
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
5411
+ margin-right: 8px;
5412
+ margin-left: 0;
5413
+ }
5414
+ .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
5415
+ text-align: right;
5416
+ }
5417
+ .pandora-sdk-modal .ant-modal-header {
5418
+ border-color: rgba(0, 0, 0, 0.09);
5419
+ }
5420
+ .pandora-sdk-modal .ant-modal-body {
5421
+ max-height: 70vh;
5422
+ overflow-y: auto;
5423
+ background: #d9d9d9;
5424
+ padding: 0px 60px;
5425
+ padding-top: 24px;
5426
+ border-radius: 0 0 2px 2px;
5427
+ }
5428
+ .pandora-sdk-modal .ant-modal-footer {
5429
+ border: none;
5430
+ padding: 32px 24px 24px 24px;
5431
+ }
5432
+ .pandora-sdk-modal .ant-modal-footer .ant-btn {
5433
+ min-width: 60px;
5434
+ height: 32px;
5435
+ margin-left: 12px;
5436
+ font-size: 14px;
5437
+ color: rgba(0, 0, 0, 0.85);
5438
+ }
5439
+ .pandora-sdk-modal .ant-modal-footer .ant-btn-primary {
5440
+ color: #d9d9d9;
5160
5441
  }
5161
5442
  .ant-menu-item-danger.ant-menu-item {
5162
5443
  color: #ff4d4f;
@@ -5956,473 +6237,192 @@ textarea.ant-input {
5956
6237
  .ant-menu-dark .ant-menu-item-active > span > a,
5957
6238
  .ant-menu-dark .ant-menu-submenu-active > span > a,
5958
6239
  .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;
6274
- }
6275
- .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
6276
- margin-bottom: 0;
6277
- margin-left: 8px;
6240
+ .ant-menu-dark .ant-menu-submenu-selected > span > a,
6241
+ .ant-menu-dark .ant-menu-submenu-title:hover > span > a {
6242
+ color: #fff;
6278
6243
  }
6279
- .ant-modal-open {
6280
- overflow: hidden;
6244
+ .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6245
+ .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6246
+ .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6247
+ .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6248
+ .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
6249
+ .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
6250
+ opacity: 1;
6281
6251
  }
6282
- .ant-modal-centered {
6283
- text-align: center;
6252
+ .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6253
+ .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6254
+ .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6255
+ .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6256
+ .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6257
+ .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6258
+ .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6259
+ .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6260
+ .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6261
+ .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6262
+ .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6263
+ .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
6264
+ background: #fff;
6284
6265
  }
6285
- .ant-modal-centered::before {
6286
- display: inline-block;
6287
- width: 0;
6288
- height: 100%;
6289
- vertical-align: middle;
6290
- content: '';
6266
+ .ant-menu-dark .ant-menu-item:hover {
6267
+ background-color: transparent;
6291
6268
  }
6292
- .ant-modal-centered .ant-modal {
6293
- top: 0;
6294
- display: inline-block;
6295
- text-align: left;
6296
- vertical-align: middle;
6269
+ .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
6270
+ background-color: #1890ff;
6297
6271
  }
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
- }
6272
+ .ant-menu-dark .ant-menu-item-selected {
6273
+ color: #fff;
6274
+ border-right: 0;
6308
6275
  }
6309
- .ant-modal-confirm .ant-modal-header {
6310
- display: none;
6276
+ .ant-menu-dark .ant-menu-item-selected::after {
6277
+ border-right: 0;
6311
6278
  }
6312
- .ant-modal-confirm .ant-modal-body {
6313
- padding: 32px 32px 24px;
6279
+ .ant-menu-dark .ant-menu-item-selected > a,
6280
+ .ant-menu-dark .ant-menu-item-selected > span > a,
6281
+ .ant-menu-dark .ant-menu-item-selected > a:hover,
6282
+ .ant-menu-dark .ant-menu-item-selected > span > a:hover {
6283
+ color: #fff;
6314
6284
  }
6315
- .ant-modal-confirm-body-wrapper::before {
6316
- display: table;
6317
- content: '';
6285
+ .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
6286
+ .ant-menu-dark .ant-menu-item-selected .anticon {
6287
+ color: #fff;
6318
6288
  }
6319
- .ant-modal-confirm-body-wrapper::after {
6320
- display: table;
6321
- clear: both;
6322
- content: '';
6289
+ .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
6290
+ .ant-menu-dark .ant-menu-item-selected .anticon + span {
6291
+ color: #fff;
6323
6292
  }
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;
6293
+ .ant-menu.ant-menu-dark .ant-menu-item-selected,
6294
+ .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
6295
+ background-color: #1890ff;
6331
6296
  }
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;
6297
+ .ant-menu-dark .ant-menu-item-disabled,
6298
+ .ant-menu-dark .ant-menu-submenu-disabled,
6299
+ .ant-menu-dark .ant-menu-item-disabled > a,
6300
+ .ant-menu-dark .ant-menu-submenu-disabled > a,
6301
+ .ant-menu-dark .ant-menu-item-disabled > span > a,
6302
+ .ant-menu-dark .ant-menu-submenu-disabled > span > a {
6303
+ color: rgba(255, 255, 255, 0.35) !important;
6304
+ opacity: 0.8;
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-disabled > .ant-menu-submenu-title,
6307
+ .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
6308
+ color: rgba(255, 255, 255, 0.35) !important;
6341
6309
  }
6342
- .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
6343
- margin-left: 38px;
6310
+ .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6311
+ .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
6312
+ .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
6313
+ .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
6314
+ background: rgba(255, 255, 255, 0.35) !important;
6344
6315
  }
6345
- .ant-modal-confirm .ant-modal-confirm-btns {
6346
- float: right;
6347
- margin-top: 24px;
6316
+ .ant-menu.ant-menu-rtl {
6317
+ direction: rtl;
6318
+ text-align: right;
6348
6319
  }
6349
- .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
6350
- margin-bottom: 0;
6351
- margin-left: 8px;
6320
+ .ant-menu-rtl .ant-menu-item-group-title {
6321
+ text-align: right;
6352
6322
  }
6353
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
6354
- color: #ff4d4f;
6323
+ .ant-menu-rtl.ant-menu-inline,
6324
+ .ant-menu-rtl.ant-menu-vertical {
6325
+ border-right: none;
6326
+ border-left: 1px solid #f0f0f0;
6355
6327
  }
6356
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
6357
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
6358
- color: #faad14;
6328
+ .ant-menu-rtl.ant-menu-dark.ant-menu-inline,
6329
+ .ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
6330
+ border-left: none;
6359
6331
  }
6360
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
6361
- color: #1890ff;
6332
+ .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
6333
+ .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
6334
+ .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
6335
+ .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
6336
+ .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
6337
+ .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
6338
+ -webkit-transform-origin: top right;
6339
+ transform-origin: top right;
6362
6340
  }
6363
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
6364
- color: #52c41a;
6341
+ .ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
6342
+ .ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
6343
+ .ant-menu-rtl .ant-menu-item .anticon,
6344
+ .ant-menu-rtl .ant-menu-submenu-title .anticon {
6345
+ margin-right: auto;
6346
+ margin-left: 10px;
6365
6347
  }
6366
- .ant-modal-wrap-rtl {
6367
- direction: rtl;
6348
+ .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
6349
+ .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
6350
+ .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
6351
+ .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
6352
+ margin-left: 0;
6368
6353
  }
6369
- .ant-modal-wrap-rtl .ant-modal-close {
6370
- right: initial;
6371
- left: 0;
6354
+ .ant-menu-submenu-rtl.ant-menu-submenu-popup {
6355
+ -webkit-transform-origin: 100% 0;
6356
+ transform-origin: 100% 0;
6372
6357
  }
6373
- .ant-modal-wrap-rtl .ant-modal-footer {
6374
- text-align: left;
6358
+ .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6359
+ .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6360
+ .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
6361
+ .ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
6362
+ right: auto;
6363
+ left: 16px;
6375
6364
  }
6376
- .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
6377
- margin-right: 8px;
6378
- margin-left: 0;
6365
+ .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6366
+ .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
6367
+ .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
6368
+ -webkit-transform: rotate(-45deg) translateY(-2px);
6369
+ transform: rotate(-45deg) translateY(-2px);
6379
6370
  }
6380
- .ant-modal-wrap-rtl .ant-modal-confirm-body {
6381
- direction: rtl;
6371
+ .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6372
+ .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
6373
+ .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
6374
+ -webkit-transform: rotate(45deg) translateY(2px);
6375
+ transform: rotate(45deg) translateY(2px);
6382
6376
  }
6383
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
6384
- float: right;
6385
- margin-right: 0;
6386
- margin-left: 16px;
6377
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
6378
+ .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
6379
+ .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
6380
+ .ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
6381
+ right: auto;
6382
+ left: 0;
6387
6383
  }
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;
6384
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-item,
6385
+ .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
6386
+ .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
6387
+ .ant-menu-rtl.ant-menu-inline .ant-menu-item,
6388
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
6389
+ .ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
6390
+ .ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
6391
+ .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6392
+ text-align: right;
6391
6393
  }
6392
- .ant-modal-wrap-rtl .ant-modal-confirm-btns {
6393
- float: left;
6394
+ .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
6395
+ padding-right: 0;
6396
+ padding-left: 34px;
6394
6397
  }
6395
- .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
6396
- margin-right: 8px;
6397
- margin-left: 0;
6398
+ .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
6399
+ padding-right: 16px;
6400
+ padding-left: 34px;
6398
6401
  }
6399
- .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
6400
- text-align: right;
6402
+ .ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
6403
+ padding: 0 calc(50% - 16px / 2);
6401
6404
  }
6402
- .pandora-sdk-modal .ant-modal-header {
6403
- border-color: rgba(0, 0, 0, 0.09);
6405
+ .ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
6406
+ .ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
6407
+ padding: 0 28px 0 16px;
6404
6408
  }
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;
6409
+ .ant-menu-sub.ant-menu-inline {
6410
+ border: 0;
6412
6411
  }
6413
- .pandora-sdk-modal .ant-modal-footer {
6414
- border: none;
6415
- padding: 32px 24px 24px 24px;
6412
+ .ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
6413
+ padding-right: 32px;
6414
+ padding-left: 0;
6416
6415
  }
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);
6416
+ .ant-menu-vertical.ant-menu-sub:not([class*='-active']),
6417
+ .ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
6418
+ .ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
6419
+ max-height: 320px;
6423
6420
  }
6424
- .pandora-sdk-modal .ant-modal-footer .ant-btn-primary {
6425
- color: #d9d9d9;
6421
+ .ant-menu-item .pandora-sdk-menu-item-a {
6422
+ color: #333;
6423
+ }
6424
+ .ant-menu-horizontal > .ant-menu-item .pandora-sdk-menu-item-a {
6425
+ color: #333;
6426
6426
  }
6427
6427
  .pandora-sdk-name-explain-icon {
6428
6428
  color: inherit;
@@ -8656,274 +8656,21 @@ textarea.ant-input-number {
8656
8656
  color: #2c6dd2;
8657
8657
  cursor: default;
8658
8658
  }
8659
- .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option::before,
8660
- .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option::after {
8661
- content: none;
8662
- }
8663
- .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option a {
8664
- color: #2c6dd2;
8665
- }
8666
- .pandora-sdk-selector-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state .anticon-check.anticon {
8667
- color: #2c6dd2;
8668
- }
8669
- .pandora-sdk-selector-create-lint {
8670
- display: block;
8671
- }
8672
- .pandora-sdk-close-icon {
8673
- color: #d9d9d9;
8674
- }
8675
- .ant-spin {
8676
- -webkit-box-sizing: border-box;
8677
- box-sizing: border-box;
8678
- margin: 0;
8679
- padding: 0;
8680
- color: rgba(0, 0, 0, 0.85);
8681
- font-size: 14px;
8682
- font-variant: tabular-nums;
8683
- line-height: 1.5715;
8684
- list-style: none;
8685
- -webkit-font-feature-settings: 'tnum';
8686
- font-feature-settings: 'tnum';
8687
- position: absolute;
8688
- display: none;
8689
- color: #1890ff;
8690
- text-align: center;
8691
- vertical-align: middle;
8692
- opacity: 0;
8693
- -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8694
- transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8695
- transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8696
- transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
8697
- }
8698
- .ant-spin-spinning {
8699
- position: static;
8700
- display: inline-block;
8701
- opacity: 1;
8702
- }
8703
- .ant-spin-nested-loading {
8704
- position: relative;
8705
- }
8706
- .ant-spin-nested-loading > div > .ant-spin {
8707
- position: absolute;
8708
- top: 0;
8709
- left: 0;
8710
- z-index: 4;
8711
- display: block;
8712
- width: 100%;
8713
- height: 100%;
8714
- max-height: 400px;
8715
- }
8716
- .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
8717
- position: absolute;
8718
- top: 50%;
8719
- left: 50%;
8720
- margin: -10px;
8721
- }
8722
- .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
8723
- position: absolute;
8724
- top: 50%;
8725
- width: 100%;
8726
- padding-top: 5px;
8727
- text-shadow: 0 1px 2px #fff;
8728
- }
8729
- .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
8730
- margin-top: -20px;
8731
- }
8732
- .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
8733
- margin: -7px;
8734
- }
8735
- .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
8736
- padding-top: 2px;
8737
- }
8738
- .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
8739
- margin-top: -17px;
8740
- }
8741
- .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
8742
- margin: -16px;
8743
- }
8744
- .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
8745
- padding-top: 11px;
8746
- }
8747
- .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
8748
- margin-top: -26px;
8749
- }
8750
- .ant-spin-container {
8751
- position: relative;
8752
- -webkit-transition: opacity 0.3s;
8753
- transition: opacity 0.3s;
8754
- }
8755
- .ant-spin-container::after {
8756
- position: absolute;
8757
- top: 0;
8758
- right: 0;
8759
- bottom: 0;
8760
- left: 0;
8761
- z-index: 10;
8762
- display: none \9;
8763
- width: 100%;
8764
- height: 100%;
8765
- background: #fff;
8766
- opacity: 0;
8767
- -webkit-transition: all 0.3s;
8768
- transition: all 0.3s;
8769
- content: '';
8770
- pointer-events: none;
8771
- }
8772
- .ant-spin-blur {
8773
- clear: both;
8774
- opacity: 0.5;
8775
- -webkit-user-select: none;
8776
- -moz-user-select: none;
8777
- -ms-user-select: none;
8778
- user-select: none;
8779
- pointer-events: none;
8780
- }
8781
- .ant-spin-blur::after {
8782
- opacity: 0.4;
8783
- pointer-events: auto;
8784
- }
8785
- .ant-spin-tip {
8786
- color: rgba(0, 0, 0, 0.45);
8787
- }
8788
- .ant-spin-dot {
8789
- position: relative;
8790
- display: inline-block;
8791
- font-size: 20px;
8792
- width: 1em;
8793
- height: 1em;
8794
- }
8795
- .ant-spin-dot-item {
8796
- position: absolute;
8797
- display: block;
8798
- width: 9px;
8799
- height: 9px;
8800
- background-color: #1890ff;
8801
- border-radius: 100%;
8802
- -webkit-transform: scale(0.75);
8803
- transform: scale(0.75);
8804
- -webkit-transform-origin: 50% 50%;
8805
- transform-origin: 50% 50%;
8806
- opacity: 0.3;
8807
- -webkit-animation: antSpinMove 1s infinite linear alternate;
8808
- animation: antSpinMove 1s infinite linear alternate;
8809
- }
8810
- .ant-spin-dot-item:nth-child(1) {
8811
- top: 0;
8812
- left: 0;
8813
- }
8814
- .ant-spin-dot-item:nth-child(2) {
8815
- top: 0;
8816
- right: 0;
8817
- -webkit-animation-delay: 0.4s;
8818
- animation-delay: 0.4s;
8819
- }
8820
- .ant-spin-dot-item:nth-child(3) {
8821
- right: 0;
8822
- bottom: 0;
8823
- -webkit-animation-delay: 0.8s;
8824
- animation-delay: 0.8s;
8825
- }
8826
- .ant-spin-dot-item:nth-child(4) {
8827
- bottom: 0;
8828
- left: 0;
8829
- -webkit-animation-delay: 1.2s;
8830
- animation-delay: 1.2s;
8831
- }
8832
- .ant-spin-dot-spin {
8833
- -webkit-transform: rotate(45deg);
8834
- transform: rotate(45deg);
8835
- -webkit-animation: antRotate 1.2s infinite linear;
8836
- animation: antRotate 1.2s infinite linear;
8837
- }
8838
- .ant-spin-sm .ant-spin-dot {
8839
- font-size: 14px;
8840
- }
8841
- .ant-spin-sm .ant-spin-dot i {
8842
- width: 6px;
8843
- height: 6px;
8844
- }
8845
- .ant-spin-lg .ant-spin-dot {
8846
- font-size: 32px;
8847
- }
8848
- .ant-spin-lg .ant-spin-dot i {
8849
- width: 14px;
8850
- height: 14px;
8851
- }
8852
- .ant-spin.ant-spin-show-text .ant-spin-text {
8853
- display: block;
8854
- }
8855
- @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
8856
- /* IE10+ */
8857
- .ant-spin-blur {
8858
- background: #fff;
8859
- opacity: 0.5;
8860
- }
8861
- }
8862
- @-webkit-keyframes antSpinMove {
8863
- to {
8864
- opacity: 1;
8865
- }
8866
- }
8867
- @keyframes antSpinMove {
8868
- to {
8869
- opacity: 1;
8870
- }
8871
- }
8872
- @-webkit-keyframes antRotate {
8873
- to {
8874
- -webkit-transform: rotate(405deg);
8875
- transform: rotate(405deg);
8876
- }
8877
- }
8878
- @keyframes antRotate {
8879
- to {
8880
- -webkit-transform: rotate(405deg);
8881
- transform: rotate(405deg);
8882
- }
8883
- }
8884
- .ant-spin-rtl {
8885
- direction: rtl;
8886
- }
8887
- .ant-spin-rtl .ant-spin-dot-spin {
8888
- -webkit-transform: rotate(-45deg);
8889
- transform: rotate(-45deg);
8890
- -webkit-animation-name: antRotateRtl;
8891
- animation-name: antRotateRtl;
8892
- }
8893
- @-webkit-keyframes antRotateRtl {
8894
- to {
8895
- -webkit-transform: rotate(-405deg);
8896
- transform: rotate(-405deg);
8897
- }
8898
- }
8899
- @keyframes antRotateRtl {
8900
- to {
8901
- -webkit-transform: rotate(-405deg);
8902
- transform: rotate(-405deg);
8903
- }
8904
- }
8905
- .pandora-sdk-spin-container {
8906
- position: relative;
8907
- width: 100%;
8908
- height: 100%;
8659
+ .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option::before,
8660
+ .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option::after {
8661
+ content: none;
8909
8662
  }
8910
- .pandora-sdk-spin-container .pandora-sdk-spin-loading {
8911
- position: absolute;
8912
- width: 60px;
8913
- height: 60px;
8914
- top: 50%;
8915
- left: 50%;
8916
- -webkit-transform: translate(-50%, -50%);
8917
- transform: translate(-50%, -50%);
8663
+ .pandora-sdk-selector-dropdown .pandora-sdk-selector-create-option a {
8664
+ color: #2c6dd2;
8918
8665
  }
8919
- .pandora-sdk-spin-container .ant-spin-container {
8920
- height: 100%;
8666
+ .pandora-sdk-selector-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state .anticon-check.anticon {
8667
+ color: #2c6dd2;
8921
8668
  }
8922
- .pandora-sdk-spin-container .ant-spin-container > div {
8923
- height: 100%;
8669
+ .pandora-sdk-selector-create-lint {
8670
+ display: block;
8924
8671
  }
8925
- .pandora-sdk-spin-hide {
8926
- visibility: hidden;
8672
+ .pandora-sdk-close-icon {
8673
+ color: #d9d9d9;
8927
8674
  }
8928
8675
  .ant-steps {
8929
8676
  -webkit-box-sizing: border-box;
@@ -9534,185 +9281,464 @@ textarea.ant-input-number {
9534
9281
  .ant-steps-rtl {
9535
9282
  direction: rtl;
9536
9283
  }
9537
- .ant-steps.ant-steps-rtl .ant-steps-item-icon {
9538
- margin-right: 0;
9539
- margin-left: 8px;
9284
+ .ant-steps.ant-steps-rtl .ant-steps-item-icon {
9285
+ margin-right: 0;
9286
+ margin-left: 8px;
9287
+ }
9288
+ .ant-steps-rtl .ant-steps-item-tail {
9289
+ right: 0;
9290
+ left: auto;
9291
+ }
9292
+ .ant-steps-rtl .ant-steps-item-title {
9293
+ padding-right: 0;
9294
+ padding-left: 16px;
9295
+ }
9296
+ .ant-steps-rtl .ant-steps-item-title::after {
9297
+ right: 100%;
9298
+ left: auto;
9299
+ }
9300
+ .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
9301
+ padding-right: 16px;
9302
+ padding-left: 0;
9303
+ }
9304
+ .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
9305
+ padding-right: 0;
9306
+ }
9307
+ .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
9308
+ padding-left: 0;
9309
+ }
9310
+ .ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
9311
+ right: 0.5px;
9312
+ left: auto;
9313
+ }
9314
+ .ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
9315
+ margin-right: -12px;
9316
+ margin-left: 0;
9317
+ }
9318
+ .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
9319
+ margin-right: -16px;
9320
+ margin-left: 0;
9321
+ text-align: right;
9322
+ }
9323
+ .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
9324
+ padding-left: 0;
9325
+ }
9326
+ .ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
9327
+ right: 100%;
9328
+ left: auto;
9329
+ margin-right: -2px;
9330
+ margin-left: 0;
9331
+ -webkit-transform: rotate(225deg);
9332
+ transform: rotate(225deg);
9333
+ }
9334
+ .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
9335
+ padding-right: 12px;
9336
+ padding-left: 0;
9337
+ }
9338
+ .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
9339
+ padding-right: 0;
9340
+ }
9341
+ .ant-steps-rtl.ant-steps-small .ant-steps-item-title {
9342
+ padding-right: 0;
9343
+ padding-left: 12px;
9344
+ }
9345
+ .ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
9346
+ float: right;
9347
+ margin-right: 0;
9348
+ margin-left: 16px;
9349
+ }
9350
+ .ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
9351
+ right: 16px;
9352
+ left: auto;
9353
+ }
9354
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
9355
+ right: 12px;
9356
+ left: auto;
9357
+ }
9358
+ .ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
9359
+ padding-left: 0;
9360
+ }
9361
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
9362
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
9363
+ margin: 0 70px 0 0;
9364
+ }
9365
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
9366
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
9367
+ margin-right: 12px;
9368
+ margin-left: 0;
9369
+ }
9370
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
9371
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
9372
+ right: 2px;
9373
+ left: auto;
9374
+ }
9375
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
9376
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
9377
+ margin-right: 67px;
9378
+ margin-left: 0;
9379
+ }
9380
+ .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
9381
+ .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
9382
+ /* expand hover area */
9383
+ }
9384
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
9385
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
9386
+ float: right;
9387
+ }
9388
+ .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
9389
+ .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
9390
+ right: -26px;
9391
+ left: auto;
9392
+ }
9393
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
9394
+ margin-right: 0;
9395
+ margin-left: 16px;
9396
+ }
9397
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
9398
+ right: -9px;
9399
+ left: auto;
9400
+ }
9401
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
9402
+ right: 0;
9403
+ left: auto;
9404
+ }
9405
+ .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
9406
+ right: -2px;
9407
+ left: auto;
9408
+ }
9409
+ .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
9410
+ padding-right: 4px;
9411
+ }
9412
+ .ant-steps-with-progress .ant-steps-item {
9413
+ padding-top: 4px;
9414
+ }
9415
+ .ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
9416
+ top: 4px !important;
9417
+ }
9418
+ .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
9419
+ padding-bottom: 4px;
9420
+ padding-left: 4px;
9421
+ }
9422
+ .ant-steps-with-progress .ant-steps-item-icon {
9423
+ position: relative;
9424
+ }
9425
+ .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
9426
+ position: absolute;
9427
+ top: -5px;
9428
+ right: -5px;
9429
+ bottom: -5px;
9430
+ left: -5px;
9431
+ }
9432
+ .pandora-sdk-steps .ant-steps-item-icon {
9433
+ width: 24px;
9434
+ height: 24px;
9435
+ font-size: 12px;
9436
+ line-height: 24px;
9437
+ }
9438
+ .pandora-sdk-steps .ant-steps-item-icon .ant-steps-icon {
9439
+ font-size: 10px;
9440
+ }
9441
+ .pandora-sdk-steps .ant-steps-item:last-of-type .ant-steps-item-title::after {
9442
+ display: none;
9443
+ }
9444
+ .pandora-sdk-steps .ant-steps-item-process .ant-steps-item-title {
9445
+ font-weight: 400;
9446
+ }
9447
+ .pandora-sdk-steps .ant-steps-item .ant-steps-item-icon {
9448
+ border-radius: 2px;
9449
+ background: #2c6dd2;
9450
+ border: none;
9451
+ }
9452
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
9453
+ color: #d9d9d9;
9454
+ }
9455
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon span.anticon.anticon-check.ant-steps-finish-icon {
9456
+ color: #d9d9d9;
9457
+ }
9458
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon {
9459
+ background: #eee;
9460
+ }
9461
+ .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
9462
+ color: inherit;
9463
+ }
9464
+ .ant-spin {
9465
+ -webkit-box-sizing: border-box;
9466
+ box-sizing: border-box;
9467
+ margin: 0;
9468
+ padding: 0;
9469
+ color: rgba(0, 0, 0, 0.85);
9470
+ font-size: 14px;
9471
+ font-variant: tabular-nums;
9472
+ line-height: 1.5715;
9473
+ list-style: none;
9474
+ -webkit-font-feature-settings: 'tnum';
9475
+ font-feature-settings: 'tnum';
9476
+ position: absolute;
9477
+ display: none;
9478
+ color: #1890ff;
9479
+ text-align: center;
9480
+ vertical-align: middle;
9481
+ opacity: 0;
9482
+ -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9483
+ transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9484
+ transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9485
+ transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
9486
+ }
9487
+ .ant-spin-spinning {
9488
+ position: static;
9489
+ display: inline-block;
9490
+ opacity: 1;
9491
+ }
9492
+ .ant-spin-nested-loading {
9493
+ position: relative;
9494
+ }
9495
+ .ant-spin-nested-loading > div > .ant-spin {
9496
+ position: absolute;
9497
+ top: 0;
9498
+ left: 0;
9499
+ z-index: 4;
9500
+ display: block;
9501
+ width: 100%;
9502
+ height: 100%;
9503
+ max-height: 400px;
9504
+ }
9505
+ .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
9506
+ position: absolute;
9507
+ top: 50%;
9508
+ left: 50%;
9509
+ margin: -10px;
9510
+ }
9511
+ .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
9512
+ position: absolute;
9513
+ top: 50%;
9514
+ width: 100%;
9515
+ padding-top: 5px;
9516
+ text-shadow: 0 1px 2px #fff;
9540
9517
  }
9541
- .ant-steps-rtl .ant-steps-item-tail {
9542
- right: 0;
9543
- left: auto;
9518
+ .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
9519
+ margin-top: -20px;
9544
9520
  }
9545
- .ant-steps-rtl .ant-steps-item-title {
9546
- padding-right: 0;
9547
- padding-left: 16px;
9521
+ .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
9522
+ margin: -7px;
9548
9523
  }
9549
- .ant-steps-rtl .ant-steps-item-title::after {
9550
- right: 100%;
9551
- left: auto;
9524
+ .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
9525
+ padding-top: 2px;
9552
9526
  }
9553
- .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
9554
- padding-right: 16px;
9555
- padding-left: 0;
9527
+ .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
9528
+ margin-top: -17px;
9556
9529
  }
9557
- .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
9558
- padding-right: 0;
9530
+ .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
9531
+ margin: -16px;
9559
9532
  }
9560
- .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
9561
- padding-left: 0;
9533
+ .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
9534
+ padding-top: 11px;
9562
9535
  }
9563
- .ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
9564
- right: 0.5px;
9565
- left: auto;
9536
+ .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
9537
+ margin-top: -26px;
9566
9538
  }
9567
- .ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
9568
- margin-right: -12px;
9569
- margin-left: 0;
9539
+ .ant-spin-container {
9540
+ position: relative;
9541
+ -webkit-transition: opacity 0.3s;
9542
+ transition: opacity 0.3s;
9570
9543
  }
9571
- .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
9572
- margin-right: -16px;
9573
- margin-left: 0;
9574
- text-align: right;
9544
+ .ant-spin-container::after {
9545
+ position: absolute;
9546
+ top: 0;
9547
+ right: 0;
9548
+ bottom: 0;
9549
+ left: 0;
9550
+ z-index: 10;
9551
+ display: none \9;
9552
+ width: 100%;
9553
+ height: 100%;
9554
+ background: #fff;
9555
+ opacity: 0;
9556
+ -webkit-transition: all 0.3s;
9557
+ transition: all 0.3s;
9558
+ content: '';
9559
+ pointer-events: none;
9575
9560
  }
9576
- .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
9577
- padding-left: 0;
9561
+ .ant-spin-blur {
9562
+ clear: both;
9563
+ opacity: 0.5;
9564
+ -webkit-user-select: none;
9565
+ -moz-user-select: none;
9566
+ -ms-user-select: none;
9567
+ user-select: none;
9568
+ pointer-events: none;
9578
9569
  }
9579
- .ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
9580
- right: 100%;
9581
- left: auto;
9582
- margin-right: -2px;
9583
- margin-left: 0;
9584
- -webkit-transform: rotate(225deg);
9585
- transform: rotate(225deg);
9570
+ .ant-spin-blur::after {
9571
+ opacity: 0.4;
9572
+ pointer-events: auto;
9586
9573
  }
9587
- .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
9588
- padding-right: 12px;
9589
- padding-left: 0;
9574
+ .ant-spin-tip {
9575
+ color: rgba(0, 0, 0, 0.45);
9590
9576
  }
9591
- .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
9592
- padding-right: 0;
9577
+ .ant-spin-dot {
9578
+ position: relative;
9579
+ display: inline-block;
9580
+ font-size: 20px;
9581
+ width: 1em;
9582
+ height: 1em;
9593
9583
  }
9594
- .ant-steps-rtl.ant-steps-small .ant-steps-item-title {
9595
- padding-right: 0;
9596
- padding-left: 12px;
9584
+ .ant-spin-dot-item {
9585
+ position: absolute;
9586
+ display: block;
9587
+ width: 9px;
9588
+ height: 9px;
9589
+ background-color: #1890ff;
9590
+ border-radius: 100%;
9591
+ -webkit-transform: scale(0.75);
9592
+ transform: scale(0.75);
9593
+ -webkit-transform-origin: 50% 50%;
9594
+ transform-origin: 50% 50%;
9595
+ opacity: 0.3;
9596
+ -webkit-animation: antSpinMove 1s infinite linear alternate;
9597
+ animation: antSpinMove 1s infinite linear alternate;
9597
9598
  }
9598
- .ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
9599
- float: right;
9600
- margin-right: 0;
9601
- margin-left: 16px;
9599
+ .ant-spin-dot-item:nth-child(1) {
9600
+ top: 0;
9601
+ left: 0;
9602
9602
  }
9603
- .ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
9604
- right: 16px;
9605
- left: auto;
9603
+ .ant-spin-dot-item:nth-child(2) {
9604
+ top: 0;
9605
+ right: 0;
9606
+ -webkit-animation-delay: 0.4s;
9607
+ animation-delay: 0.4s;
9606
9608
  }
9607
- .ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
9608
- right: 12px;
9609
- left: auto;
9609
+ .ant-spin-dot-item:nth-child(3) {
9610
+ right: 0;
9611
+ bottom: 0;
9612
+ -webkit-animation-delay: 0.8s;
9613
+ animation-delay: 0.8s;
9610
9614
  }
9611
- .ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
9612
- padding-left: 0;
9615
+ .ant-spin-dot-item:nth-child(4) {
9616
+ bottom: 0;
9617
+ left: 0;
9618
+ -webkit-animation-delay: 1.2s;
9619
+ animation-delay: 1.2s;
9613
9620
  }
9614
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
9615
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
9616
- margin: 0 70px 0 0;
9621
+ .ant-spin-dot-spin {
9622
+ -webkit-transform: rotate(45deg);
9623
+ transform: rotate(45deg);
9624
+ -webkit-animation: antRotate 1.2s infinite linear;
9625
+ animation: antRotate 1.2s infinite linear;
9617
9626
  }
9618
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
9619
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
9620
- margin-right: 12px;
9621
- margin-left: 0;
9627
+ .ant-spin-sm .ant-spin-dot {
9628
+ font-size: 14px;
9622
9629
  }
9623
- .ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
9624
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
9625
- right: 2px;
9626
- left: auto;
9630
+ .ant-spin-sm .ant-spin-dot i {
9631
+ width: 6px;
9632
+ height: 6px;
9627
9633
  }
9628
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
9629
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
9630
- margin-right: 67px;
9631
- margin-left: 0;
9634
+ .ant-spin-lg .ant-spin-dot {
9635
+ font-size: 32px;
9632
9636
  }
9633
- .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
9634
- .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
9635
- /* expand hover area */
9637
+ .ant-spin-lg .ant-spin-dot i {
9638
+ width: 14px;
9639
+ height: 14px;
9636
9640
  }
9637
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
9638
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
9639
- float: right;
9641
+ .ant-spin.ant-spin-show-text .ant-spin-text {
9642
+ display: block;
9640
9643
  }
9641
- .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
9642
- .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
9643
- right: -26px;
9644
- left: auto;
9644
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
9645
+ /* IE10+ */
9646
+ .ant-spin-blur {
9647
+ background: #fff;
9648
+ opacity: 0.5;
9649
+ }
9645
9650
  }
9646
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
9647
- margin-right: 0;
9648
- margin-left: 16px;
9651
+ @-webkit-keyframes antSpinMove {
9652
+ to {
9653
+ opacity: 1;
9654
+ }
9649
9655
  }
9650
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
9651
- right: -9px;
9652
- left: auto;
9656
+ @keyframes antSpinMove {
9657
+ to {
9658
+ opacity: 1;
9659
+ }
9653
9660
  }
9654
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
9655
- right: 0;
9656
- left: auto;
9661
+ @-webkit-keyframes antRotate {
9662
+ to {
9663
+ -webkit-transform: rotate(405deg);
9664
+ transform: rotate(405deg);
9665
+ }
9657
9666
  }
9658
- .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
9659
- right: -2px;
9660
- left: auto;
9667
+ @keyframes antRotate {
9668
+ to {
9669
+ -webkit-transform: rotate(405deg);
9670
+ transform: rotate(405deg);
9671
+ }
9661
9672
  }
9662
- .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
9663
- padding-right: 4px;
9673
+ .ant-spin-rtl {
9674
+ direction: rtl;
9664
9675
  }
9665
- .ant-steps-with-progress .ant-steps-item {
9666
- padding-top: 4px;
9676
+ .ant-spin-rtl .ant-spin-dot-spin {
9677
+ -webkit-transform: rotate(-45deg);
9678
+ transform: rotate(-45deg);
9679
+ -webkit-animation-name: antRotateRtl;
9680
+ animation-name: antRotateRtl;
9667
9681
  }
9668
- .ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
9669
- top: 4px !important;
9682
+ @-webkit-keyframes antRotateRtl {
9683
+ to {
9684
+ -webkit-transform: rotate(-405deg);
9685
+ transform: rotate(-405deg);
9686
+ }
9670
9687
  }
9671
- .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
9672
- padding-bottom: 4px;
9673
- padding-left: 4px;
9688
+ @keyframes antRotateRtl {
9689
+ to {
9690
+ -webkit-transform: rotate(-405deg);
9691
+ transform: rotate(-405deg);
9692
+ }
9674
9693
  }
9675
- .ant-steps-with-progress .ant-steps-item-icon {
9694
+ .pandora-sdk-spin-container {
9676
9695
  position: relative;
9696
+ width: 100%;
9697
+ height: 100%;
9677
9698
  }
9678
- .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
9699
+ .pandora-sdk-spin-container .pandora-sdk-spin-loading {
9679
9700
  position: absolute;
9680
- top: -5px;
9681
- right: -5px;
9682
- bottom: -5px;
9683
- left: -5px;
9701
+ width: 60px;
9702
+ height: 60px;
9703
+ top: 50%;
9704
+ left: 50%;
9705
+ -webkit-transform: translate(-50%, -50%);
9706
+ transform: translate(-50%, -50%);
9684
9707
  }
9685
- .pandora-sdk-steps .ant-steps-item-icon {
9686
- width: 24px;
9687
- height: 24px;
9688
- font-size: 12px;
9689
- line-height: 24px;
9708
+ .pandora-sdk-spin-container .ant-spin-container {
9709
+ height: 100%;
9690
9710
  }
9691
- .pandora-sdk-steps .ant-steps-item-icon .ant-steps-icon {
9692
- font-size: 10px;
9711
+ .pandora-sdk-spin-container .ant-spin-container > div {
9712
+ height: 100%;
9693
9713
  }
9694
- .pandora-sdk-steps .ant-steps-item:last-of-type .ant-steps-item-title::after {
9695
- display: none;
9714
+ .pandora-sdk-spin-hide {
9715
+ visibility: hidden;
9696
9716
  }
9697
- .pandora-sdk-steps .ant-steps-item-process .ant-steps-item-title {
9698
- font-weight: 400;
9717
+ .pandora-sdk-tabs .pandora-sdk-tabs-tab {
9718
+ position: relative;
9699
9719
  }
9700
- .pandora-sdk-steps .ant-steps-item .ant-steps-item-icon {
9701
- border-radius: 2px;
9702
- background: #2c6dd2;
9703
- border: none;
9720
+ .pandora-sdk-tabs .pandora-sdk-tabs-active .pandora-sdk-tabs-refresh-icon {
9721
+ opacity: 1;
9722
+ pointer-events: auto;
9704
9723
  }
9705
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon {
9706
- color: #d9d9d9;
9724
+ .pandora-sdk-tabs span.anticon.anticon-reload.pandora-sdk-tabs-refresh-icon {
9725
+ margin-right: 0;
9707
9726
  }
9708
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon span.anticon.anticon-check.ant-steps-finish-icon {
9727
+ .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon {
9728
+ margin-left: 8px;
9729
+ font-size: 12px;
9709
9730
  color: #d9d9d9;
9731
+ -webkit-transition: color 0.5s, opacity 0.2s;
9732
+ transition: color 0.5s, opacity 0.2s;
9733
+ pointer-events: none;
9734
+ opacity: 0;
9735
+ position: absolute;
9736
+ top: 50%;
9737
+ -webkit-transform: translateY(-50%);
9738
+ transform: translateY(-50%);
9710
9739
  }
9711
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon {
9712
- background: #eee;
9713
- }
9714
- .pandora-sdk-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
9715
- color: inherit;
9740
+ .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon:hover {
9741
+ color: #2c6dd2;
9716
9742
  }
9717
9743
  .ant-table.ant-table-middle {
9718
9744
  font-size: 14px;
@@ -11438,31 +11464,26 @@ textarea.ant-pagination-options-quick-jumper input {
11438
11464
  .ant-empty .ant-empty-description {
11439
11465
  color: #bfbfbf;
11440
11466
  }
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;
11467
+ .pandora-sdk-timeline-container {
11468
+ list-style: none;
11469
+ margin: 0;
11470
+ line-height: 1.5;
11471
+ font-size: 14px;
11472
+ color: rgba(0, 0, 0, 0.65);
11473
+ -webkit-box-sizing: border-box;
11474
+ box-sizing: border-box;
11475
+ padding: 0;
11450
11476
  }
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%);
11477
+ .pandora-sdk-timeline-container .pandora-sdk-icon {
11478
+ margin: 0 8px;
11479
+ color: inherit;
11480
+ vertical-align: middle;
11481
+ font-size: 14px;
11482
+ -webkit-transition: 0.3s;
11483
+ transition: 0.3s;
11463
11484
  }
11464
- .pandora-sdk-tabs .pandora-sdk-tabs-refresh-icon:hover {
11465
- color: #2c6dd2;
11485
+ .pandora-sdk-timeline-container .pandora-sdk-icon:hover {
11486
+ color: #7a869a;
11466
11487
  }
11467
11488
  .ant-tag {
11468
11489
  -webkit-box-sizing: border-box;
@@ -11731,45 +11752,6 @@ textarea.ant-pagination-options-quick-jumper input {
11731
11752
  .pandora-sdk-popover > div {
11732
11753
  margin: 4px;
11733
11754
  }
11734
- .pandora-sdk-timeline-container {
11735
- list-style: none;
11736
- margin: 0;
11737
- line-height: 1.5;
11738
- font-size: 14px;
11739
- color: rgba(0, 0, 0, 0.65);
11740
- -webkit-box-sizing: border-box;
11741
- box-sizing: border-box;
11742
- padding: 0;
11743
- }
11744
- .pandora-sdk-timeline-container .pandora-sdk-icon {
11745
- margin: 0 8px;
11746
- color: inherit;
11747
- vertical-align: middle;
11748
- font-size: 14px;
11749
- -webkit-transition: 0.3s;
11750
- transition: 0.3s;
11751
- }
11752
- .pandora-sdk-timeline-container .pandora-sdk-icon:hover {
11753
- color: #7a869a;
11754
- }
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
11755
  @-webkit-keyframes ant-tree-node-fx-do-not-use {
11774
11756
  0% {
11775
11757
  opacity: 0;
@@ -12371,6 +12353,24 @@ textarea.ant-pagination-options-quick-jumper input {
12371
12353
  .pandora-sdk-tree-select-dropdown .ant-empty {
12372
12354
  text-align: center;
12373
12355
  }
12356
+ .pandora-sdk-transfer-container {
12357
+ display: -webkit-box;
12358
+ display: -ms-flexbox;
12359
+ display: flex;
12360
+ -webkit-box-pack: justify;
12361
+ -ms-flex-pack: justify;
12362
+ justify-content: space-between;
12363
+ }
12364
+ .pandora-sdk-transfer-container .pandora-sdk-transfer-divider {
12365
+ height: 400px;
12366
+ }
12367
+ .pandora-sdk-transfer-container .pandora-sdk-transfer-list {
12368
+ -webkit-box-flex: 1;
12369
+ -ms-flex-positive: 1;
12370
+ flex-grow: 1;
12371
+ -ms-flex-preferred-size: 200px;
12372
+ flex-basis: 200px;
12373
+ }
12374
12374
  .ant-row {
12375
12375
  display: -webkit-box;
12376
12376
  display: -ms-flexbox;
@@ -19588,28 +19588,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19588
19588
  .pandora-sdk-popover-inline-list .pandora-sdk-popover-inline-item i {
19589
19589
  color: #2c6dd2;
19590
19590
  }
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
19591
  .pandora-sdk-popover-item {
19614
19592
  display: inline-block;
19615
19593
  line-height: 18px;
@@ -19636,6 +19614,28 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19636
19614
  .pandora-sdk-popover-list .pandora-sdk-item.pandora-sdk-disabled {
19637
19615
  color: #bfbfbf;
19638
19616
  }
19617
+ .pandora-sdk-item {
19618
+ color: #2c6dd2;
19619
+ cursor: pointer;
19620
+ }
19621
+ .pandora-sdk-item > .anticon {
19622
+ color: inherit;
19623
+ }
19624
+ .pandora-sdk-item.pandora-sdk-disabled {
19625
+ color: #bfbfbf;
19626
+ cursor: not-allowed;
19627
+ pointer-events: none;
19628
+ }
19629
+ .pandora-sdk-item.pandora-sdk-disabled .anticon {
19630
+ color: #bfbfbf;
19631
+ }
19632
+ .pandora-sdk-item.pandora-sdk-active {
19633
+ background: rgba(44, 109, 210, 0.05);
19634
+ }
19635
+ .pandora-sdk-item a {
19636
+ color: inherit;
19637
+ cursor: inherit;
19638
+ }
19639
19639
  .pandora-sdk-prev-button {
19640
19640
  margin-right: 10px;
19641
19641
  }
@@ -19744,32 +19744,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19744
19744
  .pandora-sdk-root.pandora-sdk-grey {
19745
19745
  background: #ebecf0;
19746
19746
  }
19747
- .pandora-sdk-switch {
19748
- display: inline-block;
19749
- margin: 4px;
19750
- padding: 8px;
19751
- border-radius: 100px;
19752
- line-height: 1;
19753
- font-size: 16px;
19754
- color: #7a869a;
19755
- background: #ebecf0;
19756
- cursor: pointer;
19757
- }
19758
- .pandora-sdk-switch.pandora-sdk-active {
19759
- color: #d9d9d9;
19760
- }
19761
- .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-primary {
19762
- background: #2c6dd2;
19763
- }
19764
- .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-green {
19765
- background: #52c41a;
19766
- }
19767
- .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-yellow {
19768
- background: #faad14;
19769
- }
19770
- .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-blue {
19771
- background: #03a9f4;
19772
- }
19773
19747
  .pandora-sdk-timeline-item {
19774
19748
  font-size: 14px;
19775
19749
  list-style: none;
@@ -19814,6 +19788,32 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
19814
19788
  font-size: 14px;
19815
19789
  color: #333;
19816
19790
  }
19791
+ .pandora-sdk-switch {
19792
+ display: inline-block;
19793
+ margin: 4px;
19794
+ padding: 8px;
19795
+ border-radius: 100px;
19796
+ line-height: 1;
19797
+ font-size: 16px;
19798
+ color: #7a869a;
19799
+ background: #ebecf0;
19800
+ cursor: pointer;
19801
+ }
19802
+ .pandora-sdk-switch.pandora-sdk-active {
19803
+ color: #d9d9d9;
19804
+ }
19805
+ .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-primary {
19806
+ background: #2c6dd2;
19807
+ }
19808
+ .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-green {
19809
+ background: #52c41a;
19810
+ }
19811
+ .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-yellow {
19812
+ background: #faad14;
19813
+ }
19814
+ .pandora-sdk-switch.pandora-sdk-active.pandora-sdk-blue {
19815
+ background: #03a9f4;
19816
+ }
19817
19817
  .pandora-sdk-transfer-list {
19818
19818
  overflow: hidden;
19819
19819
  }