@tntd/monaco-editor 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3611 @@
1
+ .tnt-react-monaco-editor-container {
2
+ background-color: #17233d;
3
+ }
4
+ .tnt-react-monaco-editor-container .line-numbers {
5
+ word-wrap: normal !important;
6
+ font-family: Helvetica, Arial, sans-serif, Microsoft YaHei, Menlo, Monaco, "Courier New", monospace;
7
+ }
8
+ .tnt-codemirror {
9
+ border: none !important;
10
+ }
11
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
12
+ /* stylelint-disable no-duplicate-selectors */
13
+ /* stylelint-disable */
14
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
15
+
16
+ .tntd-cascader-dropdown .tntd-cascader-menu {
17
+ padding: 0;
18
+ }
19
+ .tntd-cascader-dropdown .tntd-cascader-menu .rc-virtual-list {
20
+ width: 140px;
21
+ }
22
+ .tntd-cascader-dropdown .tntd-cascader-menu .rc-virtual-list-full {
23
+ width: auto;
24
+ }
25
+ .tntd-cascader-dropdown .tntd-cascader-menu .tntd-cascader-menu-item {
26
+ display: flex;
27
+ line-height: 22px;
28
+ padding: 5px 12px;
29
+ }
30
+ .tntd-cascader-dropdown .tntd-cascader-menu .tntd-cascader-menu-item .tntd-cascader-menu-item-content {
31
+ flex: 1;
32
+ overflow: hidden;
33
+ white-space: nowrap;
34
+ text-overflow: ellipsis;
35
+ }
36
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
37
+ /* stylelint-disable no-duplicate-selectors */
38
+ /* stylelint-disable */
39
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
40
+
41
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
42
+ /* stylelint-disable no-duplicate-selectors */
43
+ /* stylelint-disable */
44
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
45
+ /* 深色主题变量(通过覆盖变量实现主题切换) */
46
+ /* 核心滚动条混合(建议添加到需要滚动的容器类) */
47
+ /* stylelint-disable at-rule-no-unknown */
48
+ html,
49
+ body {
50
+ width: 100%;
51
+ height: 100%;
52
+ }
53
+ input::-ms-clear,
54
+ input::-ms-reveal {
55
+ display: none;
56
+ }
57
+ *,
58
+ *::before,
59
+ *::after {
60
+ box-sizing: border-box;
61
+ }
62
+ html {
63
+ font-family: sans-serif;
64
+ line-height: 1.15;
65
+ -webkit-text-size-adjust: 100%;
66
+ -ms-text-size-adjust: 100%;
67
+ -ms-overflow-style: scrollbar;
68
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
69
+ }
70
+ @-ms-viewport {
71
+ width: device-width;
72
+ }
73
+ article,
74
+ aside,
75
+ dialog,
76
+ figcaption,
77
+ figure,
78
+ footer,
79
+ header,
80
+ hgroup,
81
+ main,
82
+ nav,
83
+ section {
84
+ display: block;
85
+ }
86
+ body {
87
+ margin: 0;
88
+ color: #17233d;
89
+ font-size: 14px;
90
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
91
+ font-variant: tabular-nums;
92
+ line-height: 1.57142857;
93
+ background-color: #fff;
94
+ font-feature-settings: 'tnum';
95
+ }
96
+ [tabindex='-1']:focus {
97
+ outline: none !important;
98
+ }
99
+ hr {
100
+ box-sizing: content-box;
101
+ height: 0;
102
+ overflow: visible;
103
+ }
104
+ h1,
105
+ h2,
106
+ h3,
107
+ h4,
108
+ h5,
109
+ h6 {
110
+ margin-top: 0;
111
+ margin-bottom: 0.5em;
112
+ color: #17233d;
113
+ font-weight: 500;
114
+ }
115
+ p {
116
+ margin-top: 0;
117
+ margin-bottom: 1em;
118
+ }
119
+ abbr[title],
120
+ abbr[data-original-title] {
121
+ text-decoration: underline;
122
+ text-decoration: underline dotted;
123
+ border-bottom: 0;
124
+ cursor: help;
125
+ }
126
+ address {
127
+ margin-bottom: 1em;
128
+ font-style: normal;
129
+ line-height: inherit;
130
+ }
131
+ input[type='text'],
132
+ input[type='password'],
133
+ input[type='number'],
134
+ textarea {
135
+ -webkit-appearance: none;
136
+ }
137
+ ol,
138
+ ul,
139
+ dl {
140
+ margin-top: 0;
141
+ margin-bottom: 1em;
142
+ }
143
+ ol ol,
144
+ ul ul,
145
+ ol ul,
146
+ ul ol {
147
+ margin-bottom: 0;
148
+ }
149
+ dt {
150
+ font-weight: 500;
151
+ }
152
+ dd {
153
+ margin-bottom: 0.5em;
154
+ margin-left: 0;
155
+ }
156
+ blockquote {
157
+ margin: 0 0 1em;
158
+ }
159
+ dfn {
160
+ font-style: italic;
161
+ }
162
+ b,
163
+ strong {
164
+ font-weight: bolder;
165
+ }
166
+ small {
167
+ font-size: 80%;
168
+ }
169
+ sub,
170
+ sup {
171
+ position: relative;
172
+ font-size: 75%;
173
+ line-height: 0;
174
+ vertical-align: baseline;
175
+ }
176
+ sub {
177
+ bottom: -0.25em;
178
+ }
179
+ sup {
180
+ top: -0.5em;
181
+ }
182
+ a {
183
+ color: #126bfb;
184
+ text-decoration: none;
185
+ background-color: transparent;
186
+ outline: none;
187
+ cursor: pointer;
188
+ transition: color 0.3s;
189
+ -webkit-text-decoration-skip: objects;
190
+ }
191
+ a:hover {
192
+ color: #3b8cff;
193
+ }
194
+ a:active {
195
+ color: #044dd4;
196
+ }
197
+ a:active,
198
+ a:hover {
199
+ text-decoration: none;
200
+ outline: 0;
201
+ }
202
+ a[disabled] {
203
+ color: #babdc5;
204
+ cursor: not-allowed;
205
+ pointer-events: none;
206
+ }
207
+ pre,
208
+ code,
209
+ kbd,
210
+ samp {
211
+ font-size: 1em;
212
+ font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
213
+ }
214
+ pre {
215
+ margin-top: 0;
216
+ margin-bottom: 1em;
217
+ overflow: auto;
218
+ }
219
+ figure {
220
+ margin: 0 0 1em;
221
+ }
222
+ img {
223
+ vertical-align: middle;
224
+ border-style: none;
225
+ }
226
+ svg:not(:root) {
227
+ overflow: hidden;
228
+ }
229
+ a,
230
+ area,
231
+ button,
232
+ [role='button'],
233
+ input:not([type='range']),
234
+ label,
235
+ select,
236
+ summary,
237
+ textarea {
238
+ touch-action: manipulation;
239
+ }
240
+ table {
241
+ border-collapse: collapse;
242
+ }
243
+ caption {
244
+ padding-top: 0.75em;
245
+ padding-bottom: 0.3em;
246
+ color: #454f64;
247
+ text-align: left;
248
+ caption-side: bottom;
249
+ }
250
+ th {
251
+ text-align: inherit;
252
+ }
253
+ input,
254
+ button,
255
+ select,
256
+ optgroup,
257
+ textarea {
258
+ margin: 0;
259
+ color: inherit;
260
+ font-size: inherit;
261
+ font-family: inherit;
262
+ line-height: inherit;
263
+ }
264
+ button,
265
+ input {
266
+ overflow: visible;
267
+ }
268
+ button,
269
+ select {
270
+ text-transform: none;
271
+ }
272
+ button,
273
+ html [type="button"],
274
+ [type="reset"],
275
+ [type="submit"] {
276
+ -webkit-appearance: button;
277
+ }
278
+ button::-moz-focus-inner,
279
+ [type='button']::-moz-focus-inner,
280
+ [type='reset']::-moz-focus-inner,
281
+ [type='submit']::-moz-focus-inner {
282
+ padding: 0;
283
+ border-style: none;
284
+ }
285
+ input[type='radio'],
286
+ input[type='checkbox'] {
287
+ box-sizing: border-box;
288
+ padding: 0;
289
+ }
290
+ input[type='date'],
291
+ input[type='time'],
292
+ input[type='datetime-local'],
293
+ input[type='month'] {
294
+ -webkit-appearance: listbox;
295
+ }
296
+ textarea {
297
+ overflow: auto;
298
+ resize: vertical;
299
+ }
300
+ fieldset {
301
+ min-width: 0;
302
+ margin: 0;
303
+ padding: 0;
304
+ border: 0;
305
+ }
306
+ legend {
307
+ display: block;
308
+ width: 100%;
309
+ max-width: 100%;
310
+ margin-bottom: 0.5em;
311
+ padding: 0;
312
+ color: inherit;
313
+ font-size: 1.5em;
314
+ line-height: inherit;
315
+ white-space: normal;
316
+ }
317
+ progress {
318
+ vertical-align: baseline;
319
+ }
320
+ [type='number']::-webkit-inner-spin-button,
321
+ [type='number']::-webkit-outer-spin-button {
322
+ height: auto;
323
+ }
324
+ [type='search'] {
325
+ outline-offset: -2px;
326
+ -webkit-appearance: none;
327
+ }
328
+ [type='search']::-webkit-search-cancel-button,
329
+ [type='search']::-webkit-search-decoration {
330
+ -webkit-appearance: none;
331
+ }
332
+ ::-webkit-file-upload-button {
333
+ font: inherit;
334
+ -webkit-appearance: button;
335
+ }
336
+ output {
337
+ display: inline-block;
338
+ }
339
+ summary {
340
+ display: list-item;
341
+ }
342
+ template {
343
+ display: none;
344
+ }
345
+ [hidden] {
346
+ display: none !important;
347
+ }
348
+ mark {
349
+ padding: 0.2em;
350
+ background-color: #feffe6;
351
+ }
352
+ ::selection {
353
+ color: #fff;
354
+ background: #126bfb;
355
+ }
356
+ .clearfix {
357
+ zoom: 1;
358
+ }
359
+ .clearfix::before,
360
+ .clearfix::after {
361
+ display: table;
362
+ content: '';
363
+ }
364
+ .clearfix::after {
365
+ clear: both;
366
+ }
367
+ .anticon {
368
+ display: inline-block;
369
+ color: inherit;
370
+ font-style: normal;
371
+ line-height: 0;
372
+ text-align: center;
373
+ text-transform: none;
374
+ vertical-align: -0.125em;
375
+ text-rendering: optimizeLegibility;
376
+ -webkit-font-smoothing: antialiased;
377
+ -moz-osx-font-smoothing: grayscale;
378
+ }
379
+ .anticon > * {
380
+ line-height: 1;
381
+ }
382
+ .anticon svg {
383
+ display: inline-block;
384
+ }
385
+ .anticon::before {
386
+ display: none;
387
+ }
388
+ .anticon .anticon-icon {
389
+ display: block;
390
+ }
391
+ .anticon[tabindex] {
392
+ cursor: pointer;
393
+ }
394
+ .anticon-spin::before {
395
+ display: inline-block;
396
+ animation: loadingCircle 1s infinite linear;
397
+ }
398
+ .anticon-spin {
399
+ display: inline-block;
400
+ animation: loadingCircle 1s infinite linear;
401
+ }
402
+ .fade-enter,
403
+ .fade-appear {
404
+ animation-duration: 0.2s;
405
+ animation-fill-mode: both;
406
+ animation-play-state: paused;
407
+ }
408
+ .fade-leave {
409
+ animation-duration: 0.2s;
410
+ animation-fill-mode: both;
411
+ animation-play-state: paused;
412
+ }
413
+ .fade-enter.fade-enter-active,
414
+ .fade-appear.fade-appear-active {
415
+ animation-name: antFadeIn;
416
+ animation-play-state: running;
417
+ }
418
+ .fade-leave.fade-leave-active {
419
+ animation-name: antFadeOut;
420
+ animation-play-state: running;
421
+ pointer-events: none;
422
+ }
423
+ .fade-enter,
424
+ .fade-appear {
425
+ opacity: 0;
426
+ animation-timing-function: linear;
427
+ }
428
+ .fade-leave {
429
+ animation-timing-function: linear;
430
+ }
431
+ @keyframes antFadeIn {
432
+ 0% {
433
+ opacity: 0;
434
+ }
435
+ 100% {
436
+ opacity: 1;
437
+ }
438
+ }
439
+ @keyframes antFadeOut {
440
+ 0% {
441
+ opacity: 1;
442
+ }
443
+ 100% {
444
+ opacity: 0;
445
+ }
446
+ }
447
+ .move-up-enter,
448
+ .move-up-appear {
449
+ animation-duration: 0.2s;
450
+ animation-fill-mode: both;
451
+ animation-play-state: paused;
452
+ }
453
+ .move-up-leave {
454
+ animation-duration: 0.2s;
455
+ animation-fill-mode: both;
456
+ animation-play-state: paused;
457
+ }
458
+ .move-up-enter.move-up-enter-active,
459
+ .move-up-appear.move-up-appear-active {
460
+ animation-name: antMoveUpIn;
461
+ animation-play-state: running;
462
+ }
463
+ .move-up-leave.move-up-leave-active {
464
+ animation-name: antMoveUpOut;
465
+ animation-play-state: running;
466
+ pointer-events: none;
467
+ }
468
+ .move-up-enter,
469
+ .move-up-appear {
470
+ opacity: 0;
471
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
472
+ }
473
+ .move-up-leave {
474
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
475
+ }
476
+ .move-down-enter,
477
+ .move-down-appear {
478
+ animation-duration: 0.2s;
479
+ animation-fill-mode: both;
480
+ animation-play-state: paused;
481
+ }
482
+ .move-down-leave {
483
+ animation-duration: 0.2s;
484
+ animation-fill-mode: both;
485
+ animation-play-state: paused;
486
+ }
487
+ .move-down-enter.move-down-enter-active,
488
+ .move-down-appear.move-down-appear-active {
489
+ animation-name: antMoveDownIn;
490
+ animation-play-state: running;
491
+ }
492
+ .move-down-leave.move-down-leave-active {
493
+ animation-name: antMoveDownOut;
494
+ animation-play-state: running;
495
+ pointer-events: none;
496
+ }
497
+ .move-down-enter,
498
+ .move-down-appear {
499
+ opacity: 0;
500
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
501
+ }
502
+ .move-down-leave {
503
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
504
+ }
505
+ .move-left-enter,
506
+ .move-left-appear {
507
+ animation-duration: 0.2s;
508
+ animation-fill-mode: both;
509
+ animation-play-state: paused;
510
+ }
511
+ .move-left-leave {
512
+ animation-duration: 0.2s;
513
+ animation-fill-mode: both;
514
+ animation-play-state: paused;
515
+ }
516
+ .move-left-enter.move-left-enter-active,
517
+ .move-left-appear.move-left-appear-active {
518
+ animation-name: antMoveLeftIn;
519
+ animation-play-state: running;
520
+ }
521
+ .move-left-leave.move-left-leave-active {
522
+ animation-name: antMoveLeftOut;
523
+ animation-play-state: running;
524
+ pointer-events: none;
525
+ }
526
+ .move-left-enter,
527
+ .move-left-appear {
528
+ opacity: 0;
529
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
530
+ }
531
+ .move-left-leave {
532
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
533
+ }
534
+ .move-right-enter,
535
+ .move-right-appear {
536
+ animation-duration: 0.2s;
537
+ animation-fill-mode: both;
538
+ animation-play-state: paused;
539
+ }
540
+ .move-right-leave {
541
+ animation-duration: 0.2s;
542
+ animation-fill-mode: both;
543
+ animation-play-state: paused;
544
+ }
545
+ .move-right-enter.move-right-enter-active,
546
+ .move-right-appear.move-right-appear-active {
547
+ animation-name: antMoveRightIn;
548
+ animation-play-state: running;
549
+ }
550
+ .move-right-leave.move-right-leave-active {
551
+ animation-name: antMoveRightOut;
552
+ animation-play-state: running;
553
+ pointer-events: none;
554
+ }
555
+ .move-right-enter,
556
+ .move-right-appear {
557
+ opacity: 0;
558
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
559
+ }
560
+ .move-right-leave {
561
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
562
+ }
563
+ @keyframes antMoveDownIn {
564
+ 0% {
565
+ transform: translateY(100%);
566
+ transform-origin: 0 0;
567
+ opacity: 0;
568
+ }
569
+ 100% {
570
+ transform: translateY(0%);
571
+ transform-origin: 0 0;
572
+ opacity: 1;
573
+ }
574
+ }
575
+ @keyframes antMoveDownOut {
576
+ 0% {
577
+ transform: translateY(0%);
578
+ transform-origin: 0 0;
579
+ opacity: 1;
580
+ }
581
+ 100% {
582
+ transform: translateY(100%);
583
+ transform-origin: 0 0;
584
+ opacity: 0;
585
+ }
586
+ }
587
+ @keyframes antMoveLeftIn {
588
+ 0% {
589
+ transform: translateX(-100%);
590
+ transform-origin: 0 0;
591
+ opacity: 0;
592
+ }
593
+ 100% {
594
+ transform: translateX(0%);
595
+ transform-origin: 0 0;
596
+ opacity: 1;
597
+ }
598
+ }
599
+ @keyframes antMoveLeftOut {
600
+ 0% {
601
+ transform: translateX(0%);
602
+ transform-origin: 0 0;
603
+ opacity: 1;
604
+ }
605
+ 100% {
606
+ transform: translateX(-100%);
607
+ transform-origin: 0 0;
608
+ opacity: 0;
609
+ }
610
+ }
611
+ @keyframes antMoveRightIn {
612
+ 0% {
613
+ transform: translateX(100%);
614
+ transform-origin: 0 0;
615
+ opacity: 0;
616
+ }
617
+ 100% {
618
+ transform: translateX(0%);
619
+ transform-origin: 0 0;
620
+ opacity: 1;
621
+ }
622
+ }
623
+ @keyframes antMoveRightOut {
624
+ 0% {
625
+ transform: translateX(0%);
626
+ transform-origin: 0 0;
627
+ opacity: 1;
628
+ }
629
+ 100% {
630
+ transform: translateX(100%);
631
+ transform-origin: 0 0;
632
+ opacity: 0;
633
+ }
634
+ }
635
+ @keyframes antMoveUpIn {
636
+ 0% {
637
+ transform: translateY(-100%);
638
+ transform-origin: 0 0;
639
+ opacity: 0;
640
+ }
641
+ 100% {
642
+ transform: translateY(0%);
643
+ transform-origin: 0 0;
644
+ opacity: 1;
645
+ }
646
+ }
647
+ @keyframes antMoveUpOut {
648
+ 0% {
649
+ transform: translateY(0%);
650
+ transform-origin: 0 0;
651
+ opacity: 1;
652
+ }
653
+ 100% {
654
+ transform: translateY(-100%);
655
+ transform-origin: 0 0;
656
+ opacity: 0;
657
+ }
658
+ }
659
+ @keyframes loadingCircle {
660
+ 100% {
661
+ transform: rotate(360deg);
662
+ }
663
+ }
664
+ [ant-click-animating='true'],
665
+ [ant-click-animating-without-extra-node='true'] {
666
+ position: relative;
667
+ }
668
+ [ant-click-animating-without-extra-node='true']::after,
669
+ .ant-click-animating-node {
670
+ position: absolute;
671
+ top: 0;
672
+ right: 0;
673
+ bottom: 0;
674
+ left: 0;
675
+ display: block;
676
+ border-radius: inherit;
677
+ box-shadow: 0 0 0 0 #126bfb;
678
+ opacity: 0.2;
679
+ animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
680
+ animation-fill-mode: forwards;
681
+ content: '';
682
+ pointer-events: none;
683
+ }
684
+ @keyframes waveEffect {
685
+ 100% {
686
+ box-shadow: 0 0 0 6px #126bfb;
687
+ }
688
+ }
689
+ @keyframes fadeEffect {
690
+ 100% {
691
+ opacity: 0;
692
+ }
693
+ }
694
+ .slide-up-enter,
695
+ .slide-up-appear {
696
+ animation-duration: 0.2s;
697
+ animation-fill-mode: both;
698
+ animation-play-state: paused;
699
+ }
700
+ .slide-up-leave {
701
+ animation-duration: 0.2s;
702
+ animation-fill-mode: both;
703
+ animation-play-state: paused;
704
+ }
705
+ .slide-up-enter.slide-up-enter-active,
706
+ .slide-up-appear.slide-up-appear-active {
707
+ animation-name: antSlideUpIn;
708
+ animation-play-state: running;
709
+ }
710
+ .slide-up-leave.slide-up-leave-active {
711
+ animation-name: antSlideUpOut;
712
+ animation-play-state: running;
713
+ pointer-events: none;
714
+ }
715
+ .slide-up-enter,
716
+ .slide-up-appear {
717
+ opacity: 0;
718
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
719
+ }
720
+ .slide-up-leave {
721
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
722
+ }
723
+ .slide-down-enter,
724
+ .slide-down-appear {
725
+ animation-duration: 0.2s;
726
+ animation-fill-mode: both;
727
+ animation-play-state: paused;
728
+ }
729
+ .slide-down-leave {
730
+ animation-duration: 0.2s;
731
+ animation-fill-mode: both;
732
+ animation-play-state: paused;
733
+ }
734
+ .slide-down-enter.slide-down-enter-active,
735
+ .slide-down-appear.slide-down-appear-active {
736
+ animation-name: antSlideDownIn;
737
+ animation-play-state: running;
738
+ }
739
+ .slide-down-leave.slide-down-leave-active {
740
+ animation-name: antSlideDownOut;
741
+ animation-play-state: running;
742
+ pointer-events: none;
743
+ }
744
+ .slide-down-enter,
745
+ .slide-down-appear {
746
+ opacity: 0;
747
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
748
+ }
749
+ .slide-down-leave {
750
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
751
+ }
752
+ .slide-left-enter,
753
+ .slide-left-appear {
754
+ animation-duration: 0.2s;
755
+ animation-fill-mode: both;
756
+ animation-play-state: paused;
757
+ }
758
+ .slide-left-leave {
759
+ animation-duration: 0.2s;
760
+ animation-fill-mode: both;
761
+ animation-play-state: paused;
762
+ }
763
+ .slide-left-enter.slide-left-enter-active,
764
+ .slide-left-appear.slide-left-appear-active {
765
+ animation-name: antSlideLeftIn;
766
+ animation-play-state: running;
767
+ }
768
+ .slide-left-leave.slide-left-leave-active {
769
+ animation-name: antSlideLeftOut;
770
+ animation-play-state: running;
771
+ pointer-events: none;
772
+ }
773
+ .slide-left-enter,
774
+ .slide-left-appear {
775
+ opacity: 0;
776
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
777
+ }
778
+ .slide-left-leave {
779
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
780
+ }
781
+ .slide-right-enter,
782
+ .slide-right-appear {
783
+ animation-duration: 0.2s;
784
+ animation-fill-mode: both;
785
+ animation-play-state: paused;
786
+ }
787
+ .slide-right-leave {
788
+ animation-duration: 0.2s;
789
+ animation-fill-mode: both;
790
+ animation-play-state: paused;
791
+ }
792
+ .slide-right-enter.slide-right-enter-active,
793
+ .slide-right-appear.slide-right-appear-active {
794
+ animation-name: antSlideRightIn;
795
+ animation-play-state: running;
796
+ }
797
+ .slide-right-leave.slide-right-leave-active {
798
+ animation-name: antSlideRightOut;
799
+ animation-play-state: running;
800
+ pointer-events: none;
801
+ }
802
+ .slide-right-enter,
803
+ .slide-right-appear {
804
+ opacity: 0;
805
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
806
+ }
807
+ .slide-right-leave {
808
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
809
+ }
810
+ @keyframes antSlideUpIn {
811
+ 0% {
812
+ transform: scaleY(0.8);
813
+ transform-origin: 0% 0%;
814
+ opacity: 0;
815
+ }
816
+ 100% {
817
+ transform: scaleY(1);
818
+ transform-origin: 0% 0%;
819
+ opacity: 1;
820
+ }
821
+ }
822
+ @keyframes antSlideUpOut {
823
+ 0% {
824
+ transform: scaleY(1);
825
+ transform-origin: 0% 0%;
826
+ opacity: 1;
827
+ }
828
+ 100% {
829
+ transform: scaleY(0.8);
830
+ transform-origin: 0% 0%;
831
+ opacity: 0;
832
+ }
833
+ }
834
+ @keyframes antSlideDownIn {
835
+ 0% {
836
+ transform: scaleY(0.8);
837
+ transform-origin: 100% 100%;
838
+ opacity: 0;
839
+ }
840
+ 100% {
841
+ transform: scaleY(1);
842
+ transform-origin: 100% 100%;
843
+ opacity: 1;
844
+ }
845
+ }
846
+ @keyframes antSlideDownOut {
847
+ 0% {
848
+ transform: scaleY(1);
849
+ transform-origin: 100% 100%;
850
+ opacity: 1;
851
+ }
852
+ 100% {
853
+ transform: scaleY(0.8);
854
+ transform-origin: 100% 100%;
855
+ opacity: 0;
856
+ }
857
+ }
858
+ @keyframes antSlideLeftIn {
859
+ 0% {
860
+ transform: scaleX(0.8);
861
+ transform-origin: 0% 0%;
862
+ opacity: 0;
863
+ }
864
+ 100% {
865
+ transform: scaleX(1);
866
+ transform-origin: 0% 0%;
867
+ opacity: 1;
868
+ }
869
+ }
870
+ @keyframes antSlideLeftOut {
871
+ 0% {
872
+ transform: scaleX(1);
873
+ transform-origin: 0% 0%;
874
+ opacity: 1;
875
+ }
876
+ 100% {
877
+ transform: scaleX(0.8);
878
+ transform-origin: 0% 0%;
879
+ opacity: 0;
880
+ }
881
+ }
882
+ @keyframes antSlideRightIn {
883
+ 0% {
884
+ transform: scaleX(0.8);
885
+ transform-origin: 100% 0%;
886
+ opacity: 0;
887
+ }
888
+ 100% {
889
+ transform: scaleX(1);
890
+ transform-origin: 100% 0%;
891
+ opacity: 1;
892
+ }
893
+ }
894
+ @keyframes antSlideRightOut {
895
+ 0% {
896
+ transform: scaleX(1);
897
+ transform-origin: 100% 0%;
898
+ opacity: 1;
899
+ }
900
+ 100% {
901
+ transform: scaleX(0.8);
902
+ transform-origin: 100% 0%;
903
+ opacity: 0;
904
+ }
905
+ }
906
+ .swing-enter,
907
+ .swing-appear {
908
+ animation-duration: 0.2s;
909
+ animation-fill-mode: both;
910
+ animation-play-state: paused;
911
+ }
912
+ .swing-enter.swing-enter-active,
913
+ .swing-appear.swing-appear-active {
914
+ animation-name: antSwingIn;
915
+ animation-play-state: running;
916
+ }
917
+ @keyframes antSwingIn {
918
+ 0%,
919
+ 100% {
920
+ transform: translateX(0);
921
+ }
922
+ 20% {
923
+ transform: translateX(-10px);
924
+ }
925
+ 40% {
926
+ transform: translateX(10px);
927
+ }
928
+ 60% {
929
+ transform: translateX(-5px);
930
+ }
931
+ 80% {
932
+ transform: translateX(5px);
933
+ }
934
+ }
935
+ .zoom-enter,
936
+ .zoom-appear {
937
+ animation-duration: 0.2s;
938
+ animation-fill-mode: both;
939
+ animation-play-state: paused;
940
+ }
941
+ .zoom-leave {
942
+ animation-duration: 0.2s;
943
+ animation-fill-mode: both;
944
+ animation-play-state: paused;
945
+ }
946
+ .zoom-enter.zoom-enter-active,
947
+ .zoom-appear.zoom-appear-active {
948
+ animation-name: antZoomIn;
949
+ animation-play-state: running;
950
+ }
951
+ .zoom-leave.zoom-leave-active {
952
+ animation-name: antZoomOut;
953
+ animation-play-state: running;
954
+ pointer-events: none;
955
+ }
956
+ .zoom-enter,
957
+ .zoom-appear {
958
+ transform: scale(0);
959
+ opacity: 0;
960
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
961
+ }
962
+ .zoom-leave {
963
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
964
+ }
965
+ .zoom-big-enter,
966
+ .zoom-big-appear {
967
+ animation-duration: 0.2s;
968
+ animation-fill-mode: both;
969
+ animation-play-state: paused;
970
+ }
971
+ .zoom-big-leave {
972
+ animation-duration: 0.2s;
973
+ animation-fill-mode: both;
974
+ animation-play-state: paused;
975
+ }
976
+ .zoom-big-enter.zoom-big-enter-active,
977
+ .zoom-big-appear.zoom-big-appear-active {
978
+ animation-name: antZoomBigIn;
979
+ animation-play-state: running;
980
+ }
981
+ .zoom-big-leave.zoom-big-leave-active {
982
+ animation-name: antZoomBigOut;
983
+ animation-play-state: running;
984
+ pointer-events: none;
985
+ }
986
+ .zoom-big-enter,
987
+ .zoom-big-appear {
988
+ transform: scale(0);
989
+ opacity: 0;
990
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
991
+ }
992
+ .zoom-big-leave {
993
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
994
+ }
995
+ .zoom-big-fast-enter,
996
+ .zoom-big-fast-appear {
997
+ animation-duration: 0.1s;
998
+ animation-fill-mode: both;
999
+ animation-play-state: paused;
1000
+ }
1001
+ .zoom-big-fast-leave {
1002
+ animation-duration: 0.1s;
1003
+ animation-fill-mode: both;
1004
+ animation-play-state: paused;
1005
+ }
1006
+ .zoom-big-fast-enter.zoom-big-fast-enter-active,
1007
+ .zoom-big-fast-appear.zoom-big-fast-appear-active {
1008
+ animation-name: antZoomBigIn;
1009
+ animation-play-state: running;
1010
+ }
1011
+ .zoom-big-fast-leave.zoom-big-fast-leave-active {
1012
+ animation-name: antZoomBigOut;
1013
+ animation-play-state: running;
1014
+ pointer-events: none;
1015
+ }
1016
+ .zoom-big-fast-enter,
1017
+ .zoom-big-fast-appear {
1018
+ transform: scale(0);
1019
+ opacity: 0;
1020
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1021
+ }
1022
+ .zoom-big-fast-leave {
1023
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1024
+ }
1025
+ .zoom-up-enter,
1026
+ .zoom-up-appear {
1027
+ animation-duration: 0.2s;
1028
+ animation-fill-mode: both;
1029
+ animation-play-state: paused;
1030
+ }
1031
+ .zoom-up-leave {
1032
+ animation-duration: 0.2s;
1033
+ animation-fill-mode: both;
1034
+ animation-play-state: paused;
1035
+ }
1036
+ .zoom-up-enter.zoom-up-enter-active,
1037
+ .zoom-up-appear.zoom-up-appear-active {
1038
+ animation-name: antZoomUpIn;
1039
+ animation-play-state: running;
1040
+ }
1041
+ .zoom-up-leave.zoom-up-leave-active {
1042
+ animation-name: antZoomUpOut;
1043
+ animation-play-state: running;
1044
+ pointer-events: none;
1045
+ }
1046
+ .zoom-up-enter,
1047
+ .zoom-up-appear {
1048
+ transform: scale(0);
1049
+ opacity: 0;
1050
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1051
+ }
1052
+ .zoom-up-leave {
1053
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1054
+ }
1055
+ .zoom-down-enter,
1056
+ .zoom-down-appear {
1057
+ animation-duration: 0.2s;
1058
+ animation-fill-mode: both;
1059
+ animation-play-state: paused;
1060
+ }
1061
+ .zoom-down-leave {
1062
+ animation-duration: 0.2s;
1063
+ animation-fill-mode: both;
1064
+ animation-play-state: paused;
1065
+ }
1066
+ .zoom-down-enter.zoom-down-enter-active,
1067
+ .zoom-down-appear.zoom-down-appear-active {
1068
+ animation-name: antZoomDownIn;
1069
+ animation-play-state: running;
1070
+ }
1071
+ .zoom-down-leave.zoom-down-leave-active {
1072
+ animation-name: antZoomDownOut;
1073
+ animation-play-state: running;
1074
+ pointer-events: none;
1075
+ }
1076
+ .zoom-down-enter,
1077
+ .zoom-down-appear {
1078
+ transform: scale(0);
1079
+ opacity: 0;
1080
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1081
+ }
1082
+ .zoom-down-leave {
1083
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1084
+ }
1085
+ .zoom-left-enter,
1086
+ .zoom-left-appear {
1087
+ animation-duration: 0.2s;
1088
+ animation-fill-mode: both;
1089
+ animation-play-state: paused;
1090
+ }
1091
+ .zoom-left-leave {
1092
+ animation-duration: 0.2s;
1093
+ animation-fill-mode: both;
1094
+ animation-play-state: paused;
1095
+ }
1096
+ .zoom-left-enter.zoom-left-enter-active,
1097
+ .zoom-left-appear.zoom-left-appear-active {
1098
+ animation-name: antZoomLeftIn;
1099
+ animation-play-state: running;
1100
+ }
1101
+ .zoom-left-leave.zoom-left-leave-active {
1102
+ animation-name: antZoomLeftOut;
1103
+ animation-play-state: running;
1104
+ pointer-events: none;
1105
+ }
1106
+ .zoom-left-enter,
1107
+ .zoom-left-appear {
1108
+ transform: scale(0);
1109
+ opacity: 0;
1110
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1111
+ }
1112
+ .zoom-left-leave {
1113
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1114
+ }
1115
+ .zoom-right-enter,
1116
+ .zoom-right-appear {
1117
+ animation-duration: 0.2s;
1118
+ animation-fill-mode: both;
1119
+ animation-play-state: paused;
1120
+ }
1121
+ .zoom-right-leave {
1122
+ animation-duration: 0.2s;
1123
+ animation-fill-mode: both;
1124
+ animation-play-state: paused;
1125
+ }
1126
+ .zoom-right-enter.zoom-right-enter-active,
1127
+ .zoom-right-appear.zoom-right-appear-active {
1128
+ animation-name: antZoomRightIn;
1129
+ animation-play-state: running;
1130
+ }
1131
+ .zoom-right-leave.zoom-right-leave-active {
1132
+ animation-name: antZoomRightOut;
1133
+ animation-play-state: running;
1134
+ pointer-events: none;
1135
+ }
1136
+ .zoom-right-enter,
1137
+ .zoom-right-appear {
1138
+ transform: scale(0);
1139
+ opacity: 0;
1140
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1141
+ }
1142
+ .zoom-right-leave {
1143
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1144
+ }
1145
+ @keyframes antZoomIn {
1146
+ 0% {
1147
+ transform: scale(0.2);
1148
+ opacity: 0;
1149
+ }
1150
+ 100% {
1151
+ transform: scale(1);
1152
+ opacity: 1;
1153
+ }
1154
+ }
1155
+ @keyframes antZoomOut {
1156
+ 0% {
1157
+ transform: scale(1);
1158
+ }
1159
+ 100% {
1160
+ transform: scale(0.2);
1161
+ opacity: 0;
1162
+ }
1163
+ }
1164
+ @keyframes antZoomBigIn {
1165
+ 0% {
1166
+ transform: scale(0.8);
1167
+ opacity: 0;
1168
+ }
1169
+ 100% {
1170
+ transform: scale(1);
1171
+ opacity: 1;
1172
+ }
1173
+ }
1174
+ @keyframes antZoomBigOut {
1175
+ 0% {
1176
+ transform: scale(1);
1177
+ }
1178
+ 100% {
1179
+ transform: scale(0.8);
1180
+ opacity: 0;
1181
+ }
1182
+ }
1183
+ @keyframes antZoomUpIn {
1184
+ 0% {
1185
+ transform: scale(0.8);
1186
+ transform-origin: 50% 0%;
1187
+ opacity: 0;
1188
+ }
1189
+ 100% {
1190
+ transform: scale(1);
1191
+ transform-origin: 50% 0%;
1192
+ }
1193
+ }
1194
+ @keyframes antZoomUpOut {
1195
+ 0% {
1196
+ transform: scale(1);
1197
+ transform-origin: 50% 0%;
1198
+ }
1199
+ 100% {
1200
+ transform: scale(0.8);
1201
+ transform-origin: 50% 0%;
1202
+ opacity: 0;
1203
+ }
1204
+ }
1205
+ @keyframes antZoomLeftIn {
1206
+ 0% {
1207
+ transform: scale(0.8);
1208
+ transform-origin: 0% 50%;
1209
+ opacity: 0;
1210
+ }
1211
+ 100% {
1212
+ transform: scale(1);
1213
+ transform-origin: 0% 50%;
1214
+ }
1215
+ }
1216
+ @keyframes antZoomLeftOut {
1217
+ 0% {
1218
+ transform: scale(1);
1219
+ transform-origin: 0% 50%;
1220
+ }
1221
+ 100% {
1222
+ transform: scale(0.8);
1223
+ transform-origin: 0% 50%;
1224
+ opacity: 0;
1225
+ }
1226
+ }
1227
+ @keyframes antZoomRightIn {
1228
+ 0% {
1229
+ transform: scale(0.8);
1230
+ transform-origin: 100% 50%;
1231
+ opacity: 0;
1232
+ }
1233
+ 100% {
1234
+ transform: scale(1);
1235
+ transform-origin: 100% 50%;
1236
+ }
1237
+ }
1238
+ @keyframes antZoomRightOut {
1239
+ 0% {
1240
+ transform: scale(1);
1241
+ transform-origin: 100% 50%;
1242
+ }
1243
+ 100% {
1244
+ transform: scale(0.8);
1245
+ transform-origin: 100% 50%;
1246
+ opacity: 0;
1247
+ }
1248
+ }
1249
+ @keyframes antZoomDownIn {
1250
+ 0% {
1251
+ transform: scale(0.8);
1252
+ transform-origin: 50% 100%;
1253
+ opacity: 0;
1254
+ }
1255
+ 100% {
1256
+ transform: scale(1);
1257
+ transform-origin: 50% 100%;
1258
+ }
1259
+ }
1260
+ @keyframes antZoomDownOut {
1261
+ 0% {
1262
+ transform: scale(1);
1263
+ transform-origin: 50% 100%;
1264
+ }
1265
+ 100% {
1266
+ transform: scale(0.8);
1267
+ transform-origin: 50% 100%;
1268
+ opacity: 0;
1269
+ }
1270
+ }
1271
+ .ant-motion-collapse-legacy {
1272
+ overflow: hidden;
1273
+ }
1274
+ .ant-motion-collapse-legacy-active {
1275
+ transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1276
+ }
1277
+ .ant-motion-collapse {
1278
+ overflow: hidden;
1279
+ transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
1280
+ }
1281
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1282
+ /* stylelint-disable no-duplicate-selectors */
1283
+ /* stylelint-disable */
1284
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1285
+
1286
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1287
+ /* stylelint-disable no-duplicate-selectors */
1288
+ /* stylelint-disable */
1289
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1290
+ /* 深色主题变量(通过覆盖变量实现主题切换) */
1291
+ /* 核心滚动条混合(建议添加到需要滚动的容器类) */
1292
+ .ant-empty {
1293
+ margin: 0 8px;
1294
+ font-size: 14px;
1295
+ line-height: 22px;
1296
+ text-align: center;
1297
+ }
1298
+ .ant-empty-image {
1299
+ height: 100px;
1300
+ margin-bottom: 8px;
1301
+ }
1302
+ .ant-empty-image img {
1303
+ height: 100%;
1304
+ }
1305
+ .ant-empty-image svg {
1306
+ height: 100%;
1307
+ margin: auto;
1308
+ }
1309
+ .ant-empty-description {
1310
+ margin: 0;
1311
+ }
1312
+ .ant-empty-footer {
1313
+ margin-top: 16px;
1314
+ }
1315
+ .ant-empty-normal {
1316
+ margin: 32px 0;
1317
+ color: #babdc5;
1318
+ }
1319
+ .ant-empty-normal .ant-empty-image {
1320
+ height: 40px;
1321
+ }
1322
+ .ant-empty-small {
1323
+ margin: 8px 0;
1324
+ color: #babdc5;
1325
+ }
1326
+ .ant-empty-small .ant-empty-image {
1327
+ height: 35px;
1328
+ }
1329
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1330
+ /* stylelint-disable no-duplicate-selectors */
1331
+ /* stylelint-disable */
1332
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1333
+
1334
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1335
+ /* stylelint-disable no-duplicate-selectors */
1336
+ /* stylelint-disable */
1337
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1338
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1339
+ /* stylelint-disable no-duplicate-selectors */
1340
+ /* stylelint-disable */
1341
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1342
+
1343
+ .ant-empty.ant-empty-mini .ant-empty-image {
1344
+ height: 50px;
1345
+ margin-bottom: 6px;
1346
+ }
1347
+ .ant-empty.ant-empty-small .ant-empty-image {
1348
+ height: 100px;
1349
+ }
1350
+ .ant-empty.ant-empty-large .ant-empty-image {
1351
+ height: 160px;
1352
+ }
1353
+ .ant-empty.ant-empty-ultra .ant-empty-image {
1354
+ height: 250px;
1355
+ }
1356
+ .ant-empty .ant-empty-image {
1357
+ height: 120px;
1358
+ margin-bottom: 20px;
1359
+ color: #126bfb;
1360
+ }
1361
+ .ant-empty .ant-empty-description {
1362
+ color: #17233d;
1363
+ }
1364
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1365
+ /* stylelint-disable no-duplicate-selectors */
1366
+ /* stylelint-disable */
1367
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1368
+
1369
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1370
+ /* stylelint-disable no-duplicate-selectors */
1371
+ /* stylelint-disable */
1372
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1373
+ /* 深色主题变量(通过覆盖变量实现主题切换) */
1374
+ /* 核心滚动条混合(建议添加到需要滚动的容器类) */
1375
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1376
+ /* stylelint-disable no-duplicate-selectors */
1377
+ /* stylelint-disable */
1378
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1379
+
1380
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1381
+ /* stylelint-disable no-duplicate-selectors */
1382
+ /* stylelint-disable */
1383
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1384
+ .tntd-anticon {
1385
+ font-size: 16px;
1386
+ vertical-align: -0.1875em;
1387
+ }
1388
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
1389
+ /* stylelint-disable no-duplicate-selectors */
1390
+ /* stylelint-disable */
1391
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
1392
+
1393
+ [class*=tntd-] input::-ms-clear,
1394
+ [class*=tntd-] input::-ms-reveal,
1395
+ [class*=tntd-]::-ms-clear,
1396
+ [class^=tntd-] input::-ms-clear,
1397
+ [class^=tntd-] input::-ms-reveal,
1398
+ [class^=tntd-]::-ms-clear {
1399
+ display: none;
1400
+ }
1401
+ .tntd-fade-appear,
1402
+ .tntd-fade-enter,
1403
+ .tntd-fade-leave {
1404
+ animation-duration: 0.2s;
1405
+ animation-fill-mode: both;
1406
+ animation-play-state: paused;
1407
+ }
1408
+ .tntd-fade-appear.tntd-fade-appear-active,
1409
+ .tntd-fade-enter.tntd-fade-enter-active {
1410
+ animation-name: antFadeIn;
1411
+ animation-play-state: running;
1412
+ }
1413
+ .tntd-fade-leave.tntd-fade-leave-active {
1414
+ animation-name: antFadeOut;
1415
+ animation-play-state: running;
1416
+ pointer-events: none;
1417
+ }
1418
+ .tntd-fade-appear,
1419
+ .tntd-fade-enter {
1420
+ animation-timing-function: linear;
1421
+ opacity: 0;
1422
+ }
1423
+ .tntd-fade-leave {
1424
+ animation-timing-function: linear;
1425
+ }
1426
+ @keyframes antFadeIn {
1427
+ 0% {
1428
+ opacity: 0;
1429
+ }
1430
+ to {
1431
+ opacity: 1;
1432
+ }
1433
+ }
1434
+ @keyframes antFadeOut {
1435
+ 0% {
1436
+ opacity: 1;
1437
+ }
1438
+ to {
1439
+ opacity: 0;
1440
+ }
1441
+ }
1442
+ .tntd-move-up-appear,
1443
+ .tntd-move-up-enter,
1444
+ .tntd-move-up-leave {
1445
+ animation-duration: 0.2s;
1446
+ animation-fill-mode: both;
1447
+ animation-play-state: paused;
1448
+ }
1449
+ .tntd-move-up-appear.tntd-move-up-appear-active,
1450
+ .tntd-move-up-enter.tntd-move-up-enter-active {
1451
+ animation-name: antMoveUpIn;
1452
+ animation-play-state: running;
1453
+ }
1454
+ .tntd-move-up-leave.tntd-move-up-leave-active {
1455
+ animation-name: antMoveUpOut;
1456
+ animation-play-state: running;
1457
+ pointer-events: none;
1458
+ }
1459
+ .tntd-move-up-appear,
1460
+ .tntd-move-up-enter {
1461
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1462
+ opacity: 0;
1463
+ }
1464
+ .tntd-move-up-leave {
1465
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
1466
+ }
1467
+ .tntd-move-down-appear,
1468
+ .tntd-move-down-enter,
1469
+ .tntd-move-down-leave {
1470
+ animation-duration: 0.2s;
1471
+ animation-fill-mode: both;
1472
+ animation-play-state: paused;
1473
+ }
1474
+ .tntd-move-down-appear.tntd-move-down-appear-active,
1475
+ .tntd-move-down-enter.tntd-move-down-enter-active {
1476
+ animation-name: antMoveDownIn;
1477
+ animation-play-state: running;
1478
+ }
1479
+ .tntd-move-down-leave.tntd-move-down-leave-active {
1480
+ animation-name: antMoveDownOut;
1481
+ animation-play-state: running;
1482
+ pointer-events: none;
1483
+ }
1484
+ .tntd-move-down-appear,
1485
+ .tntd-move-down-enter {
1486
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1487
+ opacity: 0;
1488
+ }
1489
+ .tntd-move-down-leave {
1490
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
1491
+ }
1492
+ .tntd-move-left-appear,
1493
+ .tntd-move-left-enter,
1494
+ .tntd-move-left-leave {
1495
+ animation-duration: 0.2s;
1496
+ animation-fill-mode: both;
1497
+ animation-play-state: paused;
1498
+ }
1499
+ .tntd-move-left-appear.tntd-move-left-appear-active,
1500
+ .tntd-move-left-enter.tntd-move-left-enter-active {
1501
+ animation-name: antMoveLeftIn;
1502
+ animation-play-state: running;
1503
+ }
1504
+ .tntd-move-left-leave.tntd-move-left-leave-active {
1505
+ animation-name: antMoveLeftOut;
1506
+ animation-play-state: running;
1507
+ pointer-events: none;
1508
+ }
1509
+ .tntd-move-left-appear,
1510
+ .tntd-move-left-enter {
1511
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1512
+ opacity: 0;
1513
+ }
1514
+ .tntd-move-left-leave {
1515
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
1516
+ }
1517
+ .tntd-move-right-appear,
1518
+ .tntd-move-right-enter,
1519
+ .tntd-move-right-leave {
1520
+ animation-duration: 0.2s;
1521
+ animation-fill-mode: both;
1522
+ animation-play-state: paused;
1523
+ }
1524
+ .tntd-move-right-appear.tntd-move-right-appear-active,
1525
+ .tntd-move-right-enter.tntd-move-right-enter-active {
1526
+ animation-name: antMoveRightIn;
1527
+ animation-play-state: running;
1528
+ }
1529
+ .tntd-move-right-leave.tntd-move-right-leave-active {
1530
+ animation-name: antMoveRightOut;
1531
+ animation-play-state: running;
1532
+ pointer-events: none;
1533
+ }
1534
+ .tntd-move-right-appear,
1535
+ .tntd-move-right-enter {
1536
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1537
+ opacity: 0;
1538
+ }
1539
+ .tntd-move-right-leave {
1540
+ animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
1541
+ }
1542
+ @keyframes antMoveDownIn {
1543
+ 0% {
1544
+ opacity: 0;
1545
+ transform: translateY(100%);
1546
+ transform-origin: 0 0;
1547
+ }
1548
+ to {
1549
+ opacity: 1;
1550
+ transform: translateY(0);
1551
+ transform-origin: 0 0;
1552
+ }
1553
+ }
1554
+ @keyframes antMoveDownOut {
1555
+ 0% {
1556
+ opacity: 1;
1557
+ transform: translateY(0);
1558
+ transform-origin: 0 0;
1559
+ }
1560
+ to {
1561
+ opacity: 0;
1562
+ transform: translateY(100%);
1563
+ transform-origin: 0 0;
1564
+ }
1565
+ }
1566
+ @keyframes antMoveLeftIn {
1567
+ 0% {
1568
+ opacity: 0;
1569
+ transform: translateX(-100%);
1570
+ transform-origin: 0 0;
1571
+ }
1572
+ to {
1573
+ opacity: 1;
1574
+ transform: translateX(0);
1575
+ transform-origin: 0 0;
1576
+ }
1577
+ }
1578
+ @keyframes antMoveLeftOut {
1579
+ 0% {
1580
+ opacity: 1;
1581
+ transform: translateX(0);
1582
+ transform-origin: 0 0;
1583
+ }
1584
+ to {
1585
+ opacity: 0;
1586
+ transform: translateX(-100%);
1587
+ transform-origin: 0 0;
1588
+ }
1589
+ }
1590
+ @keyframes antMoveRightIn {
1591
+ 0% {
1592
+ opacity: 0;
1593
+ transform: translateX(100%);
1594
+ transform-origin: 0 0;
1595
+ }
1596
+ to {
1597
+ opacity: 1;
1598
+ transform: translateX(0);
1599
+ transform-origin: 0 0;
1600
+ }
1601
+ }
1602
+ @keyframes antMoveRightOut {
1603
+ 0% {
1604
+ opacity: 1;
1605
+ transform: translateX(0);
1606
+ transform-origin: 0 0;
1607
+ }
1608
+ to {
1609
+ opacity: 0;
1610
+ transform: translateX(100%);
1611
+ transform-origin: 0 0;
1612
+ }
1613
+ }
1614
+ @keyframes antMoveUpIn {
1615
+ 0% {
1616
+ opacity: 0;
1617
+ transform: translateY(-100%);
1618
+ transform-origin: 0 0;
1619
+ }
1620
+ to {
1621
+ opacity: 1;
1622
+ transform: translateY(0);
1623
+ transform-origin: 0 0;
1624
+ }
1625
+ }
1626
+ @keyframes antMoveUpOut {
1627
+ 0% {
1628
+ opacity: 1;
1629
+ transform: translateY(0);
1630
+ transform-origin: 0 0;
1631
+ }
1632
+ to {
1633
+ opacity: 0;
1634
+ transform: translateY(-100%);
1635
+ transform-origin: 0 0;
1636
+ }
1637
+ }
1638
+ @keyframes loadingCircle {
1639
+ to {
1640
+ transform: rotate(1turn);
1641
+ }
1642
+ }
1643
+ [tntd-click-animating-without-extra-node=true],
1644
+ [tntd-click-animating=true] {
1645
+ position: relative;
1646
+ }
1647
+ .tntd-click-animating-node,
1648
+ [tntd-click-animating-without-extra-node=true]:after {
1649
+ animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
1650
+ animation-fill-mode: forwards;
1651
+ border-radius: inherit;
1652
+ bottom: 0;
1653
+ box-shadow: 0 0 0 0 #126bfb;
1654
+ content: "";
1655
+ display: block;
1656
+ left: 0;
1657
+ opacity: 0.2;
1658
+ pointer-events: none;
1659
+ position: absolute;
1660
+ right: 0;
1661
+ top: 0;
1662
+ }
1663
+ @keyframes waveEffect {
1664
+ to {
1665
+ box-shadow: 0 0 0 #126bfb;
1666
+ box-shadow: 0 0 0 6px #126bfb;
1667
+ }
1668
+ }
1669
+ @keyframes fadeEffect {
1670
+ to {
1671
+ opacity: 0;
1672
+ }
1673
+ }
1674
+ .tntd-slide-up-appear,
1675
+ .tntd-slide-up-enter,
1676
+ .tntd-slide-up-leave {
1677
+ animation-duration: 0.2s;
1678
+ animation-fill-mode: both;
1679
+ animation-play-state: paused;
1680
+ }
1681
+ .tntd-slide-up-appear.tntd-slide-up-appear-active,
1682
+ .tntd-slide-up-enter.tntd-slide-up-enter-active {
1683
+ animation-name: antSlideUpIn;
1684
+ animation-play-state: running;
1685
+ }
1686
+ .tntd-slide-up-leave.tntd-slide-up-leave-active {
1687
+ animation-name: antSlideUpOut;
1688
+ animation-play-state: running;
1689
+ pointer-events: none;
1690
+ }
1691
+ .tntd-slide-up-appear,
1692
+ .tntd-slide-up-enter {
1693
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1694
+ opacity: 0;
1695
+ }
1696
+ .tntd-slide-up-leave {
1697
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1698
+ }
1699
+ .tntd-slide-down-appear,
1700
+ .tntd-slide-down-enter,
1701
+ .tntd-slide-down-leave {
1702
+ animation-duration: 0.2s;
1703
+ animation-fill-mode: both;
1704
+ animation-play-state: paused;
1705
+ }
1706
+ .tntd-slide-down-appear.tntd-slide-down-appear-active,
1707
+ .tntd-slide-down-enter.tntd-slide-down-enter-active {
1708
+ animation-name: antSlideDownIn;
1709
+ animation-play-state: running;
1710
+ }
1711
+ .tntd-slide-down-leave.tntd-slide-down-leave-active {
1712
+ animation-name: antSlideDownOut;
1713
+ animation-play-state: running;
1714
+ pointer-events: none;
1715
+ }
1716
+ .tntd-slide-down-appear,
1717
+ .tntd-slide-down-enter {
1718
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1719
+ opacity: 0;
1720
+ }
1721
+ .tntd-slide-down-leave {
1722
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1723
+ }
1724
+ .tntd-slide-left-appear,
1725
+ .tntd-slide-left-enter,
1726
+ .tntd-slide-left-leave {
1727
+ animation-duration: 0.2s;
1728
+ animation-fill-mode: both;
1729
+ animation-play-state: paused;
1730
+ }
1731
+ .tntd-slide-left-appear.tntd-slide-left-appear-active,
1732
+ .tntd-slide-left-enter.tntd-slide-left-enter-active {
1733
+ animation-name: antSlideLeftIn;
1734
+ animation-play-state: running;
1735
+ }
1736
+ .tntd-slide-left-leave.tntd-slide-left-leave-active {
1737
+ animation-name: antSlideLeftOut;
1738
+ animation-play-state: running;
1739
+ pointer-events: none;
1740
+ }
1741
+ .tntd-slide-left-appear,
1742
+ .tntd-slide-left-enter {
1743
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1744
+ opacity: 0;
1745
+ }
1746
+ .tntd-slide-left-leave {
1747
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1748
+ }
1749
+ .tntd-slide-right-appear,
1750
+ .tntd-slide-right-enter,
1751
+ .tntd-slide-right-leave {
1752
+ animation-duration: 0.2s;
1753
+ animation-fill-mode: both;
1754
+ animation-play-state: paused;
1755
+ }
1756
+ .tntd-slide-right-appear.tntd-slide-right-appear-active,
1757
+ .tntd-slide-right-enter.tntd-slide-right-enter-active {
1758
+ animation-name: antSlideRightIn;
1759
+ animation-play-state: running;
1760
+ }
1761
+ .tntd-slide-right-leave.tntd-slide-right-leave-active {
1762
+ animation-name: antSlideRightOut;
1763
+ animation-play-state: running;
1764
+ pointer-events: none;
1765
+ }
1766
+ .tntd-slide-right-appear,
1767
+ .tntd-slide-right-enter {
1768
+ animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
1769
+ opacity: 0;
1770
+ }
1771
+ .tntd-slide-right-leave {
1772
+ animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
1773
+ }
1774
+ @keyframes antSlideUpIn {
1775
+ 0% {
1776
+ opacity: 0;
1777
+ transform: scaleY(0.8);
1778
+ transform-origin: 0 0;
1779
+ }
1780
+ to {
1781
+ opacity: 1;
1782
+ transform: scaleY(1);
1783
+ transform-origin: 0 0;
1784
+ }
1785
+ }
1786
+ @keyframes antSlideUpOut {
1787
+ 0% {
1788
+ opacity: 1;
1789
+ transform: scaleY(1);
1790
+ transform-origin: 0 0;
1791
+ }
1792
+ to {
1793
+ opacity: 0;
1794
+ transform: scaleY(0.8);
1795
+ transform-origin: 0 0;
1796
+ }
1797
+ }
1798
+ @keyframes antSlideDownIn {
1799
+ 0% {
1800
+ opacity: 0;
1801
+ transform: scaleY(0.8);
1802
+ transform-origin: 100% 100%;
1803
+ }
1804
+ to {
1805
+ opacity: 1;
1806
+ transform: scaleY(1);
1807
+ transform-origin: 100% 100%;
1808
+ }
1809
+ }
1810
+ @keyframes antSlideDownOut {
1811
+ 0% {
1812
+ opacity: 1;
1813
+ transform: scaleY(1);
1814
+ transform-origin: 100% 100%;
1815
+ }
1816
+ to {
1817
+ opacity: 0;
1818
+ transform: scaleY(0.8);
1819
+ transform-origin: 100% 100%;
1820
+ }
1821
+ }
1822
+ @keyframes antSlideLeftIn {
1823
+ 0% {
1824
+ opacity: 0;
1825
+ transform: scaleX(0.8);
1826
+ transform-origin: 0 0;
1827
+ }
1828
+ to {
1829
+ opacity: 1;
1830
+ transform: scaleX(1);
1831
+ transform-origin: 0 0;
1832
+ }
1833
+ }
1834
+ @keyframes antSlideLeftOut {
1835
+ 0% {
1836
+ opacity: 1;
1837
+ transform: scaleX(1);
1838
+ transform-origin: 0 0;
1839
+ }
1840
+ to {
1841
+ opacity: 0;
1842
+ transform: scaleX(0.8);
1843
+ transform-origin: 0 0;
1844
+ }
1845
+ }
1846
+ @keyframes antSlideRightIn {
1847
+ 0% {
1848
+ opacity: 0;
1849
+ transform: scaleX(0.8);
1850
+ transform-origin: 100% 0;
1851
+ }
1852
+ to {
1853
+ opacity: 1;
1854
+ transform: scaleX(1);
1855
+ transform-origin: 100% 0;
1856
+ }
1857
+ }
1858
+ @keyframes antSlideRightOut {
1859
+ 0% {
1860
+ opacity: 1;
1861
+ transform: scaleX(1);
1862
+ transform-origin: 100% 0;
1863
+ }
1864
+ to {
1865
+ opacity: 0;
1866
+ transform: scaleX(0.8);
1867
+ transform-origin: 100% 0;
1868
+ }
1869
+ }
1870
+ .tntd-zoom-appear,
1871
+ .tntd-zoom-enter,
1872
+ .tntd-zoom-leave {
1873
+ animation-duration: 0.2s;
1874
+ animation-fill-mode: both;
1875
+ animation-play-state: paused;
1876
+ }
1877
+ .tntd-zoom-appear.tntd-zoom-appear-active,
1878
+ .tntd-zoom-enter.tntd-zoom-enter-active {
1879
+ animation-name: antZoomIn;
1880
+ animation-play-state: running;
1881
+ }
1882
+ .tntd-zoom-leave.tntd-zoom-leave-active {
1883
+ animation-name: antZoomOut;
1884
+ animation-play-state: running;
1885
+ pointer-events: none;
1886
+ }
1887
+ .tntd-zoom-appear,
1888
+ .tntd-zoom-enter {
1889
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1890
+ opacity: 0;
1891
+ transform: scale(0);
1892
+ }
1893
+ .tntd-zoom-appear-prepare,
1894
+ .tntd-zoom-enter-prepare {
1895
+ transform: none;
1896
+ }
1897
+ .tntd-zoom-leave {
1898
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1899
+ }
1900
+ .tntd-zoom-big-appear,
1901
+ .tntd-zoom-big-enter,
1902
+ .tntd-zoom-big-leave {
1903
+ animation-duration: 0.2s;
1904
+ animation-fill-mode: both;
1905
+ animation-play-state: paused;
1906
+ }
1907
+ .tntd-zoom-big-appear.tntd-zoom-big-appear-active,
1908
+ .tntd-zoom-big-enter.tntd-zoom-big-enter-active {
1909
+ animation-name: antZoomBigIn;
1910
+ animation-play-state: running;
1911
+ }
1912
+ .tntd-zoom-big-leave.tntd-zoom-big-leave-active {
1913
+ animation-name: antZoomBigOut;
1914
+ animation-play-state: running;
1915
+ pointer-events: none;
1916
+ }
1917
+ .tntd-zoom-big-appear,
1918
+ .tntd-zoom-big-enter {
1919
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1920
+ opacity: 0;
1921
+ transform: scale(0);
1922
+ }
1923
+ .tntd-zoom-big-appear-prepare,
1924
+ .tntd-zoom-big-enter-prepare {
1925
+ transform: none;
1926
+ }
1927
+ .tntd-zoom-big-leave {
1928
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1929
+ }
1930
+ .tntd-zoom-big-fast-appear,
1931
+ .tntd-zoom-big-fast-enter,
1932
+ .tntd-zoom-big-fast-leave {
1933
+ animation-duration: 0.1s;
1934
+ animation-fill-mode: both;
1935
+ animation-play-state: paused;
1936
+ }
1937
+ .tntd-zoom-big-fast-appear.tntd-zoom-big-fast-appear-active,
1938
+ .tntd-zoom-big-fast-enter.tntd-zoom-big-fast-enter-active {
1939
+ animation-name: antZoomBigIn;
1940
+ animation-play-state: running;
1941
+ }
1942
+ .tntd-zoom-big-fast-leave.tntd-zoom-big-fast-leave-active {
1943
+ animation-name: antZoomBigOut;
1944
+ animation-play-state: running;
1945
+ pointer-events: none;
1946
+ }
1947
+ .tntd-zoom-big-fast-appear,
1948
+ .tntd-zoom-big-fast-enter {
1949
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1950
+ opacity: 0;
1951
+ transform: scale(0);
1952
+ }
1953
+ .tntd-zoom-big-fast-appear-prepare,
1954
+ .tntd-zoom-big-fast-enter-prepare {
1955
+ transform: none;
1956
+ }
1957
+ .tntd-zoom-big-fast-leave {
1958
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1959
+ }
1960
+ .tntd-zoom-up-appear,
1961
+ .tntd-zoom-up-enter,
1962
+ .tntd-zoom-up-leave {
1963
+ animation-duration: 0.2s;
1964
+ animation-fill-mode: both;
1965
+ animation-play-state: paused;
1966
+ }
1967
+ .tntd-zoom-up-appear.tntd-zoom-up-appear-active,
1968
+ .tntd-zoom-up-enter.tntd-zoom-up-enter-active {
1969
+ animation-name: antZoomUpIn;
1970
+ animation-play-state: running;
1971
+ }
1972
+ .tntd-zoom-up-leave.tntd-zoom-up-leave-active {
1973
+ animation-name: antZoomUpOut;
1974
+ animation-play-state: running;
1975
+ pointer-events: none;
1976
+ }
1977
+ .tntd-zoom-up-appear,
1978
+ .tntd-zoom-up-enter {
1979
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1980
+ opacity: 0;
1981
+ transform: scale(0);
1982
+ }
1983
+ .tntd-zoom-up-appear-prepare,
1984
+ .tntd-zoom-up-enter-prepare {
1985
+ transform: none;
1986
+ }
1987
+ .tntd-zoom-up-leave {
1988
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1989
+ }
1990
+ .tntd-zoom-down-appear,
1991
+ .tntd-zoom-down-enter,
1992
+ .tntd-zoom-down-leave {
1993
+ animation-duration: 0.2s;
1994
+ animation-fill-mode: both;
1995
+ animation-play-state: paused;
1996
+ }
1997
+ .tntd-zoom-down-appear.tntd-zoom-down-appear-active,
1998
+ .tntd-zoom-down-enter.tntd-zoom-down-enter-active {
1999
+ animation-name: antZoomDownIn;
2000
+ animation-play-state: running;
2001
+ }
2002
+ .tntd-zoom-down-leave.tntd-zoom-down-leave-active {
2003
+ animation-name: antZoomDownOut;
2004
+ animation-play-state: running;
2005
+ pointer-events: none;
2006
+ }
2007
+ .tntd-zoom-down-appear,
2008
+ .tntd-zoom-down-enter {
2009
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
2010
+ opacity: 0;
2011
+ transform: scale(0);
2012
+ }
2013
+ .tntd-zoom-down-appear-prepare,
2014
+ .tntd-zoom-down-enter-prepare {
2015
+ transform: none;
2016
+ }
2017
+ .tntd-zoom-down-leave {
2018
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
2019
+ }
2020
+ .tntd-zoom-left-appear,
2021
+ .tntd-zoom-left-enter,
2022
+ .tntd-zoom-left-leave {
2023
+ animation-duration: 0.2s;
2024
+ animation-fill-mode: both;
2025
+ animation-play-state: paused;
2026
+ }
2027
+ .tntd-zoom-left-appear.tntd-zoom-left-appear-active,
2028
+ .tntd-zoom-left-enter.tntd-zoom-left-enter-active {
2029
+ animation-name: antZoomLeftIn;
2030
+ animation-play-state: running;
2031
+ }
2032
+ .tntd-zoom-left-leave.tntd-zoom-left-leave-active {
2033
+ animation-name: antZoomLeftOut;
2034
+ animation-play-state: running;
2035
+ pointer-events: none;
2036
+ }
2037
+ .tntd-zoom-left-appear,
2038
+ .tntd-zoom-left-enter {
2039
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
2040
+ opacity: 0;
2041
+ transform: scale(0);
2042
+ }
2043
+ .tntd-zoom-left-appear-prepare,
2044
+ .tntd-zoom-left-enter-prepare {
2045
+ transform: none;
2046
+ }
2047
+ .tntd-zoom-left-leave {
2048
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
2049
+ }
2050
+ .tntd-zoom-right-appear,
2051
+ .tntd-zoom-right-enter,
2052
+ .tntd-zoom-right-leave {
2053
+ animation-duration: 0.2s;
2054
+ animation-fill-mode: both;
2055
+ animation-play-state: paused;
2056
+ }
2057
+ .tntd-zoom-right-appear.tntd-zoom-right-appear-active,
2058
+ .tntd-zoom-right-enter.tntd-zoom-right-enter-active {
2059
+ animation-name: antZoomRightIn;
2060
+ animation-play-state: running;
2061
+ }
2062
+ .tntd-zoom-right-leave.tntd-zoom-right-leave-active {
2063
+ animation-name: antZoomRightOut;
2064
+ animation-play-state: running;
2065
+ pointer-events: none;
2066
+ }
2067
+ .tntd-zoom-right-appear,
2068
+ .tntd-zoom-right-enter {
2069
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
2070
+ opacity: 0;
2071
+ transform: scale(0);
2072
+ }
2073
+ .tntd-zoom-right-appear-prepare,
2074
+ .tntd-zoom-right-enter-prepare {
2075
+ transform: none;
2076
+ }
2077
+ .tntd-zoom-right-leave {
2078
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
2079
+ }
2080
+ @keyframes antZoomIn {
2081
+ 0% {
2082
+ opacity: 0;
2083
+ transform: scale(0.2);
2084
+ }
2085
+ to {
2086
+ opacity: 1;
2087
+ transform: scale(1);
2088
+ }
2089
+ }
2090
+ @keyframes antZoomOut {
2091
+ 0% {
2092
+ transform: scale(1);
2093
+ }
2094
+ to {
2095
+ opacity: 0;
2096
+ transform: scale(0.2);
2097
+ }
2098
+ }
2099
+ @keyframes antZoomBigIn {
2100
+ 0% {
2101
+ opacity: 0;
2102
+ transform: scale(0.8);
2103
+ }
2104
+ to {
2105
+ opacity: 1;
2106
+ transform: scale(1);
2107
+ }
2108
+ }
2109
+ @keyframes antZoomBigOut {
2110
+ 0% {
2111
+ transform: scale(1);
2112
+ }
2113
+ to {
2114
+ opacity: 0;
2115
+ transform: scale(0.8);
2116
+ }
2117
+ }
2118
+ @keyframes antZoomUpIn {
2119
+ 0% {
2120
+ opacity: 0;
2121
+ transform: scale(0.8);
2122
+ transform-origin: 50% 0;
2123
+ }
2124
+ to {
2125
+ transform: scale(1);
2126
+ transform-origin: 50% 0;
2127
+ }
2128
+ }
2129
+ @keyframes antZoomUpOut {
2130
+ 0% {
2131
+ transform: scale(1);
2132
+ transform-origin: 50% 0;
2133
+ }
2134
+ to {
2135
+ opacity: 0;
2136
+ transform: scale(0.8);
2137
+ transform-origin: 50% 0;
2138
+ }
2139
+ }
2140
+ @keyframes antZoomLeftIn {
2141
+ 0% {
2142
+ opacity: 0;
2143
+ transform: scale(0.8);
2144
+ transform-origin: 0 50%;
2145
+ }
2146
+ to {
2147
+ transform: scale(1);
2148
+ transform-origin: 0 50%;
2149
+ }
2150
+ }
2151
+ @keyframes antZoomLeftOut {
2152
+ 0% {
2153
+ transform: scale(1);
2154
+ transform-origin: 0 50%;
2155
+ }
2156
+ to {
2157
+ opacity: 0;
2158
+ transform: scale(0.8);
2159
+ transform-origin: 0 50%;
2160
+ }
2161
+ }
2162
+ @keyframes antZoomRightIn {
2163
+ 0% {
2164
+ opacity: 0;
2165
+ transform: scale(0.8);
2166
+ transform-origin: 100% 50%;
2167
+ }
2168
+ to {
2169
+ transform: scale(1);
2170
+ transform-origin: 100% 50%;
2171
+ }
2172
+ }
2173
+ @keyframes antZoomRightOut {
2174
+ 0% {
2175
+ transform: scale(1);
2176
+ transform-origin: 100% 50%;
2177
+ }
2178
+ to {
2179
+ opacity: 0;
2180
+ transform: scale(0.8);
2181
+ transform-origin: 100% 50%;
2182
+ }
2183
+ }
2184
+ @keyframes antZoomDownIn {
2185
+ 0% {
2186
+ opacity: 0;
2187
+ transform: scale(0.8);
2188
+ transform-origin: 50% 100%;
2189
+ }
2190
+ to {
2191
+ transform: scale(1);
2192
+ transform-origin: 50% 100%;
2193
+ }
2194
+ }
2195
+ @keyframes antZoomDownOut {
2196
+ 0% {
2197
+ transform: scale(1);
2198
+ transform-origin: 50% 100%;
2199
+ }
2200
+ to {
2201
+ opacity: 0;
2202
+ transform: scale(0.8);
2203
+ transform-origin: 50% 100%;
2204
+ }
2205
+ }
2206
+ .tntd-motion-collapse-legacy {
2207
+ overflow: hidden;
2208
+ }
2209
+ .tntd-motion-collapse,
2210
+ .tntd-motion-collapse-legacy-active {
2211
+ transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
2212
+ }
2213
+ .tntd-motion-collapse {
2214
+ overflow: hidden;
2215
+ }
2216
+ @keyframes antCheckboxEffect {
2217
+ 0% {
2218
+ opacity: 0.5;
2219
+ transform: scale(1);
2220
+ }
2221
+ to {
2222
+ opacity: 0;
2223
+ transform: scale(1.6);
2224
+ }
2225
+ }
2226
+ .tntd-cascader-checkbox {
2227
+ font-feature-settings: "tnum", "tnum";
2228
+ box-sizing: border-box;
2229
+ color: rgba(0, 0, 0, 0.85);
2230
+ cursor: pointer;
2231
+ font-size: 14px;
2232
+ font-variant: tabular-nums;
2233
+ line-height: 1.5715;
2234
+ line-height: 1;
2235
+ list-style: none;
2236
+ margin: 0;
2237
+ outline: none;
2238
+ padding: 0;
2239
+ position: relative;
2240
+ top: 0.2em;
2241
+ white-space: nowrap;
2242
+ }
2243
+ .tntd-cascader-checkbox-input:focus + .tntd-cascader-checkbox-inner,
2244
+ .tntd-cascader-checkbox-wrapper:hover .tntd-cascader-checkbox-inner,
2245
+ .tntd-cascader-checkbox:hover .tntd-cascader-checkbox-inner {
2246
+ border-color: #126bfb;
2247
+ }
2248
+ .tntd-cascader-checkbox-checked:after {
2249
+ animation: antCheckboxEffect 0.36s ease-in-out;
2250
+ animation-fill-mode: backwards;
2251
+ border: 1px solid #126bfb;
2252
+ border-radius: 2px;
2253
+ content: "";
2254
+ height: 100%;
2255
+ left: 0;
2256
+ position: absolute;
2257
+ top: 0;
2258
+ visibility: hidden;
2259
+ width: 100%;
2260
+ }
2261
+ .tntd-cascader-checkbox-wrapper:hover .tntd-cascader-checkbox:after,
2262
+ .tntd-cascader-checkbox:hover:after {
2263
+ visibility: visible;
2264
+ }
2265
+ .tntd-cascader-checkbox-inner {
2266
+ background-color: #fff;
2267
+ border: 1px solid #b2becd;
2268
+ border-collapse: initial;
2269
+ border-radius: 2px;
2270
+ direction: ltr;
2271
+ display: block;
2272
+ height: 14px;
2273
+ left: 0;
2274
+ position: relative;
2275
+ top: 0;
2276
+ transition: all 0.3s;
2277
+ width: 14px;
2278
+ }
2279
+ .tntd-cascader-checkbox-inner:after {
2280
+ border: 1px solid #fff;
2281
+ border-left: 0;
2282
+ border-top: 0;
2283
+ content: " ";
2284
+ display: table;
2285
+ height: 7px;
2286
+ left: 21.5%;
2287
+ opacity: 0;
2288
+ position: absolute;
2289
+ top: 50%;
2290
+ transform: rotate(45deg) scale(0) translate(-50%, -50%);
2291
+ transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
2292
+ width: 4px;
2293
+ }
2294
+ .tntd-cascader-checkbox-input {
2295
+ bottom: 0;
2296
+ cursor: pointer;
2297
+ height: 100%;
2298
+ left: 0;
2299
+ opacity: 0;
2300
+ position: absolute;
2301
+ right: 0;
2302
+ top: 0;
2303
+ width: 100%;
2304
+ z-index: 1;
2305
+ }
2306
+ .tntd-cascader-checkbox-checked .tntd-cascader-checkbox-inner:after {
2307
+ border: 1px solid #fff;
2308
+ border-left: 0;
2309
+ border-top: 0;
2310
+ content: " ";
2311
+ display: table;
2312
+ opacity: 1;
2313
+ position: absolute;
2314
+ transform: rotate(45deg) scale(1) translate(-50%, -50%);
2315
+ transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
2316
+ }
2317
+ .tntd-cascader-checkbox-checked .tntd-cascader-checkbox-inner {
2318
+ background-color: #126bfb;
2319
+ border-color: #126bfb;
2320
+ }
2321
+ .tntd-cascader-checkbox-disabled {
2322
+ cursor: not-allowed;
2323
+ }
2324
+ .tntd-cascader-checkbox-disabled.tntd-cascader-checkbox-checked .tntd-cascader-checkbox-inner:after {
2325
+ animation-name: none;
2326
+ border-color: rgba(0, 0, 0, 0.25);
2327
+ }
2328
+ .tntd-cascader-checkbox-disabled .tntd-cascader-checkbox-input {
2329
+ cursor: not-allowed;
2330
+ pointer-events: none;
2331
+ }
2332
+ .tntd-cascader-checkbox-disabled .tntd-cascader-checkbox-inner {
2333
+ background-color: #f1f2f5;
2334
+ border-color: #b2becd !important;
2335
+ }
2336
+ .tntd-cascader-checkbox-disabled .tntd-cascader-checkbox-inner:after {
2337
+ animation-name: none;
2338
+ border-collapse: initial;
2339
+ border-color: #f1f2f5;
2340
+ }
2341
+ .tntd-cascader-checkbox-disabled + span {
2342
+ color: rgba(0, 0, 0, 0.25);
2343
+ cursor: not-allowed;
2344
+ }
2345
+ .tntd-cascader-checkbox-disabled:hover:after,
2346
+ .tntd-cascader-checkbox-wrapper:hover .tntd-cascader-checkbox-disabled:after {
2347
+ visibility: hidden;
2348
+ }
2349
+ .tntd-cascader-checkbox-wrapper {
2350
+ font-feature-settings: "tnum", "tnum";
2351
+ align-items: baseline;
2352
+ box-sizing: border-box;
2353
+ color: rgba(0, 0, 0, 0.85);
2354
+ cursor: pointer;
2355
+ display: inline-flex;
2356
+ font-size: 14px;
2357
+ font-variant: tabular-nums;
2358
+ line-height: 1.5715;
2359
+ line-height: inherit;
2360
+ list-style: none;
2361
+ margin: 0;
2362
+ padding: 0;
2363
+ }
2364
+ .tntd-cascader-checkbox-wrapper:after {
2365
+ content: "\a0";
2366
+ display: inline-block;
2367
+ overflow: hidden;
2368
+ width: 0;
2369
+ }
2370
+ .tntd-cascader-checkbox-wrapper.tntd-cascader-checkbox-wrapper-disabled {
2371
+ cursor: not-allowed;
2372
+ }
2373
+ .tntd-cascader-checkbox-wrapper + .tntd-cascader-checkbox-wrapper {
2374
+ margin-left: 8px;
2375
+ }
2376
+ .tntd-cascader-checkbox-wrapper.tntd-cascader-checkbox-wrapper-in-form-item input[type=checkbox] {
2377
+ height: 14px;
2378
+ width: 14px;
2379
+ }
2380
+ .tntd-cascader-checkbox + span {
2381
+ padding-left: 8px;
2382
+ padding-right: 8px;
2383
+ }
2384
+ .tntd-cascader-checkbox-group {
2385
+ font-feature-settings: "tnum", "tnum";
2386
+ box-sizing: border-box;
2387
+ color: rgba(0, 0, 0, 0.85);
2388
+ display: inline-block;
2389
+ font-size: 14px;
2390
+ font-variant: tabular-nums;
2391
+ line-height: 1.5715;
2392
+ list-style: none;
2393
+ margin: 0;
2394
+ padding: 0;
2395
+ }
2396
+ .tntd-cascader-checkbox-group-item {
2397
+ margin-right: 8px;
2398
+ }
2399
+ .tntd-cascader-checkbox-group-item:last-child {
2400
+ margin-right: 0;
2401
+ }
2402
+ .tntd-cascader-checkbox-group-item + .tntd-cascader-checkbox-group-item {
2403
+ margin-left: 0;
2404
+ }
2405
+ .tntd-cascader-checkbox-indeterminate .tntd-cascader-checkbox-inner {
2406
+ background-color: #fff;
2407
+ border-color: #b2becd;
2408
+ }
2409
+ .tntd-cascader-checkbox-indeterminate .tntd-cascader-checkbox-inner:after {
2410
+ background-color: #126bfb;
2411
+ border: 0;
2412
+ content: " ";
2413
+ height: 8px;
2414
+ left: 50%;
2415
+ opacity: 1;
2416
+ top: 50%;
2417
+ transform: translate(-50%, -50%) scale(1);
2418
+ width: 8px;
2419
+ }
2420
+ .tntd-cascader-checkbox-indeterminate.tntd-cascader-checkbox-disabled .tntd-cascader-checkbox-inner:after {
2421
+ background-color: rgba(0, 0, 0, 0.25);
2422
+ border-color: rgba(0, 0, 0, 0.25);
2423
+ }
2424
+ .tntd-cascader {
2425
+ width: 300px;
2426
+ }
2427
+ .tntd-cascader-checkbox {
2428
+ margin-right: 8px;
2429
+ top: 0;
2430
+ }
2431
+ .tntd-cascader-menus {
2432
+ align-items: flex-start;
2433
+ display: flex;
2434
+ flex-wrap: nowrap;
2435
+ }
2436
+ .tntd-cascader-menus.tntd-cascader-menu-empty .tntd-cascader-menu {
2437
+ height: auto;
2438
+ width: 100%;
2439
+ }
2440
+ .tntd-cascader-menu {
2441
+ -ms-overflow-style: -ms-autohiding-scrollbar;
2442
+ border-right: 1px solid #e1e6ee;
2443
+ flex-grow: 1;
2444
+ height: 180px;
2445
+ list-style: none;
2446
+ margin: -4px 0;
2447
+ min-width: 111px;
2448
+ overflow: hidden;
2449
+ padding: 4px 0;
2450
+ vertical-align: top;
2451
+ }
2452
+ .tntd-cascader-menu:last-child {
2453
+ border-right: 0;
2454
+ }
2455
+ .tntd-cascader-menu-item {
2456
+ align-items: center;
2457
+ cursor: pointer;
2458
+ display: flex;
2459
+ flex-wrap: nowrap;
2460
+ line-height: 26px;
2461
+ overflow: hidden;
2462
+ padding: 5px 12px;
2463
+ text-overflow: ellipsis;
2464
+ transition: all 0.3s;
2465
+ white-space: nowrap;
2466
+ }
2467
+ .tntd-cascader-menu-item:hover {
2468
+ background: #f1f2f5;
2469
+ }
2470
+ .tntd-cascader-menu-item-disabled {
2471
+ color: rgba(0, 0, 0, 0.25);
2472
+ cursor: not-allowed;
2473
+ }
2474
+ .tntd-cascader-menu-item-disabled:hover {
2475
+ background: transparent;
2476
+ }
2477
+ .tntd-cascader-menu-empty .tntd-cascader-menu-item {
2478
+ color: rgba(0, 0, 0, 0.25);
2479
+ cursor: default;
2480
+ pointer-events: none;
2481
+ }
2482
+ .tntd-cascader-menu-item-active:not(.tntd-cascader-menu-item-disabled),
2483
+ .tntd-cascader-menu-item-active:not(.tntd-cascader-menu-item-disabled):hover {
2484
+ background-color: #f3f4f6;
2485
+ }
2486
+ .tntd-cascader-menu-item-content {
2487
+ flex: auto;
2488
+ }
2489
+ .tntd-cascader-menu-item-expand .tntd-cascader-menu-item-expand-icon,
2490
+ .tntd-cascader-menu-item-loading-icon {
2491
+ color: rgba(0, 0, 0, 0.45);
2492
+ font-size: 10px;
2493
+ margin-left: 4px;
2494
+ }
2495
+ .tntd-cascader-menu-item-disabled.tntd-cascader-menu-item-expand .tntd-cascader-menu-item-expand-icon,
2496
+ .tntd-cascader-menu-item-disabled.tntd-cascader-menu-item-loading-icon {
2497
+ color: rgba(0, 0, 0, 0.25);
2498
+ }
2499
+ .tntd-cascader-menu-item-keyword {
2500
+ color: inherit;
2501
+ font-weight: 600;
2502
+ }
2503
+ .tntd-cascader-compact-item:not(.tntd-cascader-compact-last-item):not(.tntd-cascader-compact-item-rtl) {
2504
+ margin-right: -1px;
2505
+ }
2506
+ .tntd-cascader-compact-item:not(.tntd-cascader-compact-last-item).tntd-cascader-compact-item-rtl {
2507
+ margin-left: -1px;
2508
+ }
2509
+ .tntd-cascader-compact-item:active,
2510
+ .tntd-cascader-compact-item:focus,
2511
+ .tntd-cascader-compact-item:hover {
2512
+ z-index: 2;
2513
+ }
2514
+ .tntd-cascader-compact-item[disabled] {
2515
+ z-index: 0;
2516
+ }
2517
+ .tntd-cascader-compact-item:not(.tntd-cascader-compact-first-item):not(.tntd-cascader-compact-last-item).tntd-cascader {
2518
+ border-radius: 0;
2519
+ }
2520
+ .tntd-cascader-compact-item.tntd-cascader.tntd-cascader-compact-first-item:not(.tntd-cascader-compact-last-item):not(.tntd-cascader-compact-item-rtl) {
2521
+ border-bottom-right-radius: 0;
2522
+ border-top-right-radius: 0;
2523
+ }
2524
+ .tntd-cascader-compact-item.tntd-cascader.tntd-cascader-compact-item-rtl.tntd-cascader-compact-first-item:not(.tntd-cascader-compact-last-item),
2525
+ .tntd-cascader-compact-item.tntd-cascader.tntd-cascader-compact-last-item:not(.tntd-cascader-compact-first-item):not(.tntd-cascader-compact-item-rtl) {
2526
+ border-bottom-left-radius: 0;
2527
+ border-top-left-radius: 0;
2528
+ }
2529
+ .tntd-cascader-compact-item.tntd-cascader.tntd-cascader-compact-item-rtl.tntd-cascader-compact-last-item:not(.tntd-cascader-compact-first-item) {
2530
+ border-bottom-right-radius: 0;
2531
+ border-top-right-radius: 0;
2532
+ }
2533
+ .tntd-cascader-rtl .tntd-cascader-menu-item-expand-icon,
2534
+ .tntd-cascader-rtl .tntd-cascader-menu-item-loading-icon {
2535
+ margin-left: 0;
2536
+ margin-right: 4px;
2537
+ }
2538
+ .tntd-cascader-rtl .tntd-cascader-checkbox {
2539
+ margin-left: 8px;
2540
+ margin-right: 0;
2541
+ top: 0;
2542
+ }
2543
+ .tntd-empty {
2544
+ font-size: 14px;
2545
+ line-height: 1.5715;
2546
+ margin: 0 8px;
2547
+ text-align: center;
2548
+ }
2549
+ .tntd-empty-image {
2550
+ height: 100px;
2551
+ margin-bottom: 8px;
2552
+ }
2553
+ .tntd-empty-image img {
2554
+ height: 100%;
2555
+ }
2556
+ .tntd-empty-image svg {
2557
+ height: 100%;
2558
+ margin: auto;
2559
+ }
2560
+ .tntd-empty-footer {
2561
+ margin-top: 16px;
2562
+ }
2563
+ .tntd-empty-normal {
2564
+ color: rgba(0, 0, 0, 0.25);
2565
+ margin: 32px 0;
2566
+ }
2567
+ .tntd-empty-normal .tntd-empty-image {
2568
+ height: 40px;
2569
+ }
2570
+ .tntd-empty-small {
2571
+ color: rgba(0, 0, 0, 0.25);
2572
+ margin: 8px 0;
2573
+ }
2574
+ .tntd-empty-small .tntd-empty-image {
2575
+ height: 35px;
2576
+ }
2577
+ .tntd-empty-img-default-ellipse {
2578
+ fill: #f1f2f5;
2579
+ fill-opacity: 0.8;
2580
+ }
2581
+ .tntd-empty-img-default-path-1 {
2582
+ fill: #aeb8c2;
2583
+ }
2584
+ .tntd-empty-img-default-path-2 {
2585
+ fill: url(#linearGradient-1);
2586
+ }
2587
+ .tntd-empty-img-default-path-3 {
2588
+ fill: #f5f5f7;
2589
+ }
2590
+ .tntd-empty-img-default-path-4,
2591
+ .tntd-empty-img-default-path-5 {
2592
+ fill: #dce0e6;
2593
+ }
2594
+ .tntd-empty-img-default-g {
2595
+ fill: #fff;
2596
+ }
2597
+ .tntd-empty-img-simple-ellipse {
2598
+ fill: #f1f2f5;
2599
+ }
2600
+ .tntd-empty-img-simple-g {
2601
+ stroke: #b2becd;
2602
+ }
2603
+ .tntd-empty-img-simple-path {
2604
+ fill: #fafafa;
2605
+ }
2606
+ .tntd-empty-rtl {
2607
+ direction: rtl;
2608
+ }
2609
+ .tntd-select-single .tntd-select-selector {
2610
+ display: flex;
2611
+ }
2612
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-search {
2613
+ bottom: 0;
2614
+ left: 11px;
2615
+ position: absolute;
2616
+ right: 11px;
2617
+ top: 0;
2618
+ }
2619
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-search-input {
2620
+ width: 100%;
2621
+ }
2622
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-item,
2623
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-placeholder {
2624
+ line-height: 32px;
2625
+ padding: 0;
2626
+ transition: all 0.3s;
2627
+ }
2628
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-item {
2629
+ position: relative;
2630
+ -webkit-user-select: none;
2631
+ -moz-user-select: none;
2632
+ -ms-user-select: none;
2633
+ user-select: none;
2634
+ }
2635
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-placeholder {
2636
+ pointer-events: none;
2637
+ transition: none;
2638
+ }
2639
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-item:after,
2640
+ .tntd-select-single .tntd-select-selector .tntd-select-selection-placeholder:after,
2641
+ .tntd-select-single .tntd-select-selector:after {
2642
+ content: "\a0";
2643
+ display: inline-block;
2644
+ visibility: hidden;
2645
+ width: 0;
2646
+ }
2647
+ .tntd-select-single.tntd-select-show-arrow .tntd-select-selection-search {
2648
+ right: 25px;
2649
+ }
2650
+ .tntd-select-single.tntd-select-show-arrow .tntd-select-selection-item,
2651
+ .tntd-select-single.tntd-select-show-arrow .tntd-select-selection-placeholder {
2652
+ padding-right: 18px;
2653
+ }
2654
+ .tntd-select-single.tntd-select-open .tntd-select-selection-item {
2655
+ color: #bfbfbf;
2656
+ }
2657
+ .tntd-select-single:not(.tntd-select-customize-input) .tntd-select-selector {
2658
+ height: 32px;
2659
+ padding: 0 11px;
2660
+ width: 100%;
2661
+ }
2662
+ .tntd-select-single:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-search-input {
2663
+ height: 32px;
2664
+ }
2665
+ .tntd-select-single:not(.tntd-select-customize-input) .tntd-select-selector:after {
2666
+ line-height: 32px;
2667
+ }
2668
+ .tntd-select-single.tntd-select-customize-input .tntd-select-selector:after {
2669
+ display: none;
2670
+ }
2671
+ .tntd-select-single.tntd-select-customize-input .tntd-select-selector .tntd-select-selection-search {
2672
+ position: static;
2673
+ width: 100%;
2674
+ }
2675
+ .tntd-select-single.tntd-select-customize-input .tntd-select-selector .tntd-select-selection-placeholder {
2676
+ left: 0;
2677
+ padding: 0 11px;
2678
+ position: absolute;
2679
+ right: 0;
2680
+ }
2681
+ .tntd-select-single.tntd-select-customize-input .tntd-select-selector .tntd-select-selection-placeholder:after {
2682
+ display: none;
2683
+ }
2684
+ .tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector {
2685
+ height: 40px;
2686
+ }
2687
+ .tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-item,
2688
+ .tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-placeholder,
2689
+ .tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector:after {
2690
+ line-height: 38px;
2691
+ }
2692
+ .tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input):not(.tntd-select-customize-input) .tntd-select-selection-search-input {
2693
+ height: 38px;
2694
+ }
2695
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector {
2696
+ height: 24px;
2697
+ }
2698
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-item,
2699
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-placeholder,
2700
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector:after {
2701
+ line-height: 22px;
2702
+ }
2703
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input):not(.tntd-select-customize-input) .tntd-select-selection-search-input {
2704
+ height: 22px;
2705
+ }
2706
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selection-search {
2707
+ left: 7px;
2708
+ right: 7px;
2709
+ }
2710
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input) .tntd-select-selector {
2711
+ padding: 0 7px;
2712
+ }
2713
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-search {
2714
+ right: 28px;
2715
+ }
2716
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-item,
2717
+ .tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-placeholder {
2718
+ padding-right: 21px;
2719
+ }
2720
+ .tntd-select-single.tntd-select-lg:not(.tntd-select-customize-input) .tntd-select-selector {
2721
+ padding: 0 11px;
2722
+ }
2723
+ .tntd-select-selection-overflow {
2724
+ display: flex;
2725
+ flex: auto;
2726
+ flex-wrap: wrap;
2727
+ max-width: 100%;
2728
+ position: relative;
2729
+ }
2730
+ .tntd-select-selection-overflow-item {
2731
+ align-self: center;
2732
+ flex: none;
2733
+ max-width: 100%;
2734
+ }
2735
+ .tntd-select-multiple .tntd-select-selector {
2736
+ align-items: center;
2737
+ display: flex;
2738
+ flex-wrap: wrap;
2739
+ padding: 1px 4px;
2740
+ }
2741
+ .tntd-select-show-search.tntd-select-multiple .tntd-select-selector {
2742
+ cursor: text;
2743
+ }
2744
+ .tntd-select-disabled.tntd-select-multiple .tntd-select-selector {
2745
+ background: #f1f2f5;
2746
+ cursor: not-allowed;
2747
+ }
2748
+ .tntd-select-multiple .tntd-select-selector:after {
2749
+ content: "\a0";
2750
+ display: inline-block;
2751
+ line-height: 22px;
2752
+ margin: 1px 0;
2753
+ width: 0;
2754
+ }
2755
+ .tntd-select-multiple.tntd-select-allow-clear .tntd-select-selector,
2756
+ .tntd-select-multiple.tntd-select-show-arrow .tntd-select-selector {
2757
+ padding-right: 24px;
2758
+ }
2759
+ .tntd-select-multiple .tntd-select-selection-item {
2760
+ -webkit-margin-end: 4px;
2761
+ -webkit-padding-start: 8px;
2762
+ -webkit-padding-end: 4px;
2763
+ background: #f1f2f5;
2764
+ border-radius: 2px;
2765
+ box-sizing: border-box;
2766
+ cursor: default;
2767
+ display: flex;
2768
+ flex: none;
2769
+ height: 22px;
2770
+ line-height: 22px;
2771
+ /* margin-bottom: 2px;
2772
+ margin-top: 2px; */
2773
+ margin-inline-end: 4px;
2774
+ max-width: 100%;
2775
+ padding-inline-end: 4px;
2776
+ padding-inline-start: 8px;
2777
+ position: relative;
2778
+ transition: font-size 0.3s, line-height 0.3s, height 0.3s;
2779
+ -webkit-user-select: none;
2780
+ -moz-user-select: none;
2781
+ -ms-user-select: none;
2782
+ user-select: none;
2783
+ border-radius: 16px;
2784
+ }
2785
+ .tntd-select-disabled.tntd-select-multiple .tntd-select-selection-item {
2786
+ border-color: #b2becd;
2787
+ color: #bfbfbf;
2788
+ cursor: not-allowed;
2789
+ }
2790
+ .tntd-select-multiple .tntd-select-selection-item-content {
2791
+ display: inline-block;
2792
+ margin-right: 4px;
2793
+ overflow: hidden;
2794
+ text-overflow: ellipsis;
2795
+ white-space: pre;
2796
+ font-family: PingFangSC-Regular;
2797
+ font-size: 14px;
2798
+ color: #17233d;
2799
+ }
2800
+ .tntd-select-multiple .tntd-select-selection-item-remove {
2801
+ -webkit-font-smoothing: antialiased;
2802
+ -moz-osx-font-smoothing: grayscale;
2803
+ color: inherit;
2804
+ color: rgba(0, 0, 0, 0.45);
2805
+ cursor: pointer;
2806
+ display: inline-block;
2807
+ font-size: 10px;
2808
+ font-style: normal;
2809
+ font-weight: 700;
2810
+ line-height: 0;
2811
+ line-height: inherit;
2812
+ text-align: center;
2813
+ text-rendering: optimizelegibility;
2814
+ text-transform: none;
2815
+ vertical-align: -0.125em;
2816
+ }
2817
+ .tntd-select-multiple .tntd-select-selection-item-remove > * {
2818
+ line-height: 1;
2819
+ }
2820
+ .tntd-select-multiple .tntd-select-selection-item-remove svg {
2821
+ display: inline-block;
2822
+ }
2823
+ .tntd-select-multiple .tntd-select-selection-item-remove:before {
2824
+ display: none;
2825
+ }
2826
+ .tntd-select-multiple .tntd-select-selection-item-remove .tntd-select-multiple .tntd-select-selection-item-remove-icon {
2827
+ display: block;
2828
+ }
2829
+ .tntd-select-multiple .tntd-select-selection-item-remove > .anticon {
2830
+ vertical-align: middle;
2831
+ }
2832
+ .tntd-select-multiple .tntd-select-selection-item-remove:hover {
2833
+ color: rgba(0, 0, 0, 0.75);
2834
+ }
2835
+ .tntd-select-multiple .tntd-select-selection-overflow-item + .tntd-select-selection-overflow-item .tntd-select-selection-search {
2836
+ -webkit-margin-start: 0;
2837
+ margin-inline-start: 0;
2838
+ }
2839
+ .tntd-select-multiple .tntd-select-selection-search {
2840
+ -webkit-margin-start: 7px;
2841
+ margin-inline-start: 7px;
2842
+ max-width: 100%;
2843
+ position: relative;
2844
+ }
2845
+ .tntd-select-multiple .tntd-select-selection-search-input,
2846
+ .tntd-select-multiple .tntd-select-selection-search-mirror {
2847
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
2848
+ height: 24px;
2849
+ line-height: 24px;
2850
+ transition: all 0.3s;
2851
+ }
2852
+ .tntd-select-multiple .tntd-select-selection-search-input {
2853
+ min-width: 4.1px;
2854
+ width: 100%;
2855
+ }
2856
+ .tntd-select-multiple .tntd-select-selection-search-mirror {
2857
+ left: 0;
2858
+ position: absolute;
2859
+ top: 0;
2860
+ visibility: hidden;
2861
+ white-space: pre;
2862
+ z-index: 999;
2863
+ }
2864
+ .tntd-select-multiple .tntd-select-selection-placeholder {
2865
+ left: 11px;
2866
+ position: absolute;
2867
+ right: 11px;
2868
+ top: 50%;
2869
+ transform: translateY(-50%);
2870
+ transition: all 0.3s;
2871
+ }
2872
+ .tntd-select-multiple.tntd-select-lg .tntd-select-selector:after {
2873
+ line-height: 32px;
2874
+ }
2875
+ .tntd-select-multiple.tntd-select-lg .tntd-select-selection-item {
2876
+ line-height: 32px;
2877
+ }
2878
+ .tntd-select-multiple.tntd-select-lg .tntd-select-selection-search {
2879
+ height: 32px;
2880
+ line-height: 32px;
2881
+ }
2882
+ .tntd-select-multiple.tntd-select-lg .tntd-select-selection-search-input,
2883
+ .tntd-select-multiple.tntd-select-lg .tntd-select-selection-search-mirror {
2884
+ height: 32px;
2885
+ line-height: 32px;
2886
+ }
2887
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selector:after {
2888
+ line-height: 16px;
2889
+ }
2890
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selection-item {
2891
+ height: 16px;
2892
+ line-height: 14px;
2893
+ }
2894
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selection-search {
2895
+ height: 16px;
2896
+ line-height: 16px;
2897
+ }
2898
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selection-search-input,
2899
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selection-search-mirror {
2900
+ height: 16px;
2901
+ line-height: 14px;
2902
+ }
2903
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selection-placeholder {
2904
+ left: 7px;
2905
+ }
2906
+ .tntd-select-multiple.tntd-select-sm .tntd-select-selection-search {
2907
+ -webkit-margin-start: 3px;
2908
+ margin-inline-start: 3px;
2909
+ }
2910
+ .tntd-select-multiple.tntd-select-lg .tntd-select-selection-item {
2911
+ height: 32px;
2912
+ line-height: 32px;
2913
+ }
2914
+ .tntd-select-disabled .tntd-select-selection-item-remove {
2915
+ display: none;
2916
+ }
2917
+ .tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer) .tntd-select-selector {
2918
+ background-color: #fff;
2919
+ border-color: #ef4444 !important;
2920
+ }
2921
+ .tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-focused .tntd-select-selector,
2922
+ .tntd-select-status-error.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-open .tntd-select-selector {
2923
+ border-color: #ef4444;
2924
+ border-right-width: 1px;
2925
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
2926
+ outline: 0;
2927
+ }
2928
+ .tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer) .tntd-select-selector {
2929
+ background-color: #fff;
2930
+ border-color: #f7b035 !important;
2931
+ }
2932
+ .tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-focused .tntd-select-selector,
2933
+ .tntd-select-status-warning.tntd-select:not(.tntd-select-disabled):not(.tntd-select-customize-input):not(.tntd-pagination-size-changer).tntd-select-open .tntd-select-selector {
2934
+ border-color: #f7b035;
2935
+ border-right-width: 1px;
2936
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
2937
+ outline: 0;
2938
+ }
2939
+ .tntd-select-status-error.tntd-select-has-feedback .tntd-select-clear,
2940
+ .tntd-select-status-success.tntd-select-has-feedback .tntd-select-clear,
2941
+ .tntd-select-status-validating.tntd-select-has-feedback .tntd-select-clear,
2942
+ .tntd-select-status-warning.tntd-select-has-feedback .tntd-select-clear {
2943
+ right: 28px;
2944
+ }
2945
+ .tntd-select-status-error.tntd-select-has-feedback .tntd-select-selection-selected-value,
2946
+ .tntd-select-status-success.tntd-select-has-feedback .tntd-select-selection-selected-value,
2947
+ .tntd-select-status-validating.tntd-select-has-feedback .tntd-select-selection-selected-value,
2948
+ .tntd-select-status-warning.tntd-select-has-feedback .tntd-select-selection-selected-value {
2949
+ padding-right: 42px;
2950
+ }
2951
+ .tntd-select {
2952
+ font-feature-settings: "tnum", "tnum";
2953
+ box-sizing: border-box;
2954
+ color: rgba(0, 0, 0, 0.85);
2955
+ cursor: pointer;
2956
+ display: inline-block;
2957
+ font-size: 14px;
2958
+ font-variant: tabular-nums;
2959
+ line-height: 1.5715;
2960
+ list-style: none;
2961
+ margin: 0;
2962
+ padding: 0;
2963
+ position: relative;
2964
+ }
2965
+ .tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
2966
+ background-color: #fff;
2967
+ border: 1px solid #e1e6ee;
2968
+ border-radius: 8px;
2969
+ position: relative;
2970
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
2971
+ }
2972
+ .tntd-select:not(.tntd-select-customize-input) .tntd-select-selector input {
2973
+ cursor: pointer;
2974
+ }
2975
+ .ant-input-group.ant-input-group-compact > .tntd-select > .tntd-select-selector {
2976
+ border-radius: 0;
2977
+ }
2978
+ .ant-input-group.ant-input-group-compact > .tntd-select-multiple .tntd-select-selector {
2979
+ padding-top: 3px;
2980
+ padding-bottom: 3px;
2981
+ }
2982
+ .ant-input-group.ant-input-group-compact > *:last-child,
2983
+ .ant-input-group.ant-input-group-compact > .tntd-select:last-child > .tntd-select-selector {
2984
+ border-top-right-radius: 8px;
2985
+ border-bottom-right-radius: 8px;
2986
+ }
2987
+ .tntd-select-show-search.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
2988
+ cursor: text;
2989
+ }
2990
+ .tntd-select-show-search.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector input {
2991
+ cursor: auto;
2992
+ }
2993
+ .tntd-select-focused:not(.tntd-select-disabled).tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
2994
+ border-color: #126bfb;
2995
+ border-right-width: 1px;
2996
+ outline: 0;
2997
+ }
2998
+ .tntd-select-disabled.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
2999
+ background: #f1f2f5;
3000
+ color: rgba(0, 0, 0, 0.25);
3001
+ cursor: not-allowed;
3002
+ }
3003
+ .tntd-select-multiple.tntd-select-disabled.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector {
3004
+ background: #f1f2f5;
3005
+ }
3006
+ .tntd-select-disabled.tntd-select:not(.tntd-select-customize-input) .tntd-select-selector input {
3007
+ cursor: not-allowed;
3008
+ }
3009
+ .tntd-select:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-search-input {
3010
+ -webkit-appearance: none;
3011
+ -moz-appearance: none;
3012
+ appearance: none;
3013
+ background: transparent;
3014
+ border: none;
3015
+ margin: 0;
3016
+ outline: none;
3017
+ padding: 0;
3018
+ }
3019
+ .tntd-select:not(.tntd-select-customize-input) .tntd-select-selector .tntd-select-selection-search-input::-webkit-search-cancel-button {
3020
+ -webkit-appearance: none;
3021
+ display: none;
3022
+ }
3023
+ .tntd-select:not(.tntd-select-disabled):hover .tntd-select-selector {
3024
+ border-color: #126bfb;
3025
+ border-right-width: 1px;
3026
+ cursor: pointer;
3027
+ }
3028
+ .tntd-select-selection-item {
3029
+ flex: 1 1;
3030
+ font-weight: 400;
3031
+ overflow: hidden;
3032
+ text-overflow: ellipsis;
3033
+ white-space: nowrap;
3034
+ }
3035
+ @media (-ms-high-contrast: none) {
3036
+ .tntd-select-selection-item,
3037
+ .tntd-select-selection-item ::-ms-backdrop {
3038
+ flex: auto;
3039
+ }
3040
+ }
3041
+ .tntd-select-selection-placeholder {
3042
+ color: #8b919e;
3043
+ flex: 1 1;
3044
+ overflow: hidden;
3045
+ pointer-events: none;
3046
+ text-overflow: ellipsis;
3047
+ white-space: nowrap;
3048
+ }
3049
+ @media (-ms-high-contrast: none) {
3050
+ .tntd-select-selection-placeholder,
3051
+ .tntd-select-selection-placeholder ::-ms-backdrop {
3052
+ flex: auto;
3053
+ }
3054
+ }
3055
+ .tntd-select-arrow {
3056
+ -webkit-font-smoothing: antialiased;
3057
+ -moz-osx-font-smoothing: grayscale;
3058
+ align-items: center;
3059
+ color: inherit;
3060
+ color: #8b919e;
3061
+ display: inline-block;
3062
+ display: flex;
3063
+ font-size: 12px;
3064
+ font-style: normal;
3065
+ height: 12px;
3066
+ line-height: 0;
3067
+ line-height: 1;
3068
+ margin-top: -6px;
3069
+ pointer-events: none;
3070
+ position: absolute;
3071
+ right: 11px;
3072
+ text-align: center;
3073
+ text-rendering: optimizelegibility;
3074
+ text-transform: none;
3075
+ top: 50%;
3076
+ vertical-align: -0.125em;
3077
+ }
3078
+ .tntd-select-arrow > * {
3079
+ line-height: 1;
3080
+ }
3081
+ .tntd-select-arrow svg {
3082
+ display: inline-block;
3083
+ }
3084
+ .tntd-select-arrow:before {
3085
+ display: none;
3086
+ }
3087
+ .tntd-select-arrow .tntd-select-arrow-icon {
3088
+ display: block;
3089
+ }
3090
+ .tntd-select-arrow .anticon {
3091
+ transition: transform 0.3s;
3092
+ vertical-align: top;
3093
+ }
3094
+ .tntd-select-arrow .anticon > svg {
3095
+ vertical-align: top;
3096
+ }
3097
+ .tntd-select-arrow .anticon:not(.tntd-select-suffix) {
3098
+ pointer-events: auto;
3099
+ }
3100
+ .tntd-select-disabled .tntd-select-arrow {
3101
+ cursor: not-allowed;
3102
+ }
3103
+ .tntd-select-arrow > :not(:last-child) {
3104
+ -webkit-margin-end: 8px;
3105
+ margin-inline-end: 8px;
3106
+ }
3107
+ .tntd-select-clear {
3108
+ background: #fff;
3109
+ color: rgba(0, 0, 0, 0.25);
3110
+ cursor: pointer;
3111
+ display: inline-block;
3112
+ font-size: 12px;
3113
+ font-style: normal;
3114
+ height: 12px;
3115
+ line-height: 1;
3116
+ margin-top: -7px;
3117
+ opacity: 0;
3118
+ position: absolute;
3119
+ right: 13px;
3120
+ text-align: center;
3121
+ text-rendering: auto;
3122
+ text-transform: none;
3123
+ top: 50%;
3124
+ transition: color 0.3s ease, opacity 0.15s ease;
3125
+ width: 12px;
3126
+ z-index: 1;
3127
+ }
3128
+ .tntd-select-clear:before {
3129
+ display: block;
3130
+ }
3131
+ .tntd-select-clear:hover {
3132
+ color: rgba(0, 0, 0, 0.45);
3133
+ }
3134
+ .tntd-select:hover .tntd-select-clear {
3135
+ opacity: 1;
3136
+ }
3137
+ .tntd-select-dropdown {
3138
+ font-feature-settings: "tnum", "tnum";
3139
+ background-color: #fff;
3140
+ border-radius: 2px;
3141
+ 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);
3142
+ box-sizing: border-box;
3143
+ color: rgba(0, 0, 0, 0.85);
3144
+ font-size: 14px;
3145
+ font-variant: tabular-nums;
3146
+ font-variant: normal;
3147
+ left: -9999px;
3148
+ line-height: 1.5715;
3149
+ list-style: none;
3150
+ margin: 0;
3151
+ outline: none;
3152
+ overflow: hidden;
3153
+ padding: 4px 0;
3154
+ position: absolute;
3155
+ top: -9999px;
3156
+ z-index: 1050;
3157
+ border-radius: 16px;
3158
+ }
3159
+ .tntd-select-dropdown.tntd-slide-up-appear.tntd-slide-up-appear-active.tntd-select-dropdown-placement-bottomLeft,
3160
+ .tntd-select-dropdown.tntd-slide-up-enter.tntd-slide-up-enter-active.tntd-select-dropdown-placement-bottomLeft {
3161
+ animation-name: antSlideUpIn;
3162
+ }
3163
+ .tntd-select-dropdown.tntd-slide-up-appear.tntd-slide-up-appear-active.tntd-select-dropdown-placement-topLeft,
3164
+ .tntd-select-dropdown.tntd-slide-up-enter.tntd-slide-up-enter-active.tntd-select-dropdown-placement-topLeft {
3165
+ animation-name: antSlideDownIn;
3166
+ }
3167
+ .tntd-select-dropdown.tntd-slide-up-leave.tntd-slide-up-leave-active.tntd-select-dropdown-placement-bottomLeft {
3168
+ animation-name: antSlideUpOut;
3169
+ }
3170
+ .tntd-select-dropdown.tntd-slide-up-leave.tntd-slide-up-leave-active.tntd-select-dropdown-placement-topLeft {
3171
+ animation-name: antSlideDownOut;
3172
+ }
3173
+ .tntd-select-dropdown-hidden {
3174
+ display: none;
3175
+ }
3176
+ .tntd-select-dropdown-empty {
3177
+ color: rgba(0, 0, 0, 0.25);
3178
+ }
3179
+ .tntd-select-item-empty {
3180
+ color: rgba(0, 0, 0, 0.85);
3181
+ color: rgba(0, 0, 0, 0.25);
3182
+ }
3183
+ .tntd-select-item,
3184
+ .tntd-select-item-empty {
3185
+ display: block;
3186
+ font-size: 14px;
3187
+ font-weight: 400;
3188
+ line-height: 22px;
3189
+ min-height: 28px;
3190
+ padding: 5px 12px;
3191
+ position: relative;
3192
+ }
3193
+ .tntd-select-item {
3194
+ color: rgba(0, 0, 0, 0.85);
3195
+ cursor: pointer;
3196
+ transition: background 0.3s ease;
3197
+ }
3198
+ .tntd-select-item-group {
3199
+ color: rgba(0, 0, 0, 0.45);
3200
+ cursor: default;
3201
+ font-size: 12px;
3202
+ }
3203
+ .tntd-select-item-option {
3204
+ display: flex;
3205
+ }
3206
+ .tntd-select-item-option-content {
3207
+ flex: auto;
3208
+ overflow: hidden;
3209
+ text-overflow: ellipsis;
3210
+ white-space: nowrap;
3211
+ }
3212
+ .tntd-select-item-option-state {
3213
+ flex: none;
3214
+ }
3215
+ .tntd-select-item-option-active:not(.tntd-select-item-option-disabled) {
3216
+ background-color: #f1f2f5;
3217
+ }
3218
+ .tntd-select-item-option-selected:not(.tntd-select-item-option-disabled) {
3219
+ background-color: #f3f4f6;
3220
+ color: rgba(0, 0, 0, 0.85);
3221
+ font-weight: 600;
3222
+ }
3223
+ .tntd-select-item-option-selected:not(.tntd-select-item-option-disabled) .tntd-select-item-option-state {
3224
+ color: #126bfb;
3225
+ }
3226
+ .tntd-select-item-option-disabled {
3227
+ color: rgba(0, 0, 0, 0.25);
3228
+ cursor: not-allowed;
3229
+ }
3230
+ .tntd-select-item-option-disabled.tntd-select-item-option-selected {
3231
+ background-color: #f1f2f5;
3232
+ }
3233
+ .tntd-select-item-option-grouped {
3234
+ padding-left: 24px;
3235
+ }
3236
+ .tntd-select-lg {
3237
+ font-size: 16px;
3238
+ }
3239
+ .tntd-select-borderless .tntd-select-selector {
3240
+ background-color: initial !important;
3241
+ border-color: transparent !important;
3242
+ box-shadow: none !important;
3243
+ }
3244
+ .tntd-select.tntd-select-in-form-item {
3245
+ width: 100%;
3246
+ }
3247
+ .tntd-select-compact-item:not(.tntd-select-compact-last-item) {
3248
+ margin-right: -1px;
3249
+ }
3250
+ .tntd-select-compact-item:not(.tntd-select-compact-last-item).tntd-select-compact-item-rtl {
3251
+ margin-left: -1px;
3252
+ margin-right: 0;
3253
+ }
3254
+ .tntd-select-compact-item.tntd-select-focused > *,
3255
+ .tntd-select-compact-item:active > *,
3256
+ .tntd-select-compact-item:focus > *,
3257
+ .tntd-select-compact-item:hover > * {
3258
+ z-index: 2;
3259
+ }
3260
+ .tntd-select-compact-item[disabled] > * {
3261
+ z-index: 0;
3262
+ }
3263
+ .tntd-select-compact-item:not(.tntd-select-compact-first-item):not(.tntd-select-compact-last-item).tntd-select > .tntd-select-selector {
3264
+ border-radius: 0;
3265
+ }
3266
+ .tntd-select-compact-item.tntd-select-compact-first-item.tntd-select:not(.tntd-select-compact-last-item):not(.tntd-select-compact-item-rtl) > .tntd-select-selector {
3267
+ border-bottom-right-radius: 0;
3268
+ border-top-right-radius: 0;
3269
+ }
3270
+ .tntd-select-compact-item.tntd-select-compact-last-item.tntd-select:not(.tntd-select-compact-first-item):not(.tntd-select-compact-item-rtl) > .tntd-select-selector,
3271
+ .tntd-select-compact-item.tntd-select.tntd-select-compact-first-item.tntd-select-compact-item-rtl:not(.tntd-select-compact-last-item) > .tntd-select-selector {
3272
+ border-bottom-left-radius: 0;
3273
+ border-top-left-radius: 0;
3274
+ }
3275
+ .tntd-select-compact-item.tntd-select.tntd-select-compact-last-item.tntd-select-compact-item-rtl:not(.tntd-select-compact-first-item) > .tntd-select-selector {
3276
+ border-bottom-right-radius: 0;
3277
+ border-top-right-radius: 0;
3278
+ }
3279
+ .tntd-select-rtl {
3280
+ direction: rtl;
3281
+ }
3282
+ .tntd-select-rtl .tntd-select-arrow,
3283
+ .tntd-select-rtl .tntd-select-clear {
3284
+ left: 11px;
3285
+ right: auto;
3286
+ }
3287
+ .tntd-select-dropdown-rtl {
3288
+ direction: rtl;
3289
+ }
3290
+ .tntd-select-dropdown-rtl .tntd-select-item-option-grouped {
3291
+ padding-left: 12px;
3292
+ padding-right: 24px;
3293
+ }
3294
+ .tntd-select-rtl.tntd-select-multiple.tntd-select-allow-clear .tntd-select-selector,
3295
+ .tntd-select-rtl.tntd-select-multiple.tntd-select-show-arrow .tntd-select-selector {
3296
+ padding-left: 24px;
3297
+ padding-right: 4px;
3298
+ }
3299
+ .tntd-select-rtl.tntd-select-multiple .tntd-select-selection-item {
3300
+ text-align: right;
3301
+ }
3302
+ .tntd-select-rtl.tntd-select-multiple .tntd-select-selection-item-content {
3303
+ margin-left: 4px;
3304
+ margin-right: 0;
3305
+ text-align: right;
3306
+ }
3307
+ .tntd-select-rtl.tntd-select-multiple .tntd-select-selection-search-mirror {
3308
+ left: auto;
3309
+ right: 0;
3310
+ }
3311
+ .tntd-select-rtl.tntd-select-multiple .tntd-select-selection-placeholder {
3312
+ left: auto;
3313
+ right: 11px;
3314
+ }
3315
+ .tntd-select-rtl.tntd-select-multiple.tntd-select-sm .tntd-select-selection-placeholder {
3316
+ right: 7px;
3317
+ }
3318
+ .tntd-select-rtl.tntd-select-single .tntd-select-selector .tntd-select-selection-item,
3319
+ .tntd-select-rtl.tntd-select-single .tntd-select-selector .tntd-select-selection-placeholder {
3320
+ left: 9px;
3321
+ right: 0;
3322
+ text-align: right;
3323
+ }
3324
+ .tntd-select-rtl.tntd-select-single.tntd-select-show-arrow .tntd-select-selection-search {
3325
+ left: 25px;
3326
+ right: 11px;
3327
+ }
3328
+ .tntd-select-rtl.tntd-select-single.tntd-select-show-arrow .tntd-select-selection-item,
3329
+ .tntd-select-rtl.tntd-select-single.tntd-select-show-arrow .tntd-select-selection-placeholder {
3330
+ padding-left: 18px;
3331
+ padding-right: 0;
3332
+ }
3333
+ .tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-search {
3334
+ right: 6px;
3335
+ }
3336
+ .tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-item,
3337
+ .tntd-select-rtl.tntd-select-single.tntd-select-sm:not(.tntd-select-customize-input).tntd-select-show-arrow .tntd-select-selection-placeholder {
3338
+ padding-left: 21px;
3339
+ padding-right: 0;
3340
+ }
3341
+ .tntd-cascader-no-data-wrapper {
3342
+ text-align: center;
3343
+ }
3344
+ .tntd-cascader-no-data-content {
3345
+ font-family: PingFangSC-Regular;
3346
+ font-size: 14px;
3347
+ color: rgba(0, 0, 0, 0.25);
3348
+ margin-top: 6;
3349
+ }
3350
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3351
+ /* stylelint-disable no-duplicate-selectors */
3352
+ /* stylelint-disable */
3353
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3354
+
3355
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3356
+ /* stylelint-disable no-duplicate-selectors */
3357
+ /* stylelint-disable */
3358
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3359
+ /* 深色主题变量(通过覆盖变量实现主题切换) */
3360
+ /* 核心滚动条混合(建议添加到需要滚动的容器类) */
3361
+ .ant-tooltip {
3362
+ box-sizing: border-box;
3363
+ margin: 0;
3364
+ padding: 0;
3365
+ color: #17233d;
3366
+ font-size: 14px;
3367
+ font-variant: tabular-nums;
3368
+ line-height: 1.57142857;
3369
+ list-style: none;
3370
+ font-feature-settings: 'tnum';
3371
+ position: absolute;
3372
+ z-index: 1060;
3373
+ display: block;
3374
+ max-width: 250px;
3375
+ visibility: visible;
3376
+ }
3377
+ .ant-tooltip-hidden {
3378
+ display: none;
3379
+ }
3380
+ .ant-tooltip-placement-top,
3381
+ .ant-tooltip-placement-topLeft,
3382
+ .ant-tooltip-placement-topRight {
3383
+ padding-bottom: calc(5px - 1px + 4px);
3384
+ }
3385
+ .ant-tooltip-placement-right,
3386
+ .ant-tooltip-placement-rightTop,
3387
+ .ant-tooltip-placement-rightBottom {
3388
+ padding-left: calc(5px - 1px + 4px);
3389
+ }
3390
+ .ant-tooltip-placement-bottom,
3391
+ .ant-tooltip-placement-bottomLeft,
3392
+ .ant-tooltip-placement-bottomRight {
3393
+ padding-top: calc(5px - 1px + 4px);
3394
+ }
3395
+ .ant-tooltip-placement-left,
3396
+ .ant-tooltip-placement-leftTop,
3397
+ .ant-tooltip-placement-leftBottom {
3398
+ padding-right: calc(5px - 1px + 4px);
3399
+ }
3400
+ .ant-tooltip-inner {
3401
+ min-width: 30px;
3402
+ min-height: 32px;
3403
+ padding: 6px 8px;
3404
+ color: #fff;
3405
+ text-align: left;
3406
+ text-decoration: none;
3407
+ word-wrap: break-word;
3408
+ background-color: #17233d;
3409
+ border-radius: 8px;
3410
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
3411
+ }
3412
+ .ant-tooltip-arrow {
3413
+ position: absolute;
3414
+ display: block;
3415
+ width: 13.07106781px;
3416
+ height: 13.07106781px;
3417
+ overflow: hidden;
3418
+ background: transparent;
3419
+ pointer-events: none;
3420
+ }
3421
+ .ant-tooltip-arrow::before {
3422
+ position: absolute;
3423
+ top: 0;
3424
+ right: 0;
3425
+ bottom: 0;
3426
+ left: 0;
3427
+ display: block;
3428
+ width: 5px;
3429
+ height: 5px;
3430
+ margin: auto;
3431
+ background-color: #17233d;
3432
+ content: '';
3433
+ pointer-events: auto;
3434
+ }
3435
+ .ant-tooltip-placement-top .ant-tooltip-arrow,
3436
+ .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
3437
+ .ant-tooltip-placement-topRight .ant-tooltip-arrow {
3438
+ bottom: calc(calc(5px - 1px + 4px) - 13.07106781px);
3439
+ }
3440
+ .ant-tooltip-placement-top .ant-tooltip-arrow::before,
3441
+ .ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
3442
+ .ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
3443
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
3444
+ transform: translateY(-6.53553391px) rotate(45deg);
3445
+ }
3446
+ .ant-tooltip-placement-top .ant-tooltip-arrow {
3447
+ left: 50%;
3448
+ transform: translateX(-50%);
3449
+ }
3450
+ .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
3451
+ left: 13px;
3452
+ }
3453
+ .ant-tooltip-placement-topRight .ant-tooltip-arrow {
3454
+ right: 13px;
3455
+ }
3456
+ .ant-tooltip-placement-right .ant-tooltip-arrow,
3457
+ .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
3458
+ .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
3459
+ left: calc(calc(5px - 1px + 4px) - 13.07106781px);
3460
+ }
3461
+ .ant-tooltip-placement-right .ant-tooltip-arrow::before,
3462
+ .ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
3463
+ .ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
3464
+ box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
3465
+ transform: translateX(6.53553391px) rotate(45deg);
3466
+ }
3467
+ .ant-tooltip-placement-right .ant-tooltip-arrow {
3468
+ top: 50%;
3469
+ transform: translateY(-50%);
3470
+ }
3471
+ .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
3472
+ top: 5px;
3473
+ }
3474
+ .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
3475
+ bottom: 5px;
3476
+ }
3477
+ .ant-tooltip-placement-left .ant-tooltip-arrow,
3478
+ .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
3479
+ .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
3480
+ right: calc(calc(5px - 1px + 4px) - 13.07106781px);
3481
+ }
3482
+ .ant-tooltip-placement-left .ant-tooltip-arrow::before,
3483
+ .ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
3484
+ .ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
3485
+ box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
3486
+ transform: translateX(-6.53553391px) rotate(45deg);
3487
+ }
3488
+ .ant-tooltip-placement-left .ant-tooltip-arrow {
3489
+ top: 50%;
3490
+ transform: translateY(-50%);
3491
+ }
3492
+ .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
3493
+ top: 5px;
3494
+ }
3495
+ .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
3496
+ bottom: 5px;
3497
+ }
3498
+ .ant-tooltip-placement-bottom .ant-tooltip-arrow,
3499
+ .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
3500
+ .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
3501
+ top: calc(calc(5px - 1px + 4px) - 13.07106781px);
3502
+ }
3503
+ .ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
3504
+ .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
3505
+ .ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
3506
+ box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
3507
+ transform: translateY(6.53553391px) rotate(45deg);
3508
+ }
3509
+ .ant-tooltip-placement-bottom .ant-tooltip-arrow {
3510
+ left: 50%;
3511
+ transform: translateX(-50%);
3512
+ }
3513
+ .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
3514
+ left: 13px;
3515
+ }
3516
+ .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
3517
+ right: 13px;
3518
+ }
3519
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3520
+ /* stylelint-disable no-duplicate-selectors */
3521
+ /* stylelint-disable */
3522
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3523
+
3524
+ .tnt-tooltip.ant-tooltip-light .ant-tooltip-inner {
3525
+ background-color: white;
3526
+ color: #343f54;
3527
+ }
3528
+ .tnt-tooltip.ant-tooltip-light .ant-tooltip-arrow::before {
3529
+ background-color: white;
3530
+ }
3531
+ .tnt-tooltip.ant-tooltip-arrow {
3532
+ border-radius: 1px;
3533
+ }
3534
+ .ant-tooltip-arrow-hidden .ant-tooltip-arrow {
3535
+ display: none;
3536
+ }
3537
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3538
+ /* stylelint-disable no-duplicate-selectors */
3539
+ /* stylelint-disable */
3540
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3541
+
3542
+ .tnt-cascader-tag {
3543
+ display: inline-block;
3544
+ margin-right: 2px;
3545
+ }
3546
+ .tnt-cascader-tag > * {
3547
+ vertical-align: middle;
3548
+ }
3549
+ .tnt-cascader-tag .tag-img {
3550
+ margin-right: 2px;
3551
+ }
3552
+ .tnt-cascader-tag .array-icon {
3553
+ margin: 0 2px;
3554
+ color: #07C790;
3555
+ font-size: 14px;
3556
+ }
3557
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3558
+ /* stylelint-disable no-duplicate-selectors */
3559
+ /* stylelint-disable */
3560
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3561
+
3562
+ .monaco-scroll-container {
3563
+ position: fixed;
3564
+ left: 0;
3565
+ top: 0;
3566
+ height: 0 !important;
3567
+ width: 0 !important;
3568
+ }
3569
+ .monaco-scroll-container > .tntd-cascader {
3570
+ height: 0 ;
3571
+ width: 0;
3572
+ opacity: 0;
3573
+ }
3574
+ .monaco-scroll-container > .tntd-cascader * {
3575
+ height: 0 !important;
3576
+ width: 0 !important;
3577
+ opacity: 0;
3578
+ }
3579
+ .monaco-formula-drop-cascader.tntd-select-dropdown {
3580
+ z-index: 1050 !important;
3581
+ }
3582
+ .monaco-formula-drop-cascader.more-levels .tntd-cascader-menu:nth-child(1),
3583
+ .monaco-formula-drop-cascader.more-levels .tntd-cascader-menu:nth-child(2) {
3584
+ width: 120px;
3585
+ }
3586
+ .monaco-formula-drop-cascader.more-levels .tntd-cascader-menu .rc-virtual-list {
3587
+ width: auto;
3588
+ }
3589
+ .monaco-formula-drop-cascader.tntd-cascader-dropdown .tntd-cascader-menu .rc-virtual-list {
3590
+ width: auto ;
3591
+ }
3592
+ .monaco-formula-drop-cascader:not(.more-levels) .tntd-cascader-menus .tntd-cascader-menu:only-child {
3593
+ width: 280px !important;
3594
+ }
3595
+ .monaco-formula-drop-cascader .tntd-cascader-menus {
3596
+ width: auto;
3597
+ }
3598
+ .monaco-formula-drop-cascader .tntd-cascader-menus .tntd-cascader-menu {
3599
+ width: 180px !important;
3600
+ }
3601
+ .monaco-formula-drop-cascader .tntd-cascader-menus .tntd-cascader-menu .td-tag {
3602
+ overflow: hidden;
3603
+ text-overflow: ellipsis;
3604
+ white-space: nowrap;
3605
+ display: contents;
3606
+ }
3607
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3608
+ /* stylelint-disable no-duplicate-selectors */
3609
+ /* stylelint-disable */
3610
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
3611
+