@tntd/reference 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/I18N.js +1 -1
- package/lib/I18N.js +1 -1
- package/lib/I18N.js.map +1 -1
- package/package.json +1 -1
- package/src/I18N.js +1 -1
- package/umd/tntd-reference.min.css +260 -959
- package/umd/tntd-reference.min.js +1 -1
|
@@ -47,9 +47,7 @@ body {
|
|
|
47
47
|
margin: 0;
|
|
48
48
|
color: #17233d;
|
|
49
49
|
font-size: 14px;
|
|
50
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
|
|
51
|
-
'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
|
|
52
|
-
'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
50
|
+
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';
|
|
53
51
|
font-variant: tabular-nums;
|
|
54
52
|
line-height: 1.57142857;
|
|
55
53
|
background-color: #fff;
|
|
@@ -232,9 +230,9 @@ select {
|
|
|
232
230
|
text-transform: none;
|
|
233
231
|
}
|
|
234
232
|
button,
|
|
235
|
-
html [type=
|
|
236
|
-
[type=
|
|
237
|
-
[type=
|
|
233
|
+
html [type="button"],
|
|
234
|
+
[type="reset"],
|
|
235
|
+
[type="submit"] {
|
|
238
236
|
-webkit-appearance: button;
|
|
239
237
|
}
|
|
240
238
|
button::-moz-focus-inner,
|
|
@@ -638,8 +636,7 @@ mark {
|
|
|
638
636
|
border-radius: inherit;
|
|
639
637
|
box-shadow: 0 0 0 0 #126bfb;
|
|
640
638
|
opacity: 0.2;
|
|
641
|
-
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1),
|
|
642
|
-
waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
639
|
+
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
643
640
|
animation-fill-mode: forwards;
|
|
644
641
|
content: '';
|
|
645
642
|
pointer-events: none;
|
|
@@ -1235,13 +1232,11 @@ mark {
|
|
|
1235
1232
|
overflow: hidden;
|
|
1236
1233
|
}
|
|
1237
1234
|
.ant-motion-collapse-legacy-active {
|
|
1238
|
-
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
1239
|
-
opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1235
|
+
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;
|
|
1240
1236
|
}
|
|
1241
1237
|
.ant-motion-collapse {
|
|
1242
1238
|
overflow: hidden;
|
|
1243
|
-
transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
1244
|
-
opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
1239
|
+
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;
|
|
1245
1240
|
}
|
|
1246
1241
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
1247
1242
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -1262,8 +1257,7 @@ mark {
|
|
|
1262
1257
|
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
|
|
1263
1258
|
}
|
|
1264
1259
|
.ant-drawer > * {
|
|
1265
|
-
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1),
|
|
1266
|
-
box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
1260
|
+
transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
1267
1261
|
}
|
|
1268
1262
|
.ant-drawer-content-wrapper {
|
|
1269
1263
|
position: absolute;
|
|
@@ -1508,15 +1502,15 @@ mark {
|
|
|
1508
1502
|
}
|
|
1509
1503
|
.tnt-drawer.ant-drawer-right .ant-drawer-content {
|
|
1510
1504
|
border-radius: 8px 0px 0px 8px;
|
|
1511
|
-
background: #
|
|
1505
|
+
background: #F8F9FB;
|
|
1512
1506
|
}
|
|
1513
1507
|
.tnt-drawer.ant-drawer-left .ant-drawer-content {
|
|
1514
1508
|
border-radius: 0px 8px 8px 0px;
|
|
1515
|
-
background: #
|
|
1509
|
+
background: #F8F9FB;
|
|
1516
1510
|
}
|
|
1517
1511
|
.tnt-drawer.ant-drawer-top .ant-drawer-content {
|
|
1518
1512
|
border-radius: 0px 0px 8px 8px;
|
|
1519
|
-
background: #
|
|
1513
|
+
background: #F8F9FB;
|
|
1520
1514
|
padding-top: 48px;
|
|
1521
1515
|
}
|
|
1522
1516
|
.tnt-drawer.ant-drawer-top .ant-drawer-wrapper-body {
|
|
@@ -1524,7 +1518,7 @@ mark {
|
|
|
1524
1518
|
}
|
|
1525
1519
|
.tnt-drawer.ant-drawer-bottom .ant-drawer-content {
|
|
1526
1520
|
border-radius: 8px 8px 0px 0px;
|
|
1527
|
-
background: #
|
|
1521
|
+
background: #F8F9FB;
|
|
1528
1522
|
padding-top: 48px;
|
|
1529
1523
|
}
|
|
1530
1524
|
.tnt-drawer.ant-drawer-bottom .ant-drawer-wrapper-body {
|
|
@@ -1537,7 +1531,7 @@ mark {
|
|
|
1537
1531
|
top: 0;
|
|
1538
1532
|
width: 100%;
|
|
1539
1533
|
background: #fff;
|
|
1540
|
-
border-bottom: 1px solid #
|
|
1534
|
+
border-bottom: 1px solid #E9EDF3;
|
|
1541
1535
|
z-index: 100;
|
|
1542
1536
|
}
|
|
1543
1537
|
.tnt-drawer.ant-drawer .ant-drawer-body {
|
|
@@ -1551,26 +1545,20 @@ mark {
|
|
|
1551
1545
|
padding: 8px 24px;
|
|
1552
1546
|
background: #fff;
|
|
1553
1547
|
text-align: right;
|
|
1554
|
-
border-top: 1px solid #
|
|
1548
|
+
border-top: 1px solid #E9EDF3;
|
|
1555
1549
|
z-index: 100;
|
|
1556
1550
|
}
|
|
1557
1551
|
.tnt-drawer.ant-drawer .ant-drawer-wrapper-body .ant-drawer-footer-style .ant-btn {
|
|
1558
1552
|
margin-left: 16px;
|
|
1559
1553
|
}
|
|
1560
|
-
.tnt-drawer.ant-drawer
|
|
1561
|
-
.ant-drawer-wrapper-body
|
|
1562
|
-
.ant-drawer-footer-style
|
|
1563
|
-
button:not([class*='ant-btn-']):not([class*='tnt-btn-']) {
|
|
1554
|
+
.tnt-drawer.ant-drawer .ant-drawer-wrapper-body .ant-drawer-footer-style button:not([class*="ant-btn-"]):not([class*="tnt-btn-"]) {
|
|
1564
1555
|
color: #17233d;
|
|
1565
1556
|
background-color: #f8f9fb;
|
|
1566
1557
|
border-color: #f8f9fb;
|
|
1567
1558
|
text-shadow: none;
|
|
1568
1559
|
box-shadow: none;
|
|
1569
1560
|
}
|
|
1570
|
-
.tnt-drawer.ant-drawer
|
|
1571
|
-
.ant-drawer-wrapper-body
|
|
1572
|
-
.ant-drawer-footer-style
|
|
1573
|
-
button:not([class*='ant-btn-']):not([class*='tnt-btn-']):hover {
|
|
1561
|
+
.tnt-drawer.ant-drawer .ant-drawer-wrapper-body .ant-drawer-footer-style button:not([class*="ant-btn-"]):not([class*="tnt-btn-"]):hover {
|
|
1574
1562
|
color: var(--blue-6);
|
|
1575
1563
|
background-color: #f0f5ff;
|
|
1576
1564
|
border-color: #f0f5ff;
|
|
@@ -2558,15 +2546,13 @@ mark {
|
|
|
2558
2546
|
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
|
|
2559
2547
|
padding-left: 29px;
|
|
2560
2548
|
}
|
|
2561
|
-
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only)
|
|
2562
|
-
.anticon:not(:last-child) {
|
|
2549
|
+
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
|
|
2563
2550
|
margin-left: -14px;
|
|
2564
2551
|
}
|
|
2565
2552
|
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
|
|
2566
2553
|
padding-left: 24px;
|
|
2567
2554
|
}
|
|
2568
|
-
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only)
|
|
2569
|
-
.anticon {
|
|
2555
|
+
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
|
|
2570
2556
|
margin-left: -17px;
|
|
2571
2557
|
}
|
|
2572
2558
|
.ant-btn-group {
|
|
@@ -3263,16 +3249,14 @@ a.ant-btn-sm {
|
|
|
3263
3249
|
.tnt-btn-ai:hover,
|
|
3264
3250
|
.tnt-btn-ai:focus {
|
|
3265
3251
|
color: #fff;
|
|
3266
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
|
|
3267
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3252
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3268
3253
|
animation: ai-hover-in 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
3269
3254
|
animation-fill-mode: both;
|
|
3270
3255
|
}
|
|
3271
3256
|
.tnt-btn-ai:active,
|
|
3272
3257
|
.tnt-btn-ai.active {
|
|
3273
3258
|
color: #fff;
|
|
3274
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
|
|
3275
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3259
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3276
3260
|
animation: ai-active-in 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
3277
3261
|
animation-fill-mode: both;
|
|
3278
3262
|
}
|
|
@@ -3339,8 +3323,7 @@ a.ant-btn-sm {
|
|
|
3339
3323
|
}
|
|
3340
3324
|
.tnt-btn-ai[disabled],
|
|
3341
3325
|
.tnt-btn-ai.ant-btn-disabled {
|
|
3342
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%),
|
|
3343
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%) !important;
|
|
3326
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%) !important;
|
|
3344
3327
|
animation: none !important;
|
|
3345
3328
|
cursor: not-allowed;
|
|
3346
3329
|
}
|
|
@@ -3350,8 +3333,7 @@ a.ant-btn-sm {
|
|
|
3350
3333
|
.tnt-btn-ai.ant-btn-disabled:focus,
|
|
3351
3334
|
.tnt-btn-ai[disabled]:active,
|
|
3352
3335
|
.tnt-btn-ai.ant-btn-disabled:active {
|
|
3353
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%),
|
|
3354
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%) !important;
|
|
3336
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%) !important;
|
|
3355
3337
|
animation: none !important;
|
|
3356
3338
|
}
|
|
3357
3339
|
@keyframes ai-hover-in {
|
|
@@ -3359,86 +3341,66 @@ a.ant-btn-sm {
|
|
|
3359
3341
|
background: linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3360
3342
|
}
|
|
3361
3343
|
10% {
|
|
3362
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%),
|
|
3363
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3344
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3364
3345
|
}
|
|
3365
3346
|
20% {
|
|
3366
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%),
|
|
3367
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3347
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3368
3348
|
}
|
|
3369
3349
|
30% {
|
|
3370
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%),
|
|
3371
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3350
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3372
3351
|
}
|
|
3373
3352
|
40% {
|
|
3374
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%),
|
|
3375
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3353
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3376
3354
|
}
|
|
3377
3355
|
50% {
|
|
3378
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
|
|
3379
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3356
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3380
3357
|
}
|
|
3381
3358
|
60% {
|
|
3382
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%),
|
|
3383
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3359
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3384
3360
|
}
|
|
3385
3361
|
70% {
|
|
3386
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%),
|
|
3387
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3362
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3388
3363
|
}
|
|
3389
3364
|
80% {
|
|
3390
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%),
|
|
3391
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3365
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3392
3366
|
}
|
|
3393
3367
|
90% {
|
|
3394
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%),
|
|
3395
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3368
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3396
3369
|
}
|
|
3397
3370
|
100% {
|
|
3398
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
|
|
3399
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3371
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3400
3372
|
}
|
|
3401
3373
|
}
|
|
3402
3374
|
@keyframes ai-hover-out {
|
|
3403
3375
|
0% {
|
|
3404
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%),
|
|
3405
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3376
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3406
3377
|
}
|
|
3407
3378
|
10% {
|
|
3408
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%),
|
|
3409
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3379
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.18) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3410
3380
|
}
|
|
3411
3381
|
20% {
|
|
3412
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%),
|
|
3413
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3382
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3414
3383
|
}
|
|
3415
3384
|
30% {
|
|
3416
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%),
|
|
3417
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3385
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3418
3386
|
}
|
|
3419
3387
|
40% {
|
|
3420
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%),
|
|
3421
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3388
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3422
3389
|
}
|
|
3423
3390
|
50% {
|
|
3424
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
|
|
3425
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3391
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3426
3392
|
}
|
|
3427
3393
|
60% {
|
|
3428
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%),
|
|
3429
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3394
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3430
3395
|
}
|
|
3431
3396
|
70% {
|
|
3432
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%),
|
|
3433
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3397
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3434
3398
|
}
|
|
3435
3399
|
80% {
|
|
3436
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%),
|
|
3437
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3400
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3438
3401
|
}
|
|
3439
3402
|
90% {
|
|
3440
|
-
background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%),
|
|
3441
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3403
|
+
background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3442
3404
|
}
|
|
3443
3405
|
100% {
|
|
3444
3406
|
background: linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
@@ -3449,44 +3411,34 @@ a.ant-btn-sm {
|
|
|
3449
3411
|
background: linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3450
3412
|
}
|
|
3451
3413
|
10% {
|
|
3452
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%),
|
|
3453
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3414
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3454
3415
|
}
|
|
3455
3416
|
20% {
|
|
3456
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%),
|
|
3457
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3417
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3458
3418
|
}
|
|
3459
3419
|
30% {
|
|
3460
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%),
|
|
3461
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3420
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3462
3421
|
}
|
|
3463
3422
|
40% {
|
|
3464
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%),
|
|
3465
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3423
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3466
3424
|
}
|
|
3467
3425
|
50% {
|
|
3468
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%),
|
|
3469
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3426
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3470
3427
|
}
|
|
3471
3428
|
60% {
|
|
3472
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%),
|
|
3473
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3429
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3474
3430
|
}
|
|
3475
3431
|
70% {
|
|
3476
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%),
|
|
3477
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3432
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3478
3433
|
}
|
|
3479
3434
|
80% {
|
|
3480
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%),
|
|
3481
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3435
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3482
3436
|
}
|
|
3483
3437
|
90% {
|
|
3484
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%),
|
|
3485
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3438
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.18) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3486
3439
|
}
|
|
3487
3440
|
100% {
|
|
3488
|
-
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
|
|
3489
|
-
linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3441
|
+
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(128deg, #bf5fff 6.08%, #2e69ff 96.35%);
|
|
3490
3442
|
}
|
|
3491
3443
|
}
|
|
3492
3444
|
.tnt-btn.ant-btn-primary-disabled,
|
|
@@ -4579,18 +4531,8 @@ a.ant-btn-sm {
|
|
|
4579
4531
|
text-align: center;
|
|
4580
4532
|
transition: all 0.3s;
|
|
4581
4533
|
}
|
|
4582
|
-
.ant-table-thead
|
|
4583
|
-
|
|
4584
|
-
> th
|
|
4585
|
-
.ant-table-column-sorter
|
|
4586
|
-
.ant-table-column-sorter-inner
|
|
4587
|
-
.ant-table-column-sorter-up,
|
|
4588
|
-
.ant-table-thead
|
|
4589
|
-
> tr
|
|
4590
|
-
> th
|
|
4591
|
-
.ant-table-column-sorter
|
|
4592
|
-
.ant-table-column-sorter-inner
|
|
4593
|
-
.ant-table-column-sorter-down {
|
|
4534
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
|
|
4535
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
|
|
4594
4536
|
display: inline-block;
|
|
4595
4537
|
font-size: 16px;
|
|
4596
4538
|
font-size: 11px \9;
|
|
@@ -4601,60 +4543,23 @@ a.ant-btn-sm {
|
|
|
4601
4543
|
line-height: 1em;
|
|
4602
4544
|
transition: all 0.3s;
|
|
4603
4545
|
}
|
|
4604
|
-
:root
|
|
4605
|
-
|
|
4606
|
-
> tr
|
|
4607
|
-
> th
|
|
4608
|
-
.ant-table-column-sorter
|
|
4609
|
-
.ant-table-column-sorter-inner
|
|
4610
|
-
.ant-table-column-sorter-up,
|
|
4611
|
-
:root
|
|
4612
|
-
.ant-table-thead
|
|
4613
|
-
> tr
|
|
4614
|
-
> th
|
|
4615
|
-
.ant-table-column-sorter
|
|
4616
|
-
.ant-table-column-sorter-inner
|
|
4617
|
-
.ant-table-column-sorter-down {
|
|
4546
|
+
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
|
|
4547
|
+
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
|
|
4618
4548
|
font-size: 16px;
|
|
4619
4549
|
}
|
|
4620
|
-
.ant-table-thead
|
|
4621
|
-
|
|
4622
|
-
> th
|
|
4623
|
-
.ant-table-column-sorter
|
|
4624
|
-
.ant-table-column-sorter-inner
|
|
4625
|
-
.ant-table-column-sorter-up.on,
|
|
4626
|
-
.ant-table-thead
|
|
4627
|
-
> tr
|
|
4628
|
-
> th
|
|
4629
|
-
.ant-table-column-sorter
|
|
4630
|
-
.ant-table-column-sorter-inner
|
|
4631
|
-
.ant-table-column-sorter-down.on {
|
|
4550
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
|
|
4551
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
|
|
4632
4552
|
color: #126bfb;
|
|
4633
4553
|
}
|
|
4634
4554
|
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
|
|
4635
4555
|
margin-top: -0.15em;
|
|
4636
4556
|
}
|
|
4637
|
-
.ant-table-thead
|
|
4638
|
-
|
|
4639
|
-
> th
|
|
4640
|
-
.ant-table-column-sorter
|
|
4641
|
-
.ant-table-column-sorter-inner-full
|
|
4642
|
-
.ant-table-column-sorter-up,
|
|
4643
|
-
.ant-table-thead
|
|
4644
|
-
> tr
|
|
4645
|
-
> th
|
|
4646
|
-
.ant-table-column-sorter
|
|
4647
|
-
.ant-table-column-sorter-inner-full
|
|
4648
|
-
.ant-table-column-sorter-down {
|
|
4557
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
|
|
4558
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
|
|
4649
4559
|
height: 0.5em;
|
|
4650
4560
|
line-height: 0.5em;
|
|
4651
4561
|
}
|
|
4652
|
-
.ant-table-thead
|
|
4653
|
-
> tr
|
|
4654
|
-
> th
|
|
4655
|
-
.ant-table-column-sorter
|
|
4656
|
-
.ant-table-column-sorter-inner-full
|
|
4657
|
-
.ant-table-column-sorter-down {
|
|
4562
|
+
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
|
|
4658
4563
|
margin-top: 0.125em;
|
|
4659
4564
|
}
|
|
4660
4565
|
.ant-table-thead > tr > th.ant-table-column-has-actions {
|
|
@@ -4666,36 +4571,18 @@ a.ant-btn-sm {
|
|
|
4666
4571
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
|
|
4667
4572
|
padding-right: 30px !important;
|
|
4668
4573
|
}
|
|
4669
|
-
.ant-table-thead
|
|
4670
|
-
|
|
4671
|
-
> th.ant-table-column-has-actions.ant-table-column-has-filters
|
|
4672
|
-
.anticon-filter.ant-table-filter-open,
|
|
4673
|
-
.ant-table-thead
|
|
4674
|
-
> tr
|
|
4675
|
-
> th.ant-table-column-has-actions.ant-table-column-has-filters
|
|
4676
|
-
.ant-table-filter-icon.ant-table-filter-open {
|
|
4574
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
|
|
4575
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
|
|
4677
4576
|
color: #454f64;
|
|
4678
4577
|
background: #dee3ec;
|
|
4679
4578
|
}
|
|
4680
|
-
.ant-table-thead
|
|
4681
|
-
|
|
4682
|
-
> th.ant-table-column-has-actions.ant-table-column-has-filters:hover
|
|
4683
|
-
.anticon-filter:hover,
|
|
4684
|
-
.ant-table-thead
|
|
4685
|
-
> tr
|
|
4686
|
-
> th.ant-table-column-has-actions.ant-table-column-has-filters:hover
|
|
4687
|
-
.ant-table-filter-icon:hover {
|
|
4579
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
|
|
4580
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
|
|
4688
4581
|
color: #454f64;
|
|
4689
4582
|
background: #dee3ec;
|
|
4690
4583
|
}
|
|
4691
|
-
.ant-table-thead
|
|
4692
|
-
|
|
4693
|
-
> th.ant-table-column-has-actions.ant-table-column-has-filters:hover
|
|
4694
|
-
.anticon-filter:active,
|
|
4695
|
-
.ant-table-thead
|
|
4696
|
-
> tr
|
|
4697
|
-
> th.ant-table-column-has-actions.ant-table-column-has-filters:hover
|
|
4698
|
-
.ant-table-filter-icon:active {
|
|
4584
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
|
|
4585
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
|
|
4699
4586
|
color: #17233d;
|
|
4700
4587
|
}
|
|
4701
4588
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
|
|
@@ -4704,24 +4591,12 @@ a.ant-btn-sm {
|
|
|
4704
4591
|
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
|
|
4705
4592
|
background: #eef1f5;
|
|
4706
4593
|
}
|
|
4707
|
-
.ant-table-thead
|
|
4708
|
-
|
|
4709
|
-
> th.ant-table-column-has-actions.ant-table-column-has-sorters:hover
|
|
4710
|
-
.anticon-filter,
|
|
4711
|
-
.ant-table-thead
|
|
4712
|
-
> tr
|
|
4713
|
-
> th.ant-table-column-has-actions.ant-table-column-has-sorters:hover
|
|
4714
|
-
.ant-table-filter-icon {
|
|
4594
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
|
|
4595
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
|
|
4715
4596
|
background: #eef1f5;
|
|
4716
4597
|
}
|
|
4717
|
-
.ant-table-thead
|
|
4718
|
-
|
|
4719
|
-
> th.ant-table-column-has-actions.ant-table-column-has-sorters:active
|
|
4720
|
-
.ant-table-column-sorter-up:not(.on),
|
|
4721
|
-
.ant-table-thead
|
|
4722
|
-
> tr
|
|
4723
|
-
> th.ant-table-column-has-actions.ant-table-column-has-sorters:active
|
|
4724
|
-
.ant-table-column-sorter-down:not(.on) {
|
|
4598
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
|
|
4599
|
+
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
|
|
4725
4600
|
color: #454f64;
|
|
4726
4601
|
}
|
|
4727
4602
|
.ant-table-thead > tr > th .ant-table-header-column {
|
|
@@ -4732,21 +4607,11 @@ a.ant-btn-sm {
|
|
|
4732
4607
|
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
|
|
4733
4608
|
display: table;
|
|
4734
4609
|
}
|
|
4735
|
-
.ant-table-thead
|
|
4736
|
-
> tr
|
|
4737
|
-
> th
|
|
4738
|
-
.ant-table-header-column
|
|
4739
|
-
.ant-table-column-sorters
|
|
4740
|
-
> .ant-table-column-title {
|
|
4610
|
+
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
|
|
4741
4611
|
display: table-cell;
|
|
4742
4612
|
vertical-align: middle;
|
|
4743
4613
|
}
|
|
4744
|
-
.ant-table-thead
|
|
4745
|
-
> tr
|
|
4746
|
-
> th
|
|
4747
|
-
.ant-table-header-column
|
|
4748
|
-
.ant-table-column-sorters
|
|
4749
|
-
> *:not(.ant-table-column-sorter) {
|
|
4614
|
+
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
|
|
4750
4615
|
position: relative;
|
|
4751
4616
|
}
|
|
4752
4617
|
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
|
|
@@ -4796,16 +4661,11 @@ a.ant-btn-sm {
|
|
|
4796
4661
|
.ant-table-tbody > tr:last-child > td:last-child {
|
|
4797
4662
|
border-bottom-right-radius: 8px;
|
|
4798
4663
|
}
|
|
4799
|
-
.ant-table-hide-cell-shadowed
|
|
4800
|
-
.ant-table-tbody
|
|
4801
|
-
> tr.ant-table-row-hover:not(.ant-table-expanded-row),
|
|
4664
|
+
.ant-table-hide-cell-shadowed .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row),
|
|
4802
4665
|
.ant-table-hide-cell-shadowed .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) {
|
|
4803
4666
|
box-shadow: none;
|
|
4804
4667
|
}
|
|
4805
|
-
.ant-table-hide-cell-shadowed
|
|
4806
|
-
.ant-table-tbody
|
|
4807
|
-
> tr.ant-table-row-hover:not(.ant-table-expanded-row)
|
|
4808
|
-
> td,
|
|
4668
|
+
.ant-table-hide-cell-shadowed .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
|
|
4809
4669
|
.ant-table-hide-cell-shadowed .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
|
|
4810
4670
|
background: #f8f9fb;
|
|
4811
4671
|
}
|
|
@@ -4945,12 +4805,7 @@ a.ant-btn-sm {
|
|
|
4945
4805
|
.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
|
|
4946
4806
|
border-right: 1px solid #e1e6ee;
|
|
4947
4807
|
}
|
|
4948
|
-
.ant-table-bordered
|
|
4949
|
-
.ant-table-content:has(.ant-table-fixed-right)
|
|
4950
|
-
.ant-table-scroll
|
|
4951
|
-
.ant-table-thead
|
|
4952
|
-
> tr
|
|
4953
|
-
> th:last-child {
|
|
4808
|
+
.ant-table-bordered .ant-table-content:has(.ant-table-fixed-right) .ant-table-scroll .ant-table-thead > tr > th:last-child {
|
|
4954
4809
|
border-right: 1px solid #e1e6ee;
|
|
4955
4810
|
}
|
|
4956
4811
|
.ant-table-bordered .ant-table-tbody > tr:last-child > td {
|
|
@@ -4995,10 +4850,7 @@ a.ant-btn-sm {
|
|
|
4995
4850
|
border-radius: 8px;
|
|
4996
4851
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
4997
4852
|
}
|
|
4998
|
-
.ant-table-filter-dropdown
|
|
4999
|
-
.ant-dropdown-menu
|
|
5000
|
-
.ant-dropdown-submenu-contain-selected
|
|
5001
|
-
.ant-dropdown-menu-submenu-title::after {
|
|
4853
|
+
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
|
|
5002
4854
|
color: #126bfb;
|
|
5003
4855
|
font-weight: bold;
|
|
5004
4856
|
text-shadow: 0 0 2px #b5dbff;
|
|
@@ -5007,10 +4859,7 @@ a.ant-btn-sm {
|
|
|
5007
4859
|
overflow: hidden;
|
|
5008
4860
|
}
|
|
5009
4861
|
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
|
|
5010
|
-
.ant-table-filter-dropdown
|
|
5011
|
-
> .ant-dropdown-menu
|
|
5012
|
-
> .ant-dropdown-menu-submenu:last-child
|
|
5013
|
-
.ant-dropdown-menu-submenu-title {
|
|
4862
|
+
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
|
|
5014
4863
|
border-radius: 0;
|
|
5015
4864
|
}
|
|
5016
4865
|
.ant-table-filter-dropdown-btns {
|
|
@@ -5173,12 +5022,7 @@ tr.ant-table-expanded-row td > .ant-table-wrapper {
|
|
|
5173
5022
|
border: 1px solid #e1e6ee;
|
|
5174
5023
|
border-width: 1px 1px 1px 0;
|
|
5175
5024
|
}
|
|
5176
|
-
.ant-table-bordered.ant-table-fixed-header
|
|
5177
|
-
.ant-table-scroll
|
|
5178
|
-
.ant-table-header.ant-table-hide-scrollbar
|
|
5179
|
-
.ant-table-thead
|
|
5180
|
-
> tr:only-child
|
|
5181
|
-
> th:last-child {
|
|
5025
|
+
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
|
|
5182
5026
|
border-right-color: transparent;
|
|
5183
5027
|
}
|
|
5184
5028
|
.ant-table-fixed-left,
|
|
@@ -5276,108 +5120,20 @@ tr.ant-table-expanded-row td > .ant-table-wrapper {
|
|
|
5276
5120
|
}
|
|
5277
5121
|
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5278
5122
|
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
5279
|
-
.ant-table-middle
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
> tr
|
|
5286
|
-
> th,
|
|
5287
|
-
.ant-table-middle
|
|
5288
|
-
> .ant-table-content
|
|
5289
|
-
> .ant-table-scroll
|
|
5290
|
-
> .ant-table-body
|
|
5291
|
-
> table
|
|
5292
|
-
> .ant-table-thead
|
|
5293
|
-
> tr
|
|
5294
|
-
> th,
|
|
5295
|
-
.ant-table-middle
|
|
5296
|
-
> .ant-table-content
|
|
5297
|
-
> .ant-table-fixed-left
|
|
5298
|
-
> .ant-table-header
|
|
5299
|
-
> table
|
|
5300
|
-
> .ant-table-thead
|
|
5301
|
-
> tr
|
|
5302
|
-
> th,
|
|
5303
|
-
.ant-table-middle
|
|
5304
|
-
> .ant-table-content
|
|
5305
|
-
> .ant-table-fixed-right
|
|
5306
|
-
> .ant-table-header
|
|
5307
|
-
> table
|
|
5308
|
-
> .ant-table-thead
|
|
5309
|
-
> tr
|
|
5310
|
-
> th,
|
|
5311
|
-
.ant-table-middle
|
|
5312
|
-
> .ant-table-content
|
|
5313
|
-
> .ant-table-fixed-left
|
|
5314
|
-
> .ant-table-body-outer
|
|
5315
|
-
> .ant-table-body-inner
|
|
5316
|
-
> table
|
|
5317
|
-
> .ant-table-thead
|
|
5318
|
-
> tr
|
|
5319
|
-
> th,
|
|
5320
|
-
.ant-table-middle
|
|
5321
|
-
> .ant-table-content
|
|
5322
|
-
> .ant-table-fixed-right
|
|
5323
|
-
> .ant-table-body-outer
|
|
5324
|
-
> .ant-table-body-inner
|
|
5325
|
-
> table
|
|
5326
|
-
> .ant-table-thead
|
|
5327
|
-
> tr
|
|
5328
|
-
> th,
|
|
5123
|
+
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5124
|
+
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
5125
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5126
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5127
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
|
|
5128
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
|
|
5329
5129
|
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5330
5130
|
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
|
|
5331
|
-
.ant-table-middle
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
> tr
|
|
5338
|
-
> td,
|
|
5339
|
-
.ant-table-middle
|
|
5340
|
-
> .ant-table-content
|
|
5341
|
-
> .ant-table-scroll
|
|
5342
|
-
> .ant-table-body
|
|
5343
|
-
> table
|
|
5344
|
-
> .ant-table-tbody
|
|
5345
|
-
> tr
|
|
5346
|
-
> td,
|
|
5347
|
-
.ant-table-middle
|
|
5348
|
-
> .ant-table-content
|
|
5349
|
-
> .ant-table-fixed-left
|
|
5350
|
-
> .ant-table-header
|
|
5351
|
-
> table
|
|
5352
|
-
> .ant-table-tbody
|
|
5353
|
-
> tr
|
|
5354
|
-
> td,
|
|
5355
|
-
.ant-table-middle
|
|
5356
|
-
> .ant-table-content
|
|
5357
|
-
> .ant-table-fixed-right
|
|
5358
|
-
> .ant-table-header
|
|
5359
|
-
> table
|
|
5360
|
-
> .ant-table-tbody
|
|
5361
|
-
> tr
|
|
5362
|
-
> td,
|
|
5363
|
-
.ant-table-middle
|
|
5364
|
-
> .ant-table-content
|
|
5365
|
-
> .ant-table-fixed-left
|
|
5366
|
-
> .ant-table-body-outer
|
|
5367
|
-
> .ant-table-body-inner
|
|
5368
|
-
> table
|
|
5369
|
-
> .ant-table-tbody
|
|
5370
|
-
> tr
|
|
5371
|
-
> td,
|
|
5372
|
-
.ant-table-middle
|
|
5373
|
-
> .ant-table-content
|
|
5374
|
-
> .ant-table-fixed-right
|
|
5375
|
-
> .ant-table-body-outer
|
|
5376
|
-
> .ant-table-body-inner
|
|
5377
|
-
> table
|
|
5378
|
-
> .ant-table-tbody
|
|
5379
|
-
> tr
|
|
5380
|
-
> td {
|
|
5131
|
+
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5132
|
+
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
|
|
5133
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5134
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5135
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
|
|
5136
|
+
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
|
|
5381
5137
|
padding: 9.75px 16px;
|
|
5382
5138
|
}
|
|
5383
5139
|
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
|
|
@@ -5407,310 +5163,64 @@ tr.ant-table-expanded-row td > .ant-table-wrapper {
|
|
|
5407
5163
|
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
|
|
5408
5164
|
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
|
|
5409
5165
|
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
|
|
5410
|
-
.ant-table-small
|
|
5411
|
-
|
|
5412
|
-
> .ant-table-fixed-left
|
|
5413
|
-
> .ant-table-body-outer
|
|
5414
|
-
> .ant-table-body-inner
|
|
5415
|
-
> table,
|
|
5416
|
-
.ant-table-small
|
|
5417
|
-
> .ant-table-content
|
|
5418
|
-
> .ant-table-fixed-right
|
|
5419
|
-
> .ant-table-body-outer
|
|
5420
|
-
> .ant-table-body-inner
|
|
5421
|
-
> table {
|
|
5166
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
|
|
5167
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
|
|
5422
5168
|
border: 0;
|
|
5423
5169
|
}
|
|
5424
5170
|
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5425
5171
|
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
5426
|
-
.ant-table-small
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
> tr
|
|
5433
|
-
> th,
|
|
5434
|
-
.ant-table-small
|
|
5435
|
-
> .ant-table-content
|
|
5436
|
-
> .ant-table-scroll
|
|
5437
|
-
> .ant-table-body
|
|
5438
|
-
> table
|
|
5439
|
-
> .ant-table-thead
|
|
5440
|
-
> tr
|
|
5441
|
-
> th,
|
|
5442
|
-
.ant-table-small
|
|
5443
|
-
> .ant-table-content
|
|
5444
|
-
> .ant-table-fixed-left
|
|
5445
|
-
> .ant-table-header
|
|
5446
|
-
> table
|
|
5447
|
-
> .ant-table-thead
|
|
5448
|
-
> tr
|
|
5449
|
-
> th,
|
|
5450
|
-
.ant-table-small
|
|
5451
|
-
> .ant-table-content
|
|
5452
|
-
> .ant-table-fixed-right
|
|
5453
|
-
> .ant-table-header
|
|
5454
|
-
> table
|
|
5455
|
-
> .ant-table-thead
|
|
5456
|
-
> tr
|
|
5457
|
-
> th,
|
|
5458
|
-
.ant-table-small
|
|
5459
|
-
> .ant-table-content
|
|
5460
|
-
> .ant-table-fixed-left
|
|
5461
|
-
> .ant-table-body-outer
|
|
5462
|
-
> .ant-table-body-inner
|
|
5463
|
-
> table
|
|
5464
|
-
> .ant-table-thead
|
|
5465
|
-
> tr
|
|
5466
|
-
> th,
|
|
5467
|
-
.ant-table-small
|
|
5468
|
-
> .ant-table-content
|
|
5469
|
-
> .ant-table-fixed-right
|
|
5470
|
-
> .ant-table-body-outer
|
|
5471
|
-
> .ant-table-body-inner
|
|
5472
|
-
> table
|
|
5473
|
-
> .ant-table-thead
|
|
5474
|
-
> tr
|
|
5475
|
-
> th,
|
|
5172
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5173
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
5174
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5175
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5176
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
|
|
5177
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
|
|
5476
5178
|
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5477
5179
|
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
|
|
5478
|
-
.ant-table-small
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
> tr
|
|
5485
|
-
> td,
|
|
5486
|
-
.ant-table-small
|
|
5487
|
-
> .ant-table-content
|
|
5488
|
-
> .ant-table-scroll
|
|
5489
|
-
> .ant-table-body
|
|
5490
|
-
> table
|
|
5491
|
-
> .ant-table-tbody
|
|
5492
|
-
> tr
|
|
5493
|
-
> td,
|
|
5494
|
-
.ant-table-small
|
|
5495
|
-
> .ant-table-content
|
|
5496
|
-
> .ant-table-fixed-left
|
|
5497
|
-
> .ant-table-header
|
|
5498
|
-
> table
|
|
5499
|
-
> .ant-table-tbody
|
|
5500
|
-
> tr
|
|
5501
|
-
> td,
|
|
5502
|
-
.ant-table-small
|
|
5503
|
-
> .ant-table-content
|
|
5504
|
-
> .ant-table-fixed-right
|
|
5505
|
-
> .ant-table-header
|
|
5506
|
-
> table
|
|
5507
|
-
> .ant-table-tbody
|
|
5508
|
-
> tr
|
|
5509
|
-
> td,
|
|
5510
|
-
.ant-table-small
|
|
5511
|
-
> .ant-table-content
|
|
5512
|
-
> .ant-table-fixed-left
|
|
5513
|
-
> .ant-table-body-outer
|
|
5514
|
-
> .ant-table-body-inner
|
|
5515
|
-
> table
|
|
5516
|
-
> .ant-table-tbody
|
|
5517
|
-
> tr
|
|
5518
|
-
> td,
|
|
5519
|
-
.ant-table-small
|
|
5520
|
-
> .ant-table-content
|
|
5521
|
-
> .ant-table-fixed-right
|
|
5522
|
-
> .ant-table-body-outer
|
|
5523
|
-
> .ant-table-body-inner
|
|
5524
|
-
> table
|
|
5525
|
-
> .ant-table-tbody
|
|
5526
|
-
> tr
|
|
5527
|
-
> td {
|
|
5180
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5181
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
|
|
5182
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5183
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
|
|
5184
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
|
|
5185
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
|
|
5528
5186
|
padding: 9px 16px;
|
|
5529
5187
|
}
|
|
5530
5188
|
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5531
5189
|
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
5532
|
-
.ant-table-small
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
> tr
|
|
5539
|
-
> th,
|
|
5540
|
-
.ant-table-small
|
|
5541
|
-
> .ant-table-content
|
|
5542
|
-
> .ant-table-scroll
|
|
5543
|
-
> .ant-table-body
|
|
5544
|
-
> table
|
|
5545
|
-
> .ant-table-thead
|
|
5546
|
-
> tr
|
|
5547
|
-
> th,
|
|
5548
|
-
.ant-table-small
|
|
5549
|
-
> .ant-table-content
|
|
5550
|
-
> .ant-table-fixed-left
|
|
5551
|
-
> .ant-table-header
|
|
5552
|
-
> table
|
|
5553
|
-
> .ant-table-thead
|
|
5554
|
-
> tr
|
|
5555
|
-
> th,
|
|
5556
|
-
.ant-table-small
|
|
5557
|
-
> .ant-table-content
|
|
5558
|
-
> .ant-table-fixed-right
|
|
5559
|
-
> .ant-table-header
|
|
5560
|
-
> table
|
|
5561
|
-
> .ant-table-thead
|
|
5562
|
-
> tr
|
|
5563
|
-
> th,
|
|
5564
|
-
.ant-table-small
|
|
5565
|
-
> .ant-table-content
|
|
5566
|
-
> .ant-table-fixed-left
|
|
5567
|
-
> .ant-table-body-outer
|
|
5568
|
-
> .ant-table-body-inner
|
|
5569
|
-
> table
|
|
5570
|
-
> .ant-table-thead
|
|
5571
|
-
> tr
|
|
5572
|
-
> th,
|
|
5573
|
-
.ant-table-small
|
|
5574
|
-
> .ant-table-content
|
|
5575
|
-
> .ant-table-fixed-right
|
|
5576
|
-
> .ant-table-body-outer
|
|
5577
|
-
> .ant-table-body-inner
|
|
5578
|
-
> table
|
|
5579
|
-
> .ant-table-thead
|
|
5580
|
-
> tr
|
|
5581
|
-
> th {
|
|
5190
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5191
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
|
|
5192
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5193
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
|
|
5194
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
|
|
5195
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
|
|
5582
5196
|
background-color: #f8f9fb;
|
|
5583
5197
|
}
|
|
5584
5198
|
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
|
|
5585
5199
|
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
|
|
5586
|
-
.ant-table-small
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
|
|
5592
|
-
> tr,
|
|
5593
|
-
.ant-table-small
|
|
5594
|
-
> .ant-table-content
|
|
5595
|
-
> .ant-table-scroll
|
|
5596
|
-
> .ant-table-body
|
|
5597
|
-
> table
|
|
5598
|
-
> .ant-table-thead
|
|
5599
|
-
> tr,
|
|
5600
|
-
.ant-table-small
|
|
5601
|
-
> .ant-table-content
|
|
5602
|
-
> .ant-table-fixed-left
|
|
5603
|
-
> .ant-table-header
|
|
5604
|
-
> table
|
|
5605
|
-
> .ant-table-thead
|
|
5606
|
-
> tr,
|
|
5607
|
-
.ant-table-small
|
|
5608
|
-
> .ant-table-content
|
|
5609
|
-
> .ant-table-fixed-right
|
|
5610
|
-
> .ant-table-header
|
|
5611
|
-
> table
|
|
5612
|
-
> .ant-table-thead
|
|
5613
|
-
> tr,
|
|
5614
|
-
.ant-table-small
|
|
5615
|
-
> .ant-table-content
|
|
5616
|
-
> .ant-table-fixed-left
|
|
5617
|
-
> .ant-table-body-outer
|
|
5618
|
-
> .ant-table-body-inner
|
|
5619
|
-
> table
|
|
5620
|
-
> .ant-table-thead
|
|
5621
|
-
> tr,
|
|
5622
|
-
.ant-table-small
|
|
5623
|
-
> .ant-table-content
|
|
5624
|
-
> .ant-table-fixed-right
|
|
5625
|
-
> .ant-table-body-outer
|
|
5626
|
-
> .ant-table-body-inner
|
|
5627
|
-
> table
|
|
5628
|
-
> .ant-table-thead
|
|
5629
|
-
> tr {
|
|
5200
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
|
|
5201
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
|
|
5202
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
|
|
5203
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
|
|
5204
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
|
|
5205
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
|
|
5630
5206
|
border-bottom: 1px solid #e1e6ee;
|
|
5631
5207
|
}
|
|
5632
|
-
.ant-table-small
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
|
|
5638
|
-
|
|
5639
|
-
.ant-table-small
|
|
5640
|
-
> .ant-table-content
|
|
5641
|
-
> .ant-table-body
|
|
5642
|
-
> table
|
|
5643
|
-
> .ant-table-thead
|
|
5644
|
-
> tr
|
|
5645
|
-
> th.ant-table-column-sort,
|
|
5646
|
-
.ant-table-small
|
|
5647
|
-
> .ant-table-content
|
|
5648
|
-
> .ant-table-scroll
|
|
5649
|
-
> .ant-table-header
|
|
5650
|
-
> table
|
|
5651
|
-
> .ant-table-thead
|
|
5652
|
-
> tr
|
|
5653
|
-
> th.ant-table-column-sort,
|
|
5654
|
-
.ant-table-small
|
|
5655
|
-
> .ant-table-content
|
|
5656
|
-
> .ant-table-scroll
|
|
5657
|
-
> .ant-table-body
|
|
5658
|
-
> table
|
|
5659
|
-
> .ant-table-thead
|
|
5660
|
-
> tr
|
|
5661
|
-
> th.ant-table-column-sort,
|
|
5662
|
-
.ant-table-small
|
|
5663
|
-
> .ant-table-content
|
|
5664
|
-
> .ant-table-fixed-left
|
|
5665
|
-
> .ant-table-header
|
|
5666
|
-
> table
|
|
5667
|
-
> .ant-table-thead
|
|
5668
|
-
> tr
|
|
5669
|
-
> th.ant-table-column-sort,
|
|
5670
|
-
.ant-table-small
|
|
5671
|
-
> .ant-table-content
|
|
5672
|
-
> .ant-table-fixed-right
|
|
5673
|
-
> .ant-table-header
|
|
5674
|
-
> table
|
|
5675
|
-
> .ant-table-thead
|
|
5676
|
-
> tr
|
|
5677
|
-
> th.ant-table-column-sort,
|
|
5678
|
-
.ant-table-small
|
|
5679
|
-
> .ant-table-content
|
|
5680
|
-
> .ant-table-fixed-left
|
|
5681
|
-
> .ant-table-body-outer
|
|
5682
|
-
> .ant-table-body-inner
|
|
5683
|
-
> table
|
|
5684
|
-
> .ant-table-thead
|
|
5685
|
-
> tr
|
|
5686
|
-
> th.ant-table-column-sort,
|
|
5687
|
-
.ant-table-small
|
|
5688
|
-
> .ant-table-content
|
|
5689
|
-
> .ant-table-fixed-right
|
|
5690
|
-
> .ant-table-body-outer
|
|
5691
|
-
> .ant-table-body-inner
|
|
5692
|
-
> table
|
|
5693
|
-
> .ant-table-thead
|
|
5694
|
-
> tr
|
|
5695
|
-
> th.ant-table-column-sort {
|
|
5208
|
+
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5209
|
+
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5210
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5211
|
+
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5212
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5213
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5214
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
|
|
5215
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
|
|
5696
5216
|
background-color: rgba(0, 0, 0, 0.01);
|
|
5697
5217
|
}
|
|
5698
5218
|
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
|
|
5699
5219
|
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
|
|
5700
5220
|
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
|
|
5701
5221
|
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
|
|
5702
|
-
.ant-table-small
|
|
5703
|
-
|
|
5704
|
-
> .ant-table-fixed-left
|
|
5705
|
-
> .ant-table-body-outer
|
|
5706
|
-
> .ant-table-body-inner
|
|
5707
|
-
> table,
|
|
5708
|
-
.ant-table-small
|
|
5709
|
-
> .ant-table-content
|
|
5710
|
-
> .ant-table-fixed-right
|
|
5711
|
-
> .ant-table-body-outer
|
|
5712
|
-
> .ant-table-body-inner
|
|
5713
|
-
> table {
|
|
5222
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
|
|
5223
|
+
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
|
|
5714
5224
|
padding: 0;
|
|
5715
5225
|
}
|
|
5716
5226
|
.ant-table-small > .ant-table-content .ant-table-header {
|
|
@@ -6055,20 +5565,17 @@ span.ant-radio + * {
|
|
|
6055
5565
|
background: #126bfb;
|
|
6056
5566
|
border-color: #126bfb;
|
|
6057
5567
|
}
|
|
6058
|
-
.ant-radio-group-solid
|
|
6059
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
5568
|
+
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
6060
5569
|
color: #fff;
|
|
6061
5570
|
background: #3b8cff;
|
|
6062
5571
|
border-color: #3b8cff;
|
|
6063
5572
|
}
|
|
6064
|
-
.ant-radio-group-solid
|
|
6065
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
5573
|
+
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
6066
5574
|
color: #fff;
|
|
6067
5575
|
background: #044dd4;
|
|
6068
5576
|
border-color: #044dd4;
|
|
6069
5577
|
}
|
|
6070
|
-
.ant-radio-group-solid
|
|
6071
|
-
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
5578
|
+
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
6072
5579
|
outline: 3px solid rgba(18, 107, 251, 0.06);
|
|
6073
5580
|
}
|
|
6074
5581
|
.ant-radio-button-wrapper-disabled {
|
|
@@ -6507,9 +6014,7 @@ span.ant-radio + * {
|
|
|
6507
6014
|
transform-origin: 0 0;
|
|
6508
6015
|
}
|
|
6509
6016
|
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
|
|
6510
|
-
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled
|
|
6511
|
-
.ant-dropdown-menu-submenu-title
|
|
6512
|
-
.ant-dropdown-menu-submenu-arrow-icon {
|
|
6017
|
+
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
|
|
6513
6018
|
color: #babdc5;
|
|
6514
6019
|
background-color: #fff;
|
|
6515
6020
|
cursor: not-allowed;
|
|
@@ -7029,32 +6534,16 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7029
6534
|
border-color: #c9d2dd;
|
|
7030
6535
|
cursor: not-allowed;
|
|
7031
6536
|
}
|
|
7032
|
-
.ant-pagination.ant-pagination-disabled
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
.ant-pagination.ant-pagination-disabled
|
|
7036
|
-
.ant-pagination-jump-next:focus
|
|
7037
|
-
.ant-pagination-item-link-icon,
|
|
7038
|
-
.ant-pagination.ant-pagination-disabled
|
|
7039
|
-
.ant-pagination-jump-prev:hover
|
|
7040
|
-
.ant-pagination-item-link-icon,
|
|
7041
|
-
.ant-pagination.ant-pagination-disabled
|
|
7042
|
-
.ant-pagination-jump-next:hover
|
|
7043
|
-
.ant-pagination-item-link-icon {
|
|
6537
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
|
|
6538
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
|
|
6539
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
6540
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
7044
6541
|
opacity: 0;
|
|
7045
6542
|
}
|
|
7046
|
-
.ant-pagination.ant-pagination-disabled
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
.ant-pagination.ant-pagination-disabled
|
|
7050
|
-
.ant-pagination-jump-next:focus
|
|
7051
|
-
.ant-pagination-item-ellipsis,
|
|
7052
|
-
.ant-pagination.ant-pagination-disabled
|
|
7053
|
-
.ant-pagination-jump-prev:hover
|
|
7054
|
-
.ant-pagination-item-ellipsis,
|
|
7055
|
-
.ant-pagination.ant-pagination-disabled
|
|
7056
|
-
.ant-pagination-jump-next:hover
|
|
7057
|
-
.ant-pagination-item-ellipsis {
|
|
6543
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
|
|
6544
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
|
|
6545
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
6546
|
+
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
7058
6547
|
opacity: 1;
|
|
7059
6548
|
}
|
|
7060
6549
|
@media only screen and (max-width: 992px) {
|
|
@@ -7447,10 +6936,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7447
6936
|
.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
|
|
7448
6937
|
display: none;
|
|
7449
6938
|
}
|
|
7450
|
-
.ant-select-selection--multiple
|
|
7451
|
-
.ant-select-selection__choice__remove
|
|
7452
|
-
.ant-select-selection--multiple
|
|
7453
|
-
.ant-select-selection__choice__remove-icon {
|
|
6939
|
+
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
|
|
7454
6940
|
display: block;
|
|
7455
6941
|
}
|
|
7456
6942
|
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
|
|
@@ -7496,12 +6982,8 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7496
6982
|
box-shadow: none;
|
|
7497
6983
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
|
|
7498
6984
|
}
|
|
7499
|
-
.ant-select-combobox.ant-select-allow-clear
|
|
7500
|
-
|
|
7501
|
-
.ant-select-selection__rendered,
|
|
7502
|
-
.ant-select-combobox.ant-select-show-arrow
|
|
7503
|
-
.ant-select-selection:hover
|
|
7504
|
-
.ant-select-selection__rendered {
|
|
6985
|
+
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
|
|
6986
|
+
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
|
|
7505
6987
|
margin-right: 20px;
|
|
7506
6988
|
}
|
|
7507
6989
|
.ant-select-dropdown {
|
|
@@ -7565,11 +7047,8 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7565
7047
|
font-size: 12px;
|
|
7566
7048
|
line-height: 32px;
|
|
7567
7049
|
}
|
|
7568
|
-
.ant-select-dropdown-menu-item-group-list
|
|
7569
|
-
|
|
7570
|
-
.ant-select-dropdown-menu-item-group:not(:last-child)
|
|
7571
|
-
.ant-select-dropdown-menu-item-group-list
|
|
7572
|
-
.ant-select-dropdown-menu-item:last-child {
|
|
7050
|
+
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
|
|
7051
|
+
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
|
|
7573
7052
|
border-radius: 0;
|
|
7574
7053
|
}
|
|
7575
7054
|
.ant-select-dropdown-menu-item {
|
|
@@ -7615,9 +7094,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7615
7094
|
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
|
|
7616
7095
|
padding-right: calc(12px + 20px);
|
|
7617
7096
|
}
|
|
7618
|
-
.ant-select-dropdown.ant-select-dropdown--multiple
|
|
7619
|
-
.ant-select-dropdown-menu-item
|
|
7620
|
-
.ant-select-selected-icon {
|
|
7097
|
+
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
|
|
7621
7098
|
position: absolute;
|
|
7622
7099
|
top: 50%;
|
|
7623
7100
|
right: 12px;
|
|
@@ -7628,22 +7105,14 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7628
7105
|
transform: translateY(-50%);
|
|
7629
7106
|
transition: all 0.2s;
|
|
7630
7107
|
}
|
|
7631
|
-
.ant-select-dropdown.ant-select-dropdown--multiple
|
|
7632
|
-
.ant-select-dropdown-menu-item:hover
|
|
7633
|
-
.ant-select-selected-icon {
|
|
7108
|
+
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
|
|
7634
7109
|
color: rgba(0, 0, 0, 0.87);
|
|
7635
7110
|
}
|
|
7636
|
-
.ant-select-dropdown.ant-select-dropdown--multiple
|
|
7637
|
-
.ant-select-dropdown-menu-item-disabled
|
|
7638
|
-
.ant-select-selected-icon {
|
|
7111
|
+
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
|
|
7639
7112
|
display: none;
|
|
7640
7113
|
}
|
|
7641
|
-
.ant-select-dropdown.ant-select-dropdown--multiple
|
|
7642
|
-
|
|
7643
|
-
.ant-select-selected-icon,
|
|
7644
|
-
.ant-select-dropdown.ant-select-dropdown--multiple
|
|
7645
|
-
.ant-select-dropdown-menu-item-selected:hover
|
|
7646
|
-
.ant-select-selected-icon {
|
|
7114
|
+
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
|
|
7115
|
+
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
|
|
7647
7116
|
display: inline-block;
|
|
7648
7117
|
color: #126bfb;
|
|
7649
7118
|
}
|
|
@@ -7677,18 +7146,11 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7677
7146
|
padding-top: 8px;
|
|
7678
7147
|
padding-bottom: 8px;
|
|
7679
7148
|
}
|
|
7680
|
-
.tnt-table-wrapper.ant-table-striped
|
|
7681
|
-
.ant-table-tbody
|
|
7682
|
-
> .ant-table-row-even:not(:hover):not(.ant-table-row-hover)
|
|
7683
|
-
> td {
|
|
7149
|
+
.tnt-table-wrapper.ant-table-striped .ant-table-tbody > .ant-table-row-even:not(:hover):not(.ant-table-row-hover) > td {
|
|
7684
7150
|
background: #f8f9fb;
|
|
7685
7151
|
}
|
|
7686
7152
|
.tnt-table-wrapper.ant-table-striped .ant-table:not(.ant-table-bordered) .ant-table-thead > tr > th,
|
|
7687
|
-
.tnt-table-wrapper.ant-table-striped
|
|
7688
|
-
.ant-table:not(.ant-table-bordered)
|
|
7689
|
-
.ant-table-tbody
|
|
7690
|
-
> tr
|
|
7691
|
-
> td {
|
|
7153
|
+
.tnt-table-wrapper.ant-table-striped .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
|
|
7692
7154
|
border-bottom: none;
|
|
7693
7155
|
}
|
|
7694
7156
|
.tnt-table-wrapper.ant-table-hide-cell-borders .ant-table-thead > tr > th,
|
|
@@ -7743,63 +7205,23 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7743
7205
|
.tnt-table-wrapper.ant-table-sticky .ant-table-default .ant-table-body table {
|
|
7744
7206
|
table-layout: fixed;
|
|
7745
7207
|
}
|
|
7746
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7747
|
-
|
|
7748
|
-
.ant-table-body
|
|
7749
|
-
table
|
|
7750
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1,
|
|
7751
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7752
|
-
.ant-table-default
|
|
7753
|
-
.ant-table-body
|
|
7754
|
-
table
|
|
7755
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1 {
|
|
7208
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-scroll .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1,
|
|
7209
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-default .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 {
|
|
7756
7210
|
position: relative;
|
|
7757
7211
|
z-index: 10;
|
|
7758
7212
|
}
|
|
7759
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7760
|
-
|
|
7761
|
-
.ant-table-body
|
|
7762
|
-
table
|
|
7763
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7764
|
-
> td:not([colspan]),
|
|
7765
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7766
|
-
.ant-table-default
|
|
7767
|
-
.ant-table-body
|
|
7768
|
-
table
|
|
7769
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7770
|
-
> td:not([colspan]) {
|
|
7213
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-scroll .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td:not([colspan]),
|
|
7214
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-default .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td:not([colspan]) {
|
|
7771
7215
|
display: none;
|
|
7772
7216
|
}
|
|
7773
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7774
|
-
|
|
7775
|
-
.ant-table-body
|
|
7776
|
-
table
|
|
7777
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7778
|
-
> td[colspan],
|
|
7779
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7780
|
-
.ant-table-default
|
|
7781
|
-
.ant-table-body
|
|
7782
|
-
table
|
|
7783
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7784
|
-
> td[colspan] {
|
|
7217
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-scroll .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td[colspan],
|
|
7218
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-default .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td[colspan] {
|
|
7785
7219
|
position: relative;
|
|
7786
7220
|
z-index: 100;
|
|
7787
7221
|
padding: 0;
|
|
7788
7222
|
}
|
|
7789
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7790
|
-
|
|
7791
|
-
.ant-table-body
|
|
7792
|
-
table
|
|
7793
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7794
|
-
> td[colspan]
|
|
7795
|
-
> .ant-table-expanded-row-fixed,
|
|
7796
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7797
|
-
.ant-table-default
|
|
7798
|
-
.ant-table-body
|
|
7799
|
-
table
|
|
7800
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7801
|
-
> td[colspan]
|
|
7802
|
-
> .ant-table-expanded-row-fixed {
|
|
7223
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-scroll .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td[colspan] > .ant-table-expanded-row-fixed,
|
|
7224
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-default .ant-table-body table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td[colspan] > .ant-table-expanded-row-fixed {
|
|
7803
7225
|
position: sticky;
|
|
7804
7226
|
left: 0px;
|
|
7805
7227
|
overflow: hidden;
|
|
@@ -7809,16 +7231,8 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7809
7231
|
.tnt-table-wrapper.ant-table-sticky .ant-table-fixed-right table {
|
|
7810
7232
|
width: fit-content;
|
|
7811
7233
|
}
|
|
7812
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7813
|
-
|
|
7814
|
-
table
|
|
7815
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7816
|
-
> td,
|
|
7817
|
-
.tnt-table-wrapper.ant-table-sticky
|
|
7818
|
-
.ant-table-fixed-right
|
|
7819
|
-
table
|
|
7820
|
-
tr.ant-table-expanded-row.ant-table-expanded-row-level-1
|
|
7821
|
-
> td {
|
|
7234
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-fixed-left table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td,
|
|
7235
|
+
.tnt-table-wrapper.ant-table-sticky .ant-table-fixed-right table tr.ant-table-expanded-row.ant-table-expanded-row-level-1 > td {
|
|
7822
7236
|
position: relative;
|
|
7823
7237
|
z-index: -1;
|
|
7824
7238
|
}
|
|
@@ -7940,8 +7354,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
7940
7354
|
position: relative;
|
|
7941
7355
|
vertical-align: top;
|
|
7942
7356
|
font-weight: 400;
|
|
7943
|
-
font-family: 'OswaldLight', Roboto, 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC',
|
|
7944
|
-
'Microsoft YaHei' !important;
|
|
7357
|
+
font-family: 'OswaldLight', Roboto, 'Helvetica Neue', Helvetica, Tahoma, Arial, 'PingFang SC', 'Microsoft YaHei' !important;
|
|
7945
7358
|
letter-spacing: 1px;
|
|
7946
7359
|
}
|
|
7947
7360
|
.tntd-title.has-number .count::before {
|
|
@@ -8522,20 +7935,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8522
7935
|
border-color: transparent;
|
|
8523
7936
|
}
|
|
8524
7937
|
.tnt-tag.ant-tag.ant-tag-lightblue {
|
|
8525
|
-
color: #
|
|
8526
|
-
background: #
|
|
8527
|
-
border-color: #
|
|
7938
|
+
color: #1AA9E6;
|
|
7939
|
+
background: #F0F9FF;
|
|
7940
|
+
border-color: #8FE0FF;
|
|
8528
7941
|
}
|
|
8529
7942
|
.tnt-tag.ant-tag.ant-tag-lightblue > .anticon-close {
|
|
8530
|
-
color: #
|
|
7943
|
+
color: #36BFFA;
|
|
8531
7944
|
}
|
|
8532
7945
|
.tnt-tag.ant-tag.ant-tag-lightblue.ant-tag-no-border {
|
|
8533
7946
|
border-color: transparent;
|
|
8534
7947
|
}
|
|
8535
7948
|
.tnt-tag.ant-tag.ant-tag-lightblue-inverse {
|
|
8536
7949
|
color: #fff;
|
|
8537
|
-
background: #
|
|
8538
|
-
border-color: #
|
|
7950
|
+
background: #1AA9E6;
|
|
7951
|
+
border-color: #1AA9E6;
|
|
8539
7952
|
}
|
|
8540
7953
|
.tnt-tag.ant-tag.ant-tag-lightblue-inverse > .anticon-close {
|
|
8541
7954
|
color: #fff;
|
|
@@ -8544,20 +7957,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8544
7957
|
border-color: transparent;
|
|
8545
7958
|
}
|
|
8546
7959
|
.tnt-tag.ant-tag.ant-tag-bluegrey {
|
|
8547
|
-
color: #
|
|
8548
|
-
background: #
|
|
8549
|
-
border-color: #
|
|
7960
|
+
color: #486FBB;
|
|
7961
|
+
background: #F4F8FF;
|
|
7962
|
+
border-color: #A1BCEF;
|
|
8550
7963
|
}
|
|
8551
7964
|
.tnt-tag.ant-tag.ant-tag-bluegrey > .anticon-close {
|
|
8552
|
-
color: #
|
|
7965
|
+
color: #628FE4;
|
|
8553
7966
|
}
|
|
8554
7967
|
.tnt-tag.ant-tag.ant-tag-bluegrey.ant-tag-no-border {
|
|
8555
7968
|
border-color: transparent;
|
|
8556
7969
|
}
|
|
8557
7970
|
.tnt-tag.ant-tag.ant-tag-bluegrey-inverse {
|
|
8558
7971
|
color: #fff;
|
|
8559
|
-
background: #
|
|
8560
|
-
border-color: #
|
|
7972
|
+
background: #486FBB;
|
|
7973
|
+
border-color: #486FBB;
|
|
8561
7974
|
}
|
|
8562
7975
|
.tnt-tag.ant-tag.ant-tag-bluegrey-inverse > .anticon-close {
|
|
8563
7976
|
color: #fff;
|
|
@@ -8566,20 +7979,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8566
7979
|
border-color: transparent;
|
|
8567
7980
|
}
|
|
8568
7981
|
.tnt-tag.ant-tag.ant-tag-purplegrey {
|
|
8569
|
-
color: #
|
|
8570
|
-
background: #
|
|
8571
|
-
border-color: #
|
|
7982
|
+
color: #4E5BA6;
|
|
7983
|
+
background: #F8F9FC;
|
|
7984
|
+
border-color: #AFB5D9;
|
|
8572
7985
|
}
|
|
8573
7986
|
.tnt-tag.ant-tag.ant-tag-purplegrey > .anticon-close {
|
|
8574
|
-
color: #
|
|
7987
|
+
color: #717BBC;
|
|
8575
7988
|
}
|
|
8576
7989
|
.tnt-tag.ant-tag.ant-tag-purplegrey.ant-tag-no-border {
|
|
8577
7990
|
border-color: transparent;
|
|
8578
7991
|
}
|
|
8579
7992
|
.tnt-tag.ant-tag.ant-tag-purplegrey-inverse {
|
|
8580
7993
|
color: #fff;
|
|
8581
|
-
background: #
|
|
8582
|
-
border-color: #
|
|
7994
|
+
background: #4E5BA6;
|
|
7995
|
+
border-color: #4E5BA6;
|
|
8583
7996
|
}
|
|
8584
7997
|
.tnt-tag.ant-tag.ant-tag-purplegrey-inverse > .anticon-close {
|
|
8585
7998
|
color: #fff;
|
|
@@ -8610,20 +8023,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8610
8023
|
border-color: transparent;
|
|
8611
8024
|
}
|
|
8612
8025
|
.tnt-tag.ant-tag.ant-tag-lightpurple {
|
|
8613
|
-
color: #
|
|
8614
|
-
background: #
|
|
8615
|
-
border-color: #
|
|
8026
|
+
color: #5161D7;
|
|
8027
|
+
background: #EEF4FF;
|
|
8028
|
+
border-color: #A4BCFD;
|
|
8616
8029
|
}
|
|
8617
8030
|
.tnt-tag.ant-tag.ant-tag-lightpurple > .anticon-close {
|
|
8618
|
-
color: #
|
|
8031
|
+
color: #6172F3;
|
|
8619
8032
|
}
|
|
8620
8033
|
.tnt-tag.ant-tag.ant-tag-lightpurple.ant-tag-no-border {
|
|
8621
8034
|
border-color: transparent;
|
|
8622
8035
|
}
|
|
8623
8036
|
.tnt-tag.ant-tag.ant-tag-lightpurple-inverse {
|
|
8624
8037
|
color: #fff;
|
|
8625
|
-
background: #
|
|
8626
|
-
border-color: #
|
|
8038
|
+
background: #5161D7;
|
|
8039
|
+
border-color: #5161D7;
|
|
8627
8040
|
}
|
|
8628
8041
|
.tnt-tag.ant-tag.ant-tag-lightpurple-inverse > .anticon-close {
|
|
8629
8042
|
color: #fff;
|
|
@@ -8632,20 +8045,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8632
8045
|
border-color: transparent;
|
|
8633
8046
|
}
|
|
8634
8047
|
.tnt-tag.ant-tag.ant-tag-lightgreen {
|
|
8635
|
-
color: #
|
|
8636
|
-
background: #
|
|
8637
|
-
border-color: #
|
|
8048
|
+
color: #2E9C98;
|
|
8049
|
+
background: #F1FBFB;
|
|
8050
|
+
border-color: #8CE0DD;
|
|
8638
8051
|
}
|
|
8639
8052
|
.tnt-tag.ant-tag.ant-tag-lightgreen > .anticon-close {
|
|
8640
|
-
color: #
|
|
8053
|
+
color: #3AB4AF;
|
|
8641
8054
|
}
|
|
8642
8055
|
.tnt-tag.ant-tag.ant-tag-lightgreen.ant-tag-no-border {
|
|
8643
8056
|
border-color: transparent;
|
|
8644
8057
|
}
|
|
8645
8058
|
.tnt-tag.ant-tag.ant-tag-lightgreen-inverse {
|
|
8646
8059
|
color: #fff;
|
|
8647
|
-
background: #
|
|
8648
|
-
border-color: #
|
|
8060
|
+
background: #2E9C98;
|
|
8061
|
+
border-color: #2E9C98;
|
|
8649
8062
|
}
|
|
8650
8063
|
.tnt-tag.ant-tag.ant-tag-lightgreen-inverse > .anticon-close {
|
|
8651
8064
|
color: #fff;
|
|
@@ -8676,20 +8089,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8676
8089
|
border-color: transparent;
|
|
8677
8090
|
}
|
|
8678
8091
|
.tnt-tag.ant-tag.ant-tag-rose {
|
|
8679
|
-
color: #
|
|
8680
|
-
background: #
|
|
8681
|
-
border-color: #
|
|
8092
|
+
color: #D8395E;
|
|
8093
|
+
background: #FFF1F3;
|
|
8094
|
+
border-color: #FEA3B4;
|
|
8682
8095
|
}
|
|
8683
8096
|
.tnt-tag.ant-tag.ant-tag-rose > .anticon-close {
|
|
8684
|
-
color: #
|
|
8097
|
+
color: #EE3E67;
|
|
8685
8098
|
}
|
|
8686
8099
|
.tnt-tag.ant-tag.ant-tag-rose.ant-tag-no-border {
|
|
8687
8100
|
border-color: transparent;
|
|
8688
8101
|
}
|
|
8689
8102
|
.tnt-tag.ant-tag.ant-tag-rose-inverse {
|
|
8690
8103
|
color: #fff;
|
|
8691
|
-
background: #
|
|
8692
|
-
border-color: #
|
|
8104
|
+
background: #D8395E;
|
|
8105
|
+
border-color: #D8395E;
|
|
8693
8106
|
}
|
|
8694
8107
|
.tnt-tag.ant-tag.ant-tag-rose-inverse > .anticon-close {
|
|
8695
8108
|
color: #fff;
|
|
@@ -8852,20 +8265,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8852
8265
|
border-color: transparent;
|
|
8853
8266
|
}
|
|
8854
8267
|
.tnt-tag.ant-tag.ant-tag-tnt-pink {
|
|
8855
|
-
color: #
|
|
8856
|
-
background: #
|
|
8857
|
-
border-color: #
|
|
8268
|
+
color: #D03E93;
|
|
8269
|
+
background: #FDF2FA;
|
|
8270
|
+
border-color: #FAA7E0;
|
|
8858
8271
|
}
|
|
8859
8272
|
.tnt-tag.ant-tag.ant-tag-tnt-pink > .anticon-close {
|
|
8860
|
-
color: #
|
|
8273
|
+
color: #E844B7;
|
|
8861
8274
|
}
|
|
8862
8275
|
.tnt-tag.ant-tag.ant-tag-tnt-pink.ant-tag-no-border {
|
|
8863
8276
|
border-color: transparent;
|
|
8864
8277
|
}
|
|
8865
8278
|
.tnt-tag.ant-tag.ant-tag-tnt-pink-inverse {
|
|
8866
8279
|
color: #fff;
|
|
8867
|
-
background: #
|
|
8868
|
-
border-color: #
|
|
8280
|
+
background: #D03E93;
|
|
8281
|
+
border-color: #D03E93;
|
|
8869
8282
|
}
|
|
8870
8283
|
.tnt-tag.ant-tag.ant-tag-tnt-pink-inverse > .anticon-close {
|
|
8871
8284
|
color: #fff;
|
|
@@ -8874,20 +8287,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8874
8287
|
border-color: transparent;
|
|
8875
8288
|
}
|
|
8876
8289
|
.tnt-tag.ant-tag.ant-tag-tnt-orange {
|
|
8877
|
-
color: #
|
|
8878
|
-
background: #
|
|
8879
|
-
border-color: #
|
|
8290
|
+
color: #DF5F28;
|
|
8291
|
+
background: #FFF6ED;
|
|
8292
|
+
border-color: #FEB173;
|
|
8880
8293
|
}
|
|
8881
8294
|
.tnt-tag.ant-tag.ant-tag-tnt-orange > .anticon-close {
|
|
8882
|
-
color: #
|
|
8295
|
+
color: #F47345;
|
|
8883
8296
|
}
|
|
8884
8297
|
.tnt-tag.ant-tag.ant-tag-tnt-orange.ant-tag-no-border {
|
|
8885
8298
|
border-color: transparent;
|
|
8886
8299
|
}
|
|
8887
8300
|
.tnt-tag.ant-tag.ant-tag-tnt-orange-inverse {
|
|
8888
8301
|
color: #fff;
|
|
8889
|
-
background: #
|
|
8890
|
-
border-color: #
|
|
8302
|
+
background: #DF5F28;
|
|
8303
|
+
border-color: #DF5F28;
|
|
8891
8304
|
}
|
|
8892
8305
|
.tnt-tag.ant-tag.ant-tag-tnt-orange-inverse > .anticon-close {
|
|
8893
8306
|
color: #fff;
|
|
@@ -8896,20 +8309,20 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
8896
8309
|
border-color: transparent;
|
|
8897
8310
|
}
|
|
8898
8311
|
.tnt-tag.ant-tag.ant-tag-tnt-purple {
|
|
8899
|
-
color: #
|
|
8900
|
-
background: #
|
|
8901
|
-
border-color: #
|
|
8312
|
+
color: #6E54D4;
|
|
8313
|
+
background: #F4F3FF;
|
|
8314
|
+
border-color: #BDB4FE;
|
|
8902
8315
|
}
|
|
8903
8316
|
.tnt-tag.ant-tag.ant-tag-tnt-purple > .anticon-close {
|
|
8904
|
-
color: #
|
|
8317
|
+
color: #7A5AF8;
|
|
8905
8318
|
}
|
|
8906
8319
|
.tnt-tag.ant-tag.ant-tag-tnt-purple.ant-tag-no-border {
|
|
8907
8320
|
border-color: transparent;
|
|
8908
8321
|
}
|
|
8909
8322
|
.tnt-tag.ant-tag.ant-tag-tnt-purple-inverse {
|
|
8910
8323
|
color: #fff;
|
|
8911
|
-
background: #
|
|
8912
|
-
border-color: #
|
|
8324
|
+
background: #6E54D4;
|
|
8325
|
+
border-color: #6E54D4;
|
|
8913
8326
|
}
|
|
8914
8327
|
.tnt-tag.ant-tag.ant-tag-tnt-purple-inverse > .anticon-close {
|
|
8915
8328
|
color: #fff;
|
|
@@ -9179,9 +8592,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9179
8592
|
}
|
|
9180
8593
|
.ant-menu-submenu,
|
|
9181
8594
|
.ant-menu-submenu-inline {
|
|
9182
|
-
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9183
|
-
background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9184
|
-
padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8595
|
+
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9185
8596
|
}
|
|
9186
8597
|
.ant-menu-submenu-selected {
|
|
9187
8598
|
color: #126bfb;
|
|
@@ -9192,8 +8603,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9192
8603
|
}
|
|
9193
8604
|
.ant-menu-submenu .ant-menu-sub {
|
|
9194
8605
|
cursor: initial;
|
|
9195
|
-
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9196
|
-
padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8606
|
+
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9197
8607
|
}
|
|
9198
8608
|
.ant-menu-item > a {
|
|
9199
8609
|
display: block;
|
|
@@ -9296,24 +8706,19 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9296
8706
|
padding: 0 20px;
|
|
9297
8707
|
white-space: nowrap;
|
|
9298
8708
|
cursor: pointer;
|
|
9299
|
-
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9300
|
-
border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9301
|
-
background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9302
|
-
padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8709
|
+
transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9303
8710
|
}
|
|
9304
8711
|
.ant-menu-item .anticon,
|
|
9305
8712
|
.ant-menu-submenu-title .anticon {
|
|
9306
8713
|
min-width: 14px;
|
|
9307
8714
|
margin-right: 10px;
|
|
9308
8715
|
font-size: 16px;
|
|
9309
|
-
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
|
|
9310
|
-
margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8716
|
+
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9311
8717
|
}
|
|
9312
8718
|
.ant-menu-item .anticon + span,
|
|
9313
8719
|
.ant-menu-submenu-title .anticon + span {
|
|
9314
8720
|
opacity: 1;
|
|
9315
|
-
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9316
|
-
width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8721
|
+
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9317
8722
|
}
|
|
9318
8723
|
.ant-menu > .ant-menu-item-divider {
|
|
9319
8724
|
height: 1px;
|
|
@@ -9374,9 +8779,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9374
8779
|
background-image: linear-gradient(to right, #17233d, #17233d);
|
|
9375
8780
|
background-image: none \9;
|
|
9376
8781
|
border-radius: 2px;
|
|
9377
|
-
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9378
|
-
transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9379
|
-
top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8782
|
+
transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9380
8783
|
content: '';
|
|
9381
8784
|
}
|
|
9382
8785
|
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
|
|
@@ -9410,14 +8813,10 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9410
8813
|
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
9411
8814
|
transform: translateY(-2px);
|
|
9412
8815
|
}
|
|
9413
|
-
.ant-menu-submenu-open.ant-menu-submenu-inline
|
|
9414
|
-
> .ant-menu-submenu-title
|
|
9415
|
-
.ant-menu-submenu-arrow::after {
|
|
8816
|
+
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
9416
8817
|
transform: rotate(-45deg) translateX(-2px);
|
|
9417
8818
|
}
|
|
9418
|
-
.ant-menu-submenu-open.ant-menu-submenu-inline
|
|
9419
|
-
> .ant-menu-submenu-title
|
|
9420
|
-
.ant-menu-submenu-arrow::before {
|
|
8819
|
+
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
|
|
9421
8820
|
transform: rotate(45deg) translateX(2px);
|
|
9422
8821
|
}
|
|
9423
8822
|
.ant-menu-vertical .ant-menu-submenu-selected,
|
|
@@ -9492,8 +8891,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9492
8891
|
border-right: 3px solid #126bfb;
|
|
9493
8892
|
transform: scaleY(0.0001);
|
|
9494
8893
|
opacity: 0;
|
|
9495
|
-
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),
|
|
9496
|
-
opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
8894
|
+
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
9497
8895
|
content: '';
|
|
9498
8896
|
}
|
|
9499
8897
|
.ant-menu-vertical .ant-menu-item,
|
|
@@ -9543,8 +8941,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9543
8941
|
.ant-menu-inline .ant-menu-item-selected::after {
|
|
9544
8942
|
transform: scaleY(1);
|
|
9545
8943
|
opacity: 1;
|
|
9546
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
9547
|
-
opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
8944
|
+
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
9548
8945
|
}
|
|
9549
8946
|
.ant-menu-inline .ant-menu-item,
|
|
9550
8947
|
.ant-menu-inline .ant-menu-submenu-title {
|
|
@@ -9558,62 +8955,29 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9558
8955
|
}
|
|
9559
8956
|
.ant-menu-inline-collapsed > .ant-menu-item,
|
|
9560
8957
|
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
|
|
9561
|
-
.ant-menu-inline-collapsed
|
|
9562
|
-
> .ant-menu-item-group
|
|
9563
|
-
> .ant-menu-item-group-list
|
|
9564
|
-
> .ant-menu-submenu
|
|
9565
|
-
> .ant-menu-submenu-title,
|
|
8958
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
|
|
9566
8959
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
9567
8960
|
left: 0;
|
|
9568
8961
|
padding: 0 calc((80px - 16px) / 2) !important;
|
|
9569
8962
|
text-overflow: clip;
|
|
9570
8963
|
}
|
|
9571
8964
|
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
|
|
9572
|
-
.ant-menu-inline-collapsed
|
|
9573
|
-
|
|
9574
|
-
> .ant-menu-item-group-list
|
|
9575
|
-
> .ant-menu-item
|
|
9576
|
-
.ant-menu-submenu-arrow,
|
|
9577
|
-
.ant-menu-inline-collapsed
|
|
9578
|
-
> .ant-menu-item-group
|
|
9579
|
-
> .ant-menu-item-group-list
|
|
9580
|
-
> .ant-menu-submenu
|
|
9581
|
-
> .ant-menu-submenu-title
|
|
9582
|
-
.ant-menu-submenu-arrow,
|
|
8965
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
|
|
8966
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
|
|
9583
8967
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
|
|
9584
8968
|
display: none;
|
|
9585
8969
|
}
|
|
9586
8970
|
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
|
|
9587
|
-
.ant-menu-inline-collapsed
|
|
9588
|
-
|
|
9589
|
-
> .ant-menu-item-group-list
|
|
9590
|
-
> .ant-menu-item
|
|
9591
|
-
.anticon,
|
|
9592
|
-
.ant-menu-inline-collapsed
|
|
9593
|
-
> .ant-menu-item-group
|
|
9594
|
-
> .ant-menu-item-group-list
|
|
9595
|
-
> .ant-menu-submenu
|
|
9596
|
-
> .ant-menu-submenu-title
|
|
9597
|
-
.anticon,
|
|
8971
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
|
|
8972
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
|
|
9598
8973
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
|
|
9599
8974
|
margin: 0;
|
|
9600
8975
|
font-size: 16px;
|
|
9601
8976
|
line-height: 40px;
|
|
9602
8977
|
}
|
|
9603
8978
|
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
|
|
9604
|
-
.ant-menu-inline-collapsed
|
|
9605
|
-
|
|
9606
|
-
> .ant-menu-item-group-list
|
|
9607
|
-
> .ant-menu-item
|
|
9608
|
-
.anticon
|
|
9609
|
-
+ span,
|
|
9610
|
-
.ant-menu-inline-collapsed
|
|
9611
|
-
> .ant-menu-item-group
|
|
9612
|
-
> .ant-menu-item-group-list
|
|
9613
|
-
> .ant-menu-submenu
|
|
9614
|
-
> .ant-menu-submenu-title
|
|
9615
|
-
.anticon
|
|
9616
|
-
+ span,
|
|
8979
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
|
|
8980
|
+
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
|
|
9617
8981
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
|
|
9618
8982
|
display: inline-block;
|
|
9619
8983
|
max-width: 0;
|
|
@@ -9781,84 +9145,33 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9781
9145
|
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
9782
9146
|
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
9783
9147
|
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
|
|
9784
|
-
.ant-menu-dark
|
|
9785
|
-
.ant-menu-submenu-title:hover
|
|
9786
|
-
> .ant-menu-submenu-title:hover
|
|
9787
|
-
> .ant-menu-submenu-arrow {
|
|
9148
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
|
|
9788
9149
|
opacity: 1;
|
|
9789
9150
|
}
|
|
9790
9151
|
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9791
9152
|
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9792
9153
|
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9793
9154
|
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9794
|
-
.ant-menu-dark
|
|
9795
|
-
|
|
9796
|
-
|
|
9797
|
-
|
|
9798
|
-
.ant-menu-dark
|
|
9799
|
-
|
|
9800
|
-
|
|
9801
|
-
|
|
9802
|
-
.ant-menu-dark
|
|
9803
|
-
.ant-menu-item:hover
|
|
9804
|
-
> .ant-menu-submenu-title:hover
|
|
9805
|
-
> .ant-menu-submenu-arrow::after,
|
|
9806
|
-
.ant-menu-dark
|
|
9807
|
-
.ant-menu-item-active
|
|
9808
|
-
> .ant-menu-submenu-title:hover
|
|
9809
|
-
> .ant-menu-submenu-arrow::after,
|
|
9810
|
-
.ant-menu-dark
|
|
9811
|
-
.ant-menu-submenu-active
|
|
9812
|
-
> .ant-menu-submenu-title:hover
|
|
9813
|
-
> .ant-menu-submenu-arrow::after,
|
|
9814
|
-
.ant-menu-dark
|
|
9815
|
-
.ant-menu-submenu-open
|
|
9816
|
-
> .ant-menu-submenu-title:hover
|
|
9817
|
-
> .ant-menu-submenu-arrow::after,
|
|
9818
|
-
.ant-menu-dark
|
|
9819
|
-
.ant-menu-submenu-selected
|
|
9820
|
-
> .ant-menu-submenu-title:hover
|
|
9821
|
-
> .ant-menu-submenu-arrow::after,
|
|
9822
|
-
.ant-menu-dark
|
|
9823
|
-
.ant-menu-submenu-title:hover
|
|
9824
|
-
> .ant-menu-submenu-title:hover
|
|
9825
|
-
> .ant-menu-submenu-arrow::after,
|
|
9155
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9156
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9157
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
9158
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
9159
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
9160
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
9161
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
9162
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
|
|
9826
9163
|
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9827
9164
|
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9828
9165
|
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9829
9166
|
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9830
|
-
.ant-menu-dark
|
|
9831
|
-
|
|
9832
|
-
|
|
9833
|
-
|
|
9834
|
-
.ant-menu-dark
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
.ant-menu-dark
|
|
9839
|
-
.ant-menu-item:hover
|
|
9840
|
-
> .ant-menu-submenu-title:hover
|
|
9841
|
-
> .ant-menu-submenu-arrow::before,
|
|
9842
|
-
.ant-menu-dark
|
|
9843
|
-
.ant-menu-item-active
|
|
9844
|
-
> .ant-menu-submenu-title:hover
|
|
9845
|
-
> .ant-menu-submenu-arrow::before,
|
|
9846
|
-
.ant-menu-dark
|
|
9847
|
-
.ant-menu-submenu-active
|
|
9848
|
-
> .ant-menu-submenu-title:hover
|
|
9849
|
-
> .ant-menu-submenu-arrow::before,
|
|
9850
|
-
.ant-menu-dark
|
|
9851
|
-
.ant-menu-submenu-open
|
|
9852
|
-
> .ant-menu-submenu-title:hover
|
|
9853
|
-
> .ant-menu-submenu-arrow::before,
|
|
9854
|
-
.ant-menu-dark
|
|
9855
|
-
.ant-menu-submenu-selected
|
|
9856
|
-
> .ant-menu-submenu-title:hover
|
|
9857
|
-
> .ant-menu-submenu-arrow::before,
|
|
9858
|
-
.ant-menu-dark
|
|
9859
|
-
.ant-menu-submenu-title:hover
|
|
9860
|
-
> .ant-menu-submenu-title:hover
|
|
9861
|
-
> .ant-menu-submenu-arrow::before {
|
|
9167
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9168
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9169
|
+
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
9170
|
+
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
9171
|
+
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
9172
|
+
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
9173
|
+
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
|
|
9174
|
+
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
|
|
9862
9175
|
background: #fff;
|
|
9863
9176
|
}
|
|
9864
9177
|
.ant-menu-dark .ant-menu-item:hover {
|
|
@@ -9897,15 +9210,9 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9897
9210
|
color: rgba(255, 255, 255, 0.35) !important;
|
|
9898
9211
|
}
|
|
9899
9212
|
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9900
|
-
.ant-menu-dark
|
|
9901
|
-
.ant-menu-submenu-disabled
|
|
9902
|
-
> .ant-menu-submenu-title
|
|
9903
|
-
> .ant-menu-submenu-arrow::before,
|
|
9213
|
+
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
|
|
9904
9214
|
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
|
|
9905
|
-
.ant-menu-dark
|
|
9906
|
-
.ant-menu-submenu-disabled
|
|
9907
|
-
> .ant-menu-submenu-title
|
|
9908
|
-
> .ant-menu-submenu-arrow::after {
|
|
9215
|
+
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
|
|
9909
9216
|
background: rgba(255, 255, 255, 0.35) !important;
|
|
9910
9217
|
}
|
|
9911
9218
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
@@ -9920,22 +9227,22 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
9920
9227
|
min-width: 100px;
|
|
9921
9228
|
max-width: 300px;
|
|
9922
9229
|
}
|
|
9923
|
-
[class*=
|
|
9230
|
+
[class*=tnt-handle-icon] a {
|
|
9924
9231
|
display: block;
|
|
9925
9232
|
overflow: hidden;
|
|
9926
9233
|
white-space: nowrap;
|
|
9927
9234
|
text-overflow: ellipsis;
|
|
9928
9235
|
color: #17233d;
|
|
9929
9236
|
}
|
|
9930
|
-
[class*=
|
|
9237
|
+
[class*=tnt-handle-icon] > *:hover {
|
|
9931
9238
|
color: #126bfb;
|
|
9932
9239
|
}
|
|
9933
|
-
[class*=
|
|
9934
|
-
[class*=
|
|
9240
|
+
[class*=tnt-handle-icon] > *:hover .icon-disabled,
|
|
9241
|
+
[class*=tnt-handle-icon] > *:hover .disabled {
|
|
9935
9242
|
color: #babdc5;
|
|
9936
9243
|
}
|
|
9937
|
-
[class*=
|
|
9938
|
-
[class*=
|
|
9244
|
+
[class*=tnt-handle-icon] .icon-disabled,
|
|
9245
|
+
[class*=tnt-handle-icon] .disabled {
|
|
9939
9246
|
cursor: not-allowed;
|
|
9940
9247
|
pointer-events: auto;
|
|
9941
9248
|
color: #babdc5;
|
|
@@ -10334,14 +9641,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
10334
9641
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
|
|
10335
9642
|
display: none;
|
|
10336
9643
|
}
|
|
10337
|
-
.ant-collapse
|
|
10338
|
-
> .ant-collapse-item
|
|
10339
|
-
> .ant-collapse-header
|
|
10340
|
-
.ant-collapse-arrow
|
|
10341
|
-
.ant-collapse
|
|
10342
|
-
> .ant-collapse-item
|
|
10343
|
-
> .ant-collapse-header
|
|
10344
|
-
.ant-collapse-arrow-icon {
|
|
9644
|
+
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
|
|
10345
9645
|
display: block;
|
|
10346
9646
|
}
|
|
10347
9647
|
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
@@ -10447,3 +9747,4 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
10447
9747
|
/* stylelint-disable no-duplicate-selectors */
|
|
10448
9748
|
/* stylelint-disable */
|
|
10449
9749
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
9750
|
+
|