@delon/theme 20.1.1 → 21.0.0

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/compact.css CHANGED
@@ -33,9 +33,6 @@ html {
33
33
  -ms-overflow-style: scrollbar;
34
34
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
35
35
  }
36
- @-ms-viewport {
37
- width: device-width;
38
- }
39
36
  body {
40
37
  margin: 0;
41
38
  color: rgba(0, 0, 0, 0.85);
@@ -295,10 +292,6 @@ template {
295
292
  [hidden] {
296
293
  display: none !important;
297
294
  }
298
- mark {
299
- padding: 0.2em;
300
- background-color: #feffe6;
301
- }
302
295
  ::selection {
303
296
  color: #fff;
304
297
  background: #1890ff;
@@ -370,72 +363,6 @@ mark {
370
363
  display: inline-block;
371
364
  animation: loadingCircle 1s infinite linear;
372
365
  }
373
- .ant-fade-enter,
374
- .ant-fade-appear {
375
- animation-duration: 0.2s;
376
- animation-fill-mode: both;
377
- animation-play-state: paused;
378
- }
379
- .ant-fade-leave {
380
- animation-duration: 0.2s;
381
- animation-fill-mode: both;
382
- animation-play-state: paused;
383
- }
384
- .ant-fade-enter.ant-fade-enter-active,
385
- .ant-fade-appear.ant-fade-appear-active {
386
- animation-name: antFadeIn;
387
- animation-play-state: running;
388
- }
389
- .ant-fade-leave.ant-fade-leave-active {
390
- animation-name: antFadeOut;
391
- animation-play-state: running;
392
- pointer-events: none;
393
- }
394
- .ant-fade-enter,
395
- .ant-fade-appear {
396
- animation-duration: 0.2s;
397
- animation-fill-mode: both;
398
- animation-play-state: paused;
399
- }
400
- .ant-fade-leave {
401
- animation-duration: 0.2s;
402
- animation-fill-mode: both;
403
- animation-play-state: paused;
404
- }
405
- .ant-fade-enter.ant-fade-enter-active,
406
- .ant-fade-appear.ant-fade-appear-active {
407
- animation-name: antFadeIn;
408
- animation-play-state: running;
409
- }
410
- .ant-fade-leave.ant-fade-leave-active {
411
- animation-name: antFadeOut;
412
- animation-play-state: running;
413
- pointer-events: none;
414
- }
415
- .ant-fade-enter,
416
- .ant-fade-appear {
417
- opacity: 0;
418
- animation-timing-function: linear;
419
- }
420
- .ant-fade-leave {
421
- animation-timing-function: linear;
422
- }
423
- @keyframes antFadeIn {
424
- 0% {
425
- opacity: 0;
426
- }
427
- 100% {
428
- opacity: 1;
429
- }
430
- }
431
- @keyframes antFadeOut {
432
- 0% {
433
- opacity: 1;
434
- }
435
- 100% {
436
- opacity: 0;
437
- }
438
- }
439
366
  .ant-move-up-enter,
440
367
  .ant-move-up-appear {
441
368
  animation-duration: 0.2s;
@@ -1077,517 +1004,6 @@ html {
1077
1004
  opacity: 0;
1078
1005
  }
1079
1006
  }
1080
- .ant-zoom-enter,
1081
- .ant-zoom-appear {
1082
- animation-duration: 0.2s;
1083
- animation-fill-mode: both;
1084
- animation-play-state: paused;
1085
- }
1086
- .ant-zoom-leave {
1087
- animation-duration: 0.2s;
1088
- animation-fill-mode: both;
1089
- animation-play-state: paused;
1090
- }
1091
- .ant-zoom-enter.ant-zoom-enter-active,
1092
- .ant-zoom-appear.ant-zoom-appear-active {
1093
- animation-name: antZoomIn;
1094
- animation-play-state: running;
1095
- }
1096
- .ant-zoom-leave.ant-zoom-leave-active {
1097
- animation-name: antZoomOut;
1098
- animation-play-state: running;
1099
- pointer-events: none;
1100
- }
1101
- .ant-zoom-enter,
1102
- .ant-zoom-appear {
1103
- animation-duration: 0.2s;
1104
- animation-fill-mode: both;
1105
- animation-play-state: paused;
1106
- }
1107
- .ant-zoom-leave {
1108
- animation-duration: 0.2s;
1109
- animation-fill-mode: both;
1110
- animation-play-state: paused;
1111
- }
1112
- .ant-zoom-enter.ant-zoom-enter-active,
1113
- .ant-zoom-appear.ant-zoom-appear-active {
1114
- animation-name: antZoomIn;
1115
- animation-play-state: running;
1116
- }
1117
- .ant-zoom-leave.ant-zoom-leave-active {
1118
- animation-name: antZoomOut;
1119
- animation-play-state: running;
1120
- pointer-events: none;
1121
- }
1122
- .ant-zoom-enter,
1123
- .ant-zoom-appear {
1124
- transform: scale(0);
1125
- opacity: 0;
1126
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1127
- }
1128
- .ant-zoom-enter-prepare,
1129
- .ant-zoom-appear-prepare {
1130
- transform: none;
1131
- }
1132
- .ant-zoom-leave {
1133
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1134
- }
1135
- .ant-zoom-big-enter,
1136
- .ant-zoom-big-appear {
1137
- animation-duration: 0.2s;
1138
- animation-fill-mode: both;
1139
- animation-play-state: paused;
1140
- }
1141
- .ant-zoom-big-leave {
1142
- animation-duration: 0.2s;
1143
- animation-fill-mode: both;
1144
- animation-play-state: paused;
1145
- }
1146
- .ant-zoom-big-enter.ant-zoom-big-enter-active,
1147
- .ant-zoom-big-appear.ant-zoom-big-appear-active {
1148
- animation-name: antZoomBigIn;
1149
- animation-play-state: running;
1150
- }
1151
- .ant-zoom-big-leave.ant-zoom-big-leave-active {
1152
- animation-name: antZoomBigOut;
1153
- animation-play-state: running;
1154
- pointer-events: none;
1155
- }
1156
- .ant-zoom-big-enter,
1157
- .ant-zoom-big-appear {
1158
- animation-duration: 0.2s;
1159
- animation-fill-mode: both;
1160
- animation-play-state: paused;
1161
- }
1162
- .ant-zoom-big-leave {
1163
- animation-duration: 0.2s;
1164
- animation-fill-mode: both;
1165
- animation-play-state: paused;
1166
- }
1167
- .ant-zoom-big-enter.ant-zoom-big-enter-active,
1168
- .ant-zoom-big-appear.ant-zoom-big-appear-active {
1169
- animation-name: antZoomBigIn;
1170
- animation-play-state: running;
1171
- }
1172
- .ant-zoom-big-leave.ant-zoom-big-leave-active {
1173
- animation-name: antZoomBigOut;
1174
- animation-play-state: running;
1175
- pointer-events: none;
1176
- }
1177
- .ant-zoom-big-enter,
1178
- .ant-zoom-big-appear {
1179
- transform: scale(0);
1180
- opacity: 0;
1181
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1182
- }
1183
- .ant-zoom-big-enter-prepare,
1184
- .ant-zoom-big-appear-prepare {
1185
- transform: none;
1186
- }
1187
- .ant-zoom-big-leave {
1188
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1189
- }
1190
- .ant-zoom-big-fast-enter,
1191
- .ant-zoom-big-fast-appear {
1192
- animation-duration: 0.1s;
1193
- animation-fill-mode: both;
1194
- animation-play-state: paused;
1195
- }
1196
- .ant-zoom-big-fast-leave {
1197
- animation-duration: 0.1s;
1198
- animation-fill-mode: both;
1199
- animation-play-state: paused;
1200
- }
1201
- .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
1202
- .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
1203
- animation-name: antZoomBigIn;
1204
- animation-play-state: running;
1205
- }
1206
- .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
1207
- animation-name: antZoomBigOut;
1208
- animation-play-state: running;
1209
- pointer-events: none;
1210
- }
1211
- .ant-zoom-big-fast-enter,
1212
- .ant-zoom-big-fast-appear {
1213
- animation-duration: 0.1s;
1214
- animation-fill-mode: both;
1215
- animation-play-state: paused;
1216
- }
1217
- .ant-zoom-big-fast-leave {
1218
- animation-duration: 0.1s;
1219
- animation-fill-mode: both;
1220
- animation-play-state: paused;
1221
- }
1222
- .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
1223
- .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
1224
- animation-name: antZoomBigIn;
1225
- animation-play-state: running;
1226
- }
1227
- .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
1228
- animation-name: antZoomBigOut;
1229
- animation-play-state: running;
1230
- pointer-events: none;
1231
- }
1232
- .ant-zoom-big-fast-enter,
1233
- .ant-zoom-big-fast-appear {
1234
- transform: scale(0);
1235
- opacity: 0;
1236
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1237
- }
1238
- .ant-zoom-big-fast-enter-prepare,
1239
- .ant-zoom-big-fast-appear-prepare {
1240
- transform: none;
1241
- }
1242
- .ant-zoom-big-fast-leave {
1243
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1244
- }
1245
- .ant-zoom-up-enter,
1246
- .ant-zoom-up-appear {
1247
- animation-duration: 0.2s;
1248
- animation-fill-mode: both;
1249
- animation-play-state: paused;
1250
- }
1251
- .ant-zoom-up-leave {
1252
- animation-duration: 0.2s;
1253
- animation-fill-mode: both;
1254
- animation-play-state: paused;
1255
- }
1256
- .ant-zoom-up-enter.ant-zoom-up-enter-active,
1257
- .ant-zoom-up-appear.ant-zoom-up-appear-active {
1258
- animation-name: antZoomUpIn;
1259
- animation-play-state: running;
1260
- }
1261
- .ant-zoom-up-leave.ant-zoom-up-leave-active {
1262
- animation-name: antZoomUpOut;
1263
- animation-play-state: running;
1264
- pointer-events: none;
1265
- }
1266
- .ant-zoom-up-enter,
1267
- .ant-zoom-up-appear {
1268
- animation-duration: 0.2s;
1269
- animation-fill-mode: both;
1270
- animation-play-state: paused;
1271
- }
1272
- .ant-zoom-up-leave {
1273
- animation-duration: 0.2s;
1274
- animation-fill-mode: both;
1275
- animation-play-state: paused;
1276
- }
1277
- .ant-zoom-up-enter.ant-zoom-up-enter-active,
1278
- .ant-zoom-up-appear.ant-zoom-up-appear-active {
1279
- animation-name: antZoomUpIn;
1280
- animation-play-state: running;
1281
- }
1282
- .ant-zoom-up-leave.ant-zoom-up-leave-active {
1283
- animation-name: antZoomUpOut;
1284
- animation-play-state: running;
1285
- pointer-events: none;
1286
- }
1287
- .ant-zoom-up-enter,
1288
- .ant-zoom-up-appear {
1289
- transform: scale(0);
1290
- opacity: 0;
1291
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1292
- }
1293
- .ant-zoom-up-enter-prepare,
1294
- .ant-zoom-up-appear-prepare {
1295
- transform: none;
1296
- }
1297
- .ant-zoom-up-leave {
1298
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1299
- }
1300
- .ant-zoom-down-enter,
1301
- .ant-zoom-down-appear {
1302
- animation-duration: 0.2s;
1303
- animation-fill-mode: both;
1304
- animation-play-state: paused;
1305
- }
1306
- .ant-zoom-down-leave {
1307
- animation-duration: 0.2s;
1308
- animation-fill-mode: both;
1309
- animation-play-state: paused;
1310
- }
1311
- .ant-zoom-down-enter.ant-zoom-down-enter-active,
1312
- .ant-zoom-down-appear.ant-zoom-down-appear-active {
1313
- animation-name: antZoomDownIn;
1314
- animation-play-state: running;
1315
- }
1316
- .ant-zoom-down-leave.ant-zoom-down-leave-active {
1317
- animation-name: antZoomDownOut;
1318
- animation-play-state: running;
1319
- pointer-events: none;
1320
- }
1321
- .ant-zoom-down-enter,
1322
- .ant-zoom-down-appear {
1323
- animation-duration: 0.2s;
1324
- animation-fill-mode: both;
1325
- animation-play-state: paused;
1326
- }
1327
- .ant-zoom-down-leave {
1328
- animation-duration: 0.2s;
1329
- animation-fill-mode: both;
1330
- animation-play-state: paused;
1331
- }
1332
- .ant-zoom-down-enter.ant-zoom-down-enter-active,
1333
- .ant-zoom-down-appear.ant-zoom-down-appear-active {
1334
- animation-name: antZoomDownIn;
1335
- animation-play-state: running;
1336
- }
1337
- .ant-zoom-down-leave.ant-zoom-down-leave-active {
1338
- animation-name: antZoomDownOut;
1339
- animation-play-state: running;
1340
- pointer-events: none;
1341
- }
1342
- .ant-zoom-down-enter,
1343
- .ant-zoom-down-appear {
1344
- transform: scale(0);
1345
- opacity: 0;
1346
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1347
- }
1348
- .ant-zoom-down-enter-prepare,
1349
- .ant-zoom-down-appear-prepare {
1350
- transform: none;
1351
- }
1352
- .ant-zoom-down-leave {
1353
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1354
- }
1355
- .ant-zoom-left-enter,
1356
- .ant-zoom-left-appear {
1357
- animation-duration: 0.2s;
1358
- animation-fill-mode: both;
1359
- animation-play-state: paused;
1360
- }
1361
- .ant-zoom-left-leave {
1362
- animation-duration: 0.2s;
1363
- animation-fill-mode: both;
1364
- animation-play-state: paused;
1365
- }
1366
- .ant-zoom-left-enter.ant-zoom-left-enter-active,
1367
- .ant-zoom-left-appear.ant-zoom-left-appear-active {
1368
- animation-name: antZoomLeftIn;
1369
- animation-play-state: running;
1370
- }
1371
- .ant-zoom-left-leave.ant-zoom-left-leave-active {
1372
- animation-name: antZoomLeftOut;
1373
- animation-play-state: running;
1374
- pointer-events: none;
1375
- }
1376
- .ant-zoom-left-enter,
1377
- .ant-zoom-left-appear {
1378
- animation-duration: 0.2s;
1379
- animation-fill-mode: both;
1380
- animation-play-state: paused;
1381
- }
1382
- .ant-zoom-left-leave {
1383
- animation-duration: 0.2s;
1384
- animation-fill-mode: both;
1385
- animation-play-state: paused;
1386
- }
1387
- .ant-zoom-left-enter.ant-zoom-left-enter-active,
1388
- .ant-zoom-left-appear.ant-zoom-left-appear-active {
1389
- animation-name: antZoomLeftIn;
1390
- animation-play-state: running;
1391
- }
1392
- .ant-zoom-left-leave.ant-zoom-left-leave-active {
1393
- animation-name: antZoomLeftOut;
1394
- animation-play-state: running;
1395
- pointer-events: none;
1396
- }
1397
- .ant-zoom-left-enter,
1398
- .ant-zoom-left-appear {
1399
- transform: scale(0);
1400
- opacity: 0;
1401
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1402
- }
1403
- .ant-zoom-left-enter-prepare,
1404
- .ant-zoom-left-appear-prepare {
1405
- transform: none;
1406
- }
1407
- .ant-zoom-left-leave {
1408
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1409
- }
1410
- .ant-zoom-right-enter,
1411
- .ant-zoom-right-appear {
1412
- animation-duration: 0.2s;
1413
- animation-fill-mode: both;
1414
- animation-play-state: paused;
1415
- }
1416
- .ant-zoom-right-leave {
1417
- animation-duration: 0.2s;
1418
- animation-fill-mode: both;
1419
- animation-play-state: paused;
1420
- }
1421
- .ant-zoom-right-enter.ant-zoom-right-enter-active,
1422
- .ant-zoom-right-appear.ant-zoom-right-appear-active {
1423
- animation-name: antZoomRightIn;
1424
- animation-play-state: running;
1425
- }
1426
- .ant-zoom-right-leave.ant-zoom-right-leave-active {
1427
- animation-name: antZoomRightOut;
1428
- animation-play-state: running;
1429
- pointer-events: none;
1430
- }
1431
- .ant-zoom-right-enter,
1432
- .ant-zoom-right-appear {
1433
- animation-duration: 0.2s;
1434
- animation-fill-mode: both;
1435
- animation-play-state: paused;
1436
- }
1437
- .ant-zoom-right-leave {
1438
- animation-duration: 0.2s;
1439
- animation-fill-mode: both;
1440
- animation-play-state: paused;
1441
- }
1442
- .ant-zoom-right-enter.ant-zoom-right-enter-active,
1443
- .ant-zoom-right-appear.ant-zoom-right-appear-active {
1444
- animation-name: antZoomRightIn;
1445
- animation-play-state: running;
1446
- }
1447
- .ant-zoom-right-leave.ant-zoom-right-leave-active {
1448
- animation-name: antZoomRightOut;
1449
- animation-play-state: running;
1450
- pointer-events: none;
1451
- }
1452
- .ant-zoom-right-enter,
1453
- .ant-zoom-right-appear {
1454
- transform: scale(0);
1455
- opacity: 0;
1456
- animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
1457
- }
1458
- .ant-zoom-right-enter-prepare,
1459
- .ant-zoom-right-appear-prepare {
1460
- transform: none;
1461
- }
1462
- .ant-zoom-right-leave {
1463
- animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
1464
- }
1465
- @keyframes antZoomIn {
1466
- 0% {
1467
- transform: scale(0.2);
1468
- opacity: 0;
1469
- }
1470
- 100% {
1471
- transform: scale(1);
1472
- opacity: 1;
1473
- }
1474
- }
1475
- @keyframes antZoomOut {
1476
- 0% {
1477
- transform: scale(1);
1478
- }
1479
- 100% {
1480
- transform: scale(0.2);
1481
- opacity: 0;
1482
- }
1483
- }
1484
- @keyframes antZoomBigIn {
1485
- 0% {
1486
- transform: scale(0.8);
1487
- opacity: 0;
1488
- }
1489
- 100% {
1490
- transform: scale(1);
1491
- opacity: 1;
1492
- }
1493
- }
1494
- @keyframes antZoomBigOut {
1495
- 0% {
1496
- transform: scale(1);
1497
- }
1498
- 100% {
1499
- transform: scale(0.8);
1500
- opacity: 0;
1501
- }
1502
- }
1503
- @keyframes antZoomUpIn {
1504
- 0% {
1505
- transform: scale(0.8);
1506
- transform-origin: 50% 0%;
1507
- opacity: 0;
1508
- }
1509
- 100% {
1510
- transform: scale(1);
1511
- transform-origin: 50% 0%;
1512
- }
1513
- }
1514
- @keyframes antZoomUpOut {
1515
- 0% {
1516
- transform: scale(1);
1517
- transform-origin: 50% 0%;
1518
- }
1519
- 100% {
1520
- transform: scale(0.8);
1521
- transform-origin: 50% 0%;
1522
- opacity: 0;
1523
- }
1524
- }
1525
- @keyframes antZoomLeftIn {
1526
- 0% {
1527
- transform: scale(0.8);
1528
- transform-origin: 0% 50%;
1529
- opacity: 0;
1530
- }
1531
- 100% {
1532
- transform: scale(1);
1533
- transform-origin: 0% 50%;
1534
- }
1535
- }
1536
- @keyframes antZoomLeftOut {
1537
- 0% {
1538
- transform: scale(1);
1539
- transform-origin: 0% 50%;
1540
- }
1541
- 100% {
1542
- transform: scale(0.8);
1543
- transform-origin: 0% 50%;
1544
- opacity: 0;
1545
- }
1546
- }
1547
- @keyframes antZoomRightIn {
1548
- 0% {
1549
- transform: scale(0.8);
1550
- transform-origin: 100% 50%;
1551
- opacity: 0;
1552
- }
1553
- 100% {
1554
- transform: scale(1);
1555
- transform-origin: 100% 50%;
1556
- }
1557
- }
1558
- @keyframes antZoomRightOut {
1559
- 0% {
1560
- transform: scale(1);
1561
- transform-origin: 100% 50%;
1562
- }
1563
- 100% {
1564
- transform: scale(0.8);
1565
- transform-origin: 100% 50%;
1566
- opacity: 0;
1567
- }
1568
- }
1569
- @keyframes antZoomDownIn {
1570
- 0% {
1571
- transform: scale(0.8);
1572
- transform-origin: 50% 100%;
1573
- opacity: 0;
1574
- }
1575
- 100% {
1576
- transform: scale(1);
1577
- transform-origin: 50% 100%;
1578
- }
1579
- }
1580
- @keyframes antZoomDownOut {
1581
- 0% {
1582
- transform: scale(1);
1583
- transform-origin: 50% 100%;
1584
- }
1585
- 100% {
1586
- transform: scale(0.8);
1587
- transform-origin: 50% 100%;
1588
- opacity: 0;
1589
- }
1590
- }
1591
1007
  .ant-motion-collapse-legacy {
1592
1008
  overflow: hidden;
1593
1009
  }
@@ -1748,6 +1164,18 @@ html {
1748
1164
  .nz-animate-disabled.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
1749
1165
  transition: none;
1750
1166
  }
1167
+ .nz-animate-disabled.ant-tooltip,
1168
+ .nz-animate-disabled.ant-popover {
1169
+ animation: none;
1170
+ }
1171
+ .ant-tooltip.ant-zoom-big-fast-enter .ant-tooltip-arrow,
1172
+ .ant-tooltip.ant-zoom-big-fast-leave .ant-tooltip-arrow {
1173
+ will-change: transform;
1174
+ }
1175
+ .ant-popover.ant-zoom-big-enter .ant-popover-arrow,
1176
+ .ant-popover.ant-zoom-big-leave .ant-popover-arrow {
1177
+ will-change: transform;
1178
+ }
1751
1179
  /** antd: all components */
1752
1180
  .ant-affix {
1753
1181
  position: fixed;
@@ -2141,68 +1569,6 @@ nz-link {
2141
1569
  margin-right: 3px;
2142
1570
  margin-left: 0;
2143
1571
  }
2144
- .ant-back-top {
2145
- box-sizing: border-box;
2146
- margin: 0;
2147
- padding: 0;
2148
- color: rgba(0, 0, 0, 0.85);
2149
- font-size: 12px;
2150
- font-variant: tabular-nums;
2151
- line-height: 1.66667;
2152
- list-style: none;
2153
- font-feature-settings: 'tnum';
2154
- position: fixed;
2155
- right: 100px;
2156
- bottom: 50px;
2157
- z-index: 10;
2158
- width: 40px;
2159
- height: 40px;
2160
- cursor: pointer;
2161
- }
2162
- .ant-back-top:empty {
2163
- display: none;
2164
- }
2165
- .ant-back-top-rtl {
2166
- right: auto;
2167
- left: 100px;
2168
- direction: rtl;
2169
- }
2170
- .ant-back-top-content {
2171
- width: 40px;
2172
- height: 40px;
2173
- overflow: hidden;
2174
- color: #fff;
2175
- text-align: center;
2176
- background-color: rgba(0, 0, 0, 0.45);
2177
- border-radius: 20px;
2178
- transition: all 0.3s;
2179
- }
2180
- .ant-back-top-content:hover {
2181
- background-color: rgba(0, 0, 0, 0.85);
2182
- transition: all 0.3s;
2183
- }
2184
- .ant-back-top-icon {
2185
- font-size: 24px;
2186
- line-height: 40px;
2187
- }
2188
- @media screen and (max-width: 768px) {
2189
- .ant-back-top {
2190
- right: 60px;
2191
- }
2192
- .ant-back-top-rtl {
2193
- right: auto;
2194
- left: 60px;
2195
- }
2196
- }
2197
- @media screen and (max-width: 480px) {
2198
- .ant-back-top {
2199
- right: 20px;
2200
- }
2201
- .ant-back-top-rtl {
2202
- right: auto;
2203
- left: 20px;
2204
- }
2205
- }
2206
1572
  .ant-badge {
2207
1573
  box-sizing: border-box;
2208
1574
  margin: 0;
@@ -2245,7 +1611,7 @@ nz-link {
2245
1611
  border-radius: 7px;
2246
1612
  }
2247
1613
  .ant-badge-multiple-words {
2248
- padding: 0 8px;
1614
+ padding: 0 4px;
2249
1615
  }
2250
1616
  .ant-badge-dot {
2251
1617
  z-index: auto;
@@ -2353,7 +1719,7 @@ nz-link {
2353
1719
  background: #722ed1;
2354
1720
  }
2355
1721
  .ant-badge-status-text {
2356
- margin-left: 8px;
1722
+ margin-left: 4px;
2357
1723
  color: rgba(0, 0, 0, 0.85);
2358
1724
  font-size: 12px;
2359
1725
  }
@@ -2502,16 +1868,7 @@ nz-link {
2502
1868
  border: 4px solid;
2503
1869
  transform: scaleY(0.75);
2504
1870
  transform-origin: top;
2505
- }
2506
- .ant-ribbon-corner::after {
2507
- position: absolute;
2508
- top: -4px;
2509
- left: -4px;
2510
- width: inherit;
2511
- height: inherit;
2512
- color: rgba(0, 0, 0, 0.25);
2513
- border: inherit;
2514
- content: '';
1871
+ filter: brightness(75%);
2515
1872
  }
2516
1873
  .ant-ribbon-color-pink {
2517
1874
  color: #eb2f96;
@@ -2600,7 +1957,7 @@ nz-link {
2600
1957
  transform-origin: 0% 0%;
2601
1958
  }
2602
1959
  .ant-badge-rtl .ant-badge-status-text {
2603
- margin-right: 8px;
1960
+ margin-right: 4px;
2604
1961
  margin-left: 0;
2605
1962
  }
2606
1963
  .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
@@ -6266,48 +5623,48 @@ nz-comment-content {
6266
5623
  color: rgba(0, 0, 0, 0.25);
6267
5624
  }
6268
5625
  .ant-picker.ant-picker-borderless {
6269
- background-color: transparent !important;
6270
- border-color: transparent !important;
6271
- box-shadow: none !important;
5626
+ background-color: transparent;
5627
+ border-color: transparent;
5628
+ box-shadow: none;
6272
5629
  }
6273
5630
  .ant-picker.ant-picker-filled {
6274
- background-color: #f5f5f5 !important;
6275
- border-color: transparent !important;
6276
- box-shadow: none !important;
5631
+ background-color: #f5f5f5;
5632
+ border-color: transparent;
5633
+ box-shadow: none;
6277
5634
  }
6278
5635
  .ant-picker.ant-picker-filled:hover {
6279
- background-color: #f0f0f0 !important;
6280
- border-color: transparent !important;
6281
- box-shadow: none !important;
5636
+ background-color: #f0f0f0;
5637
+ border-color: transparent;
5638
+ box-shadow: none;
6282
5639
  }
6283
5640
  .ant-picker.ant-picker-filled:focus,
6284
5641
  .ant-picker.ant-picker-filled.ant-picker-focused {
6285
- border-color: #40a9ff !important;
6286
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
6287
- border-right-width: 1px !important;
6288
- outline: 0 !important;
6289
- background-color: transparent !important;
6290
- box-shadow: none !important;
5642
+ border-color: #40a9ff;
5643
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
5644
+ border-right-width: 1px;
5645
+ outline: 0;
5646
+ background-color: transparent;
5647
+ box-shadow: none;
6291
5648
  }
6292
5649
  .ant-input-rtl .ant-picker.ant-picker-filled:focus,
6293
5650
  .ant-input-rtl .ant-picker.ant-picker-filled.ant-picker-focused {
6294
- border-right-width: 0 !important;
5651
+ border-right-width: 0;
6295
5652
  border-left-width: 1px !important;
6296
5653
  }
6297
5654
  .ant-picker.ant-picker-filled.ant-picker-disabled,
6298
5655
  .ant-picker.ant-picker-filled.ant-picker[disabled] {
6299
- background-color: #f5f5f5 !important;
6300
- border-color: #d9d9d9 !important;
6301
- box-shadow: none !important;
6302
- cursor: not-allowed !important;
6303
- opacity: 1 !important;
6304
- pointer-events: none !important;
6305
- color: rgba(0, 0, 0, 0.25) !important;
5656
+ background-color: #f5f5f5;
5657
+ border-color: #d9d9d9;
5658
+ box-shadow: none;
5659
+ cursor: not-allowed;
5660
+ opacity: 1;
5661
+ pointer-events: none;
5662
+ color: rgba(0, 0, 0, 0.25);
6306
5663
  }
6307
5664
  .ant-picker.ant-picker-filled.ant-picker-disabled:hover,
6308
5665
  .ant-picker.ant-picker-filled.ant-picker[disabled]:hover {
6309
- border-color: #d9d9d9 !important;
6310
- border-right-width: 1px !important;
5666
+ border-color: #d9d9d9;
5667
+ border-right-width: 1px;
6311
5668
  }
6312
5669
  .ant-picker.ant-picker-underlined,
6313
5670
  .ant-picker.ant-picker-underlined:hover,
@@ -6315,10 +5672,13 @@ nz-comment-content {
6315
5672
  .ant-picker.ant-picker-underlined.ant-picker-focused,
6316
5673
  .ant-picker.ant-picker-underlined.ant-picker-disabled,
6317
5674
  .ant-picker.ant-picker-underlined.ant-picker[disabled] {
6318
- background-color: transparent !important;
6319
- border-width: 0 0 1px !important;
6320
- border-radius: 0 !important;
6321
- box-shadow: none !important;
5675
+ background-color: transparent;
5676
+ border-width: 0 0 1px;
5677
+ border-radius: 0;
5678
+ box-shadow: none;
5679
+ }
5680
+ .ant-picker.ant-picker-underlined:hover:not(.ant-picker-focused):not(:focus) {
5681
+ border-color: #d9d9d9;
6322
5682
  }
6323
5683
  .ant-picker-input {
6324
5684
  position: relative;
@@ -6407,67 +5767,66 @@ nz-comment-content {
6407
5767
  border-color: #d9d9d9;
6408
5768
  border-right-width: 1px;
6409
5769
  }
6410
- .ant-picker-input > input-borderless.ant-picker-input > input,
6411
- .ant-picker-input > input-borderless.ant-picker-input > input:hover,
6412
- .ant-picker-input > input-borderless.ant-picker-input > input:focus,
6413
- .ant-picker-input > input-borderless.ant-picker-input > input-focused,
6414
- .ant-picker-input > input-borderless.ant-picker-input > input-disabled,
6415
- .ant-picker-input > input-borderless.ant-picker-input > input[disabled] {
6416
- background-color: transparent !important;
6417
- border: none !important;
6418
- box-shadow: none !important;
5770
+ .ant-picker-input > input.ant-picker-input > input-borderless,
5771
+ .ant-picker-input > input.ant-picker-input > input-borderless:hover,
5772
+ .ant-picker-input > input.ant-picker-input > input-borderless:focus,
5773
+ .ant-picker-input > input.ant-picker-input > input-borderless.ant-picker-input > input-focused,
5774
+ .ant-picker-input > input.ant-picker-input > input-borderless.ant-picker-input > input-disabled,
5775
+ .ant-picker-input > input.ant-picker-input > input-borderless.ant-picker-input > input[disabled] {
5776
+ background-color: transparent;
5777
+ border: none;
5778
+ box-shadow: none;
6419
5779
  }
6420
- .ant-picker-input > input-filled {
6421
- background-color: #f5f5f5 !important;
5780
+ .ant-picker-input > input.ant-picker-input > input-filled {
5781
+ background-color: #f5f5f5;
6422
5782
  border-color: transparent;
6423
- box-shadow: none !important;
5783
+ box-shadow: none;
6424
5784
  }
6425
- .ant-picker-input > input-filled:hover.ant-picker-input > input:not(.ant-picker-input > input-focused) {
6426
- background-color: #f0f0f0 !important;
6427
- border-color: transparent !important;
5785
+ .ant-picker-input > input.ant-picker-input > input-filled:hover {
5786
+ background-color: #f0f0f0;
6428
5787
  }
6429
- .ant-picker-input > input-filled:focus,
6430
- .ant-picker-input > input-filled.ant-picker-input > input-focused {
5788
+ .ant-picker-input > input.ant-picker-input > input-filled:focus,
5789
+ .ant-picker-input > input.ant-picker-input > input-filled.ant-picker-input > input-focused {
6431
5790
  border-color: #40a9ff;
6432
5791
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
6433
5792
  border-right-width: 1px;
6434
5793
  outline: 0;
6435
- background-color: transparent !important;
6436
- box-shadow: none !important;
5794
+ background-color: transparent;
5795
+ box-shadow: none;
6437
5796
  }
6438
- .ant-input-rtl .ant-picker-input > input-filled:focus,
6439
- .ant-input-rtl .ant-picker-input > input-filled.ant-picker-input > input-focused {
5797
+ .ant-input-rtl .ant-picker-input > input.ant-picker-input > input-filled:focus,
5798
+ .ant-input-rtl .ant-picker-input > input.ant-picker-input > input-filled.ant-picker-input > input-focused {
6440
5799
  border-right-width: 0;
6441
5800
  border-left-width: 1px !important;
6442
5801
  }
6443
- .ant-picker-input > input-filled.ant-picker-input > input-disabled,
6444
- .ant-picker-input > input-filled.ant-picker-input > input[disabled] {
6445
- background-color: #f5f5f5 !important;
6446
- border-color: #d9d9d9 !important;
6447
- box-shadow: none !important;
6448
- cursor: not-allowed !important;
6449
- opacity: 1 !important;
6450
- pointer-events: none !important;
6451
- color: rgba(0, 0, 0, 0.25) !important;
5802
+ .ant-picker-input > input.ant-picker-input > input-filled.ant-picker-input > input-disabled,
5803
+ .ant-picker-input > input.ant-picker-input > input-filled.ant-picker-input > input[disabled] {
5804
+ background-color: #f5f5f5;
5805
+ border-color: #d9d9d9;
5806
+ box-shadow: none;
5807
+ cursor: not-allowed;
5808
+ opacity: 1;
5809
+ pointer-events: none;
5810
+ color: rgba(0, 0, 0, 0.25);
6452
5811
  }
6453
- .ant-picker-input > input-filled.ant-picker-input > input-disabled:hover,
6454
- .ant-picker-input > input-filled.ant-picker-input > input[disabled]:hover {
6455
- border-color: #d9d9d9 !important;
6456
- border-right-width: 1px !important;
6457
- }
6458
- .ant-picker-input > input-underlined.ant-picker-input > input,
6459
- .ant-picker-input > input-underlined:hover,
6460
- .ant-picker-input > input-underlined:focus,
6461
- .ant-picker-input > input-underlined.ant-picker-input > input-focused,
6462
- .ant-picker-input > input-underlined.ant-picker-input > input-disabled,
6463
- .ant-picker-input > input-underlined.ant-picker-input > input[disabled] {
6464
- background-color: transparent !important;
6465
- border-width: 0 0 1px !important;
6466
- border-radius: 0 !important;
6467
- box-shadow: none !important;
5812
+ .ant-picker-input > input.ant-picker-input > input-filled.ant-picker-input > input-disabled:hover,
5813
+ .ant-picker-input > input.ant-picker-input > input-filled.ant-picker-input > input[disabled]:hover {
5814
+ border-color: #d9d9d9;
5815
+ border-right-width: 1px;
6468
5816
  }
6469
- .ant-picker-input > input-underlined:hover.ant-picker-input > input:not(.ant-picker-input > input-focused) {
6470
- border-color: #d9d9d9 !important;
5817
+ .ant-picker-input > input.ant-picker-input > input-underlined,
5818
+ .ant-picker-input > input.ant-picker-input > input-underlined:hover,
5819
+ .ant-picker-input > input.ant-picker-input > input-underlined:focus,
5820
+ .ant-picker-input > input.ant-picker-input > input-underlined.ant-picker-input > input-focused,
5821
+ .ant-picker-input > input.ant-picker-input > input-underlined.ant-picker-input > input-disabled,
5822
+ .ant-picker-input > input.ant-picker-input > input-underlined.ant-picker-input > input[disabled] {
5823
+ background-color: transparent;
5824
+ border-width: 0 0 1px;
5825
+ border-radius: 0;
5826
+ box-shadow: none;
5827
+ }
5828
+ .ant-picker-input > input.ant-picker-input > input-underlined:hover:not(.ant-picker-input > input-focused):not(:focus) {
5829
+ border-color: #d9d9d9;
6471
5830
  }
6472
5831
  textarea.ant-picker-input > input {
6473
5832
  max-width: 100%;
@@ -7847,10 +7206,7 @@ nz-descriptions {
7847
7206
  }
7848
7207
  .ant-drawer {
7849
7208
  position: fixed;
7850
- top: 0;
7851
- right: 0;
7852
- bottom: 0;
7853
- left: 0;
7209
+ inset: 0;
7854
7210
  z-index: 1000;
7855
7211
  pointer-events: none;
7856
7212
  }
@@ -7859,10 +7215,7 @@ nz-descriptions {
7859
7215
  }
7860
7216
  .ant-drawer-mask {
7861
7217
  position: absolute;
7862
- top: 0;
7863
- right: 0;
7864
- bottom: 0;
7865
- left: 0;
7218
+ inset: 0;
7866
7219
  z-index: 1000;
7867
7220
  background: rgba(0, 0, 0, 0.45);
7868
7221
  pointer-events: auto;
@@ -8099,6 +7452,18 @@ nz-descriptions {
8099
7452
  .ant-drawer-panel-motion-bottom-leave-active {
8100
7453
  transform: translateY(100%);
8101
7454
  }
7455
+ .ant-drawer-mask-motion-enter {
7456
+ animation-name: antFadeIn;
7457
+ animation-duration: 0.3s;
7458
+ animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
7459
+ animation-fill-mode: both;
7460
+ }
7461
+ .ant-drawer-mask-motion-leave {
7462
+ animation-name: antFadeOut;
7463
+ animation-duration: 0.3s;
7464
+ animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
7465
+ animation-fill-mode: both;
7466
+ }
8102
7467
  .ant-drawer-rtl {
8103
7468
  direction: rtl;
8104
7469
  }
@@ -14109,67 +13474,66 @@ nz-empty {
14109
13474
  border-color: #d9d9d9;
14110
13475
  border-right-width: 1px;
14111
13476
  }
14112
- .ant-input-affix-wrapper-borderless.ant-input-affix-wrapper,
14113
- .ant-input-affix-wrapper-borderless.ant-input-affix-wrapper:hover,
14114
- .ant-input-affix-wrapper-borderless.ant-input-affix-wrapper:focus,
14115
- .ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-focused,
14116
- .ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-disabled,
14117
- .ant-input-affix-wrapper-borderless.ant-input-affix-wrapper[disabled] {
14118
- background-color: transparent !important;
14119
- border: none !important;
14120
- box-shadow: none !important;
13477
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-borderless,
13478
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-borderless:hover,
13479
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-borderless:focus,
13480
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-focused,
13481
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper-disabled,
13482
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-borderless.ant-input-affix-wrapper[disabled] {
13483
+ background-color: transparent;
13484
+ border: none;
13485
+ box-shadow: none;
14121
13486
  }
14122
- .ant-input-affix-wrapper-filled {
14123
- background-color: #f5f5f5 !important;
13487
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled {
13488
+ background-color: #f5f5f5;
14124
13489
  border-color: transparent;
14125
- box-shadow: none !important;
13490
+ box-shadow: none;
14126
13491
  }
14127
- .ant-input-affix-wrapper-filled:hover.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused) {
14128
- background-color: #f0f0f0 !important;
14129
- border-color: transparent !important;
13492
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled:hover {
13493
+ background-color: #f0f0f0;
14130
13494
  }
14131
- .ant-input-affix-wrapper-filled:focus,
14132
- .ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
13495
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled:focus,
13496
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
14133
13497
  border-color: #40a9ff;
14134
13498
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
14135
13499
  border-right-width: 1px;
14136
13500
  outline: 0;
14137
- background-color: transparent !important;
14138
- box-shadow: none !important;
13501
+ background-color: transparent;
13502
+ box-shadow: none;
14139
13503
  }
14140
- .ant-input-rtl .ant-input-affix-wrapper-filled:focus,
14141
- .ant-input-rtl .ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
13504
+ .ant-input-rtl .ant-input-affix-wrapper.ant-input-affix-wrapper-filled:focus,
13505
+ .ant-input-rtl .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-focused {
14142
13506
  border-right-width: 0;
14143
13507
  border-left-width: 1px !important;
14144
13508
  }
14145
- .ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled,
14146
- .ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled] {
14147
- background-color: #f5f5f5 !important;
14148
- border-color: #d9d9d9 !important;
14149
- box-shadow: none !important;
14150
- cursor: not-allowed !important;
14151
- opacity: 1 !important;
14152
- pointer-events: none !important;
14153
- color: rgba(0, 0, 0, 0.25) !important;
13509
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled,
13510
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled] {
13511
+ background-color: #f5f5f5;
13512
+ border-color: #d9d9d9;
13513
+ box-shadow: none;
13514
+ cursor: not-allowed;
13515
+ opacity: 1;
13516
+ pointer-events: none;
13517
+ color: rgba(0, 0, 0, 0.25);
14154
13518
  }
14155
- .ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled:hover,
14156
- .ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled]:hover {
14157
- border-color: #d9d9d9 !important;
14158
- border-right-width: 1px !important;
14159
- }
14160
- .ant-input-affix-wrapper-underlined.ant-input-affix-wrapper,
14161
- .ant-input-affix-wrapper-underlined:hover,
14162
- .ant-input-affix-wrapper-underlined:focus,
14163
- .ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-focused,
14164
- .ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-disabled,
14165
- .ant-input-affix-wrapper-underlined.ant-input-affix-wrapper[disabled] {
14166
- background-color: transparent !important;
14167
- border-width: 0 0 1px !important;
14168
- border-radius: 0 !important;
14169
- box-shadow: none !important;
13519
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper-disabled:hover,
13520
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-filled.ant-input-affix-wrapper[disabled]:hover {
13521
+ border-color: #d9d9d9;
13522
+ border-right-width: 1px;
14170
13523
  }
14171
- .ant-input-affix-wrapper-underlined:hover.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-focused) {
14172
- border-color: #d9d9d9 !important;
13524
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined,
13525
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined:hover,
13526
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined:focus,
13527
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-focused,
13528
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper-disabled,
13529
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined.ant-input-affix-wrapper[disabled] {
13530
+ background-color: transparent;
13531
+ border-width: 0 0 1px;
13532
+ border-radius: 0;
13533
+ box-shadow: none;
13534
+ }
13535
+ .ant-input-affix-wrapper.ant-input-affix-wrapper-underlined:hover:not(.ant-input-affix-wrapper-focused):not(:focus) {
13536
+ border-color: #d9d9d9;
14173
13537
  }
14174
13538
  textarea.ant-input-affix-wrapper {
14175
13539
  max-width: 100%;
@@ -14446,67 +13810,66 @@ textarea.ant-input-affix-wrapper {
14446
13810
  border-color: #d9d9d9;
14447
13811
  border-right-width: 1px;
14448
13812
  }
14449
- .ant-input-borderless.ant-input,
14450
- .ant-input-borderless.ant-input:hover,
14451
- .ant-input-borderless.ant-input:focus,
14452
- .ant-input-borderless.ant-input-focused,
14453
- .ant-input-borderless.ant-input-disabled,
14454
- .ant-input-borderless.ant-input[disabled] {
14455
- background-color: transparent !important;
14456
- border: none !important;
14457
- box-shadow: none !important;
13813
+ .ant-input.ant-input-borderless,
13814
+ .ant-input.ant-input-borderless:hover,
13815
+ .ant-input.ant-input-borderless:focus,
13816
+ .ant-input.ant-input-borderless.ant-input-focused,
13817
+ .ant-input.ant-input-borderless.ant-input-disabled,
13818
+ .ant-input.ant-input-borderless.ant-input[disabled] {
13819
+ background-color: transparent;
13820
+ border: none;
13821
+ box-shadow: none;
14458
13822
  }
14459
- .ant-input-filled {
14460
- background-color: #f5f5f5 !important;
13823
+ .ant-input.ant-input-filled {
13824
+ background-color: #f5f5f5;
14461
13825
  border-color: transparent;
14462
- box-shadow: none !important;
13826
+ box-shadow: none;
14463
13827
  }
14464
- .ant-input-filled:hover.ant-input:not(.ant-input-focused) {
14465
- background-color: #f0f0f0 !important;
14466
- border-color: transparent !important;
13828
+ .ant-input.ant-input-filled:hover {
13829
+ background-color: #f0f0f0;
14467
13830
  }
14468
- .ant-input-filled:focus,
14469
- .ant-input-filled.ant-input-focused {
13831
+ .ant-input.ant-input-filled:focus,
13832
+ .ant-input.ant-input-filled.ant-input-focused {
14470
13833
  border-color: #40a9ff;
14471
13834
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
14472
13835
  border-right-width: 1px;
14473
13836
  outline: 0;
14474
- background-color: transparent !important;
14475
- box-shadow: none !important;
13837
+ background-color: transparent;
13838
+ box-shadow: none;
14476
13839
  }
14477
- .ant-input-rtl .ant-input-filled:focus,
14478
- .ant-input-rtl .ant-input-filled.ant-input-focused {
13840
+ .ant-input-rtl .ant-input.ant-input-filled:focus,
13841
+ .ant-input-rtl .ant-input.ant-input-filled.ant-input-focused {
14479
13842
  border-right-width: 0;
14480
13843
  border-left-width: 1px !important;
14481
13844
  }
14482
- .ant-input-filled.ant-input-disabled,
14483
- .ant-input-filled.ant-input[disabled] {
14484
- background-color: #f5f5f5 !important;
14485
- border-color: #d9d9d9 !important;
14486
- box-shadow: none !important;
14487
- cursor: not-allowed !important;
14488
- opacity: 1 !important;
14489
- pointer-events: none !important;
14490
- color: rgba(0, 0, 0, 0.25) !important;
13845
+ .ant-input.ant-input-filled.ant-input-disabled,
13846
+ .ant-input.ant-input-filled.ant-input[disabled] {
13847
+ background-color: #f5f5f5;
13848
+ border-color: #d9d9d9;
13849
+ box-shadow: none;
13850
+ cursor: not-allowed;
13851
+ opacity: 1;
13852
+ pointer-events: none;
13853
+ color: rgba(0, 0, 0, 0.25);
14491
13854
  }
14492
- .ant-input-filled.ant-input-disabled:hover,
14493
- .ant-input-filled.ant-input[disabled]:hover {
14494
- border-color: #d9d9d9 !important;
14495
- border-right-width: 1px !important;
14496
- }
14497
- .ant-input-underlined.ant-input,
14498
- .ant-input-underlined:hover,
14499
- .ant-input-underlined:focus,
14500
- .ant-input-underlined.ant-input-focused,
14501
- .ant-input-underlined.ant-input-disabled,
14502
- .ant-input-underlined.ant-input[disabled] {
14503
- background-color: transparent !important;
14504
- border-width: 0 0 1px !important;
14505
- border-radius: 0 !important;
14506
- box-shadow: none !important;
13855
+ .ant-input.ant-input-filled.ant-input-disabled:hover,
13856
+ .ant-input.ant-input-filled.ant-input[disabled]:hover {
13857
+ border-color: #d9d9d9;
13858
+ border-right-width: 1px;
14507
13859
  }
14508
- .ant-input-underlined:hover.ant-input:not(.ant-input-focused) {
14509
- border-color: #d9d9d9 !important;
13860
+ .ant-input.ant-input-underlined,
13861
+ .ant-input.ant-input-underlined:hover,
13862
+ .ant-input.ant-input-underlined:focus,
13863
+ .ant-input.ant-input-underlined.ant-input-focused,
13864
+ .ant-input.ant-input-underlined.ant-input-disabled,
13865
+ .ant-input.ant-input-underlined.ant-input[disabled] {
13866
+ background-color: transparent;
13867
+ border-width: 0 0 1px;
13868
+ border-radius: 0;
13869
+ box-shadow: none;
13870
+ }
13871
+ .ant-input.ant-input-underlined:hover:not(.ant-input-focused):not(:focus) {
13872
+ border-color: #d9d9d9;
14510
13873
  }
14511
13874
  textarea.ant-input {
14512
13875
  max-width: 100%;
@@ -14892,14 +14255,42 @@ textarea.ant-input {
14892
14255
  text-align: start;
14893
14256
  vertical-align: top;
14894
14257
  }
14895
- .ant-input-password-icon.anticon {
14258
+ .ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input,
14259
+ .ant-input-group-wrapper:not(.ant-input-compact-first-item):not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-group-addon {
14260
+ border-radius: 0;
14261
+ }
14262
+ .ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input,
14263
+ .ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-first-item .ant-input-group-addon {
14264
+ border-start-end-radius: 0;
14265
+ border-end-end-radius: 0;
14266
+ }
14267
+ .ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input,
14268
+ .ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-last-item .ant-input-group-addon {
14269
+ border-start-start-radius: 0;
14270
+ border-end-start-radius: 0;
14271
+ }
14272
+ .ant-input-group-wrapper:not(.ant-input-compact-last-item).ant-input-compact-item .ant-input-affix-wrapper {
14273
+ border-start-end-radius: 0;
14274
+ border-end-end-radius: 0;
14275
+ }
14276
+ .ant-input-group-wrapper:not(.ant-input-compact-first-item).ant-input-compact-item .ant-input-affix-wrapper {
14277
+ border-start-start-radius: 0;
14278
+ border-end-start-radius: 0;
14279
+ }
14280
+ .ant-input-password-icon {
14896
14281
  color: rgba(0, 0, 0, 0.45);
14897
14282
  cursor: pointer;
14898
14283
  transition: all 0.3s;
14899
14284
  }
14900
- .ant-input-password-icon.anticon:hover {
14285
+ .ant-input-password-icon:hover {
14901
14286
  color: rgba(0, 0, 0, 0.85);
14902
14287
  }
14288
+ .ant-input-disabled .ant-input-password-icon {
14289
+ cursor: not-allowed;
14290
+ }
14291
+ .ant-input-disabled .ant-input-password-icon:hover {
14292
+ color: rgba(0, 0, 0, 0.45);
14293
+ }
14903
14294
  .ant-input[type='color'] {
14904
14295
  height: 28px;
14905
14296
  }
@@ -15610,67 +15001,66 @@ nz-form-item-feedback-icon.ant-input-suffix {
15610
15001
  border-color: #d9d9d9;
15611
15002
  border-right-width: 1px;
15612
15003
  }
15613
- .ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper,
15614
- .ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper:hover,
15615
- .ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper:focus,
15616
- .ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-focused,
15617
- .ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-disabled,
15618
- .ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper[disabled] {
15619
- background-color: transparent !important;
15620
- border: none !important;
15621
- box-shadow: none !important;
15004
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-borderless,
15005
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-borderless:hover,
15006
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-borderless:focus,
15007
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-focused,
15008
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper-disabled,
15009
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-borderless.ant-input-number-affix-wrapper[disabled] {
15010
+ background-color: transparent;
15011
+ border: none;
15012
+ box-shadow: none;
15622
15013
  }
15623
- .ant-input-number-affix-wrapper-filled {
15624
- background-color: #f5f5f5 !important;
15014
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled {
15015
+ background-color: #f5f5f5;
15625
15016
  border-color: transparent;
15626
- box-shadow: none !important;
15017
+ box-shadow: none;
15627
15018
  }
15628
- .ant-input-number-affix-wrapper-filled:hover.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-focused) {
15629
- background-color: #f0f0f0 !important;
15630
- border-color: transparent !important;
15019
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled:hover {
15020
+ background-color: #f0f0f0;
15631
15021
  }
15632
- .ant-input-number-affix-wrapper-filled:focus,
15633
- .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
15022
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled:focus,
15023
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
15634
15024
  border-color: #40a9ff;
15635
15025
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
15636
15026
  border-right-width: 1px;
15637
15027
  outline: 0;
15638
- background-color: transparent !important;
15639
- box-shadow: none !important;
15028
+ background-color: transparent;
15029
+ box-shadow: none;
15640
15030
  }
15641
- .ant-input-rtl .ant-input-number-affix-wrapper-filled:focus,
15642
- .ant-input-rtl .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
15031
+ .ant-input-rtl .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled:focus,
15032
+ .ant-input-rtl .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-focused {
15643
15033
  border-right-width: 0;
15644
15034
  border-left-width: 1px !important;
15645
15035
  }
15646
- .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled,
15647
- .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled] {
15648
- background-color: #f5f5f5 !important;
15649
- border-color: #d9d9d9 !important;
15650
- box-shadow: none !important;
15651
- cursor: not-allowed !important;
15652
- opacity: 1 !important;
15653
- pointer-events: none !important;
15654
- color: rgba(0, 0, 0, 0.25) !important;
15036
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled,
15037
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled] {
15038
+ background-color: #f5f5f5;
15039
+ border-color: #d9d9d9;
15040
+ box-shadow: none;
15041
+ cursor: not-allowed;
15042
+ opacity: 1;
15043
+ pointer-events: none;
15044
+ color: rgba(0, 0, 0, 0.25);
15655
15045
  }
15656
- .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled:hover,
15657
- .ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled]:hover {
15658
- border-color: #d9d9d9 !important;
15659
- border-right-width: 1px !important;
15660
- }
15661
- .ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper,
15662
- .ant-input-number-affix-wrapper-underlined:hover,
15663
- .ant-input-number-affix-wrapper-underlined:focus,
15664
- .ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-focused,
15665
- .ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-disabled,
15666
- .ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper[disabled] {
15667
- background-color: transparent !important;
15668
- border-width: 0 0 1px !important;
15669
- border-radius: 0 !important;
15670
- box-shadow: none !important;
15046
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper-disabled:hover,
15047
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-filled.ant-input-number-affix-wrapper[disabled]:hover {
15048
+ border-color: #d9d9d9;
15049
+ border-right-width: 1px;
15671
15050
  }
15672
- .ant-input-number-affix-wrapper-underlined:hover.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-focused) {
15673
- border-color: #d9d9d9 !important;
15051
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined,
15052
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined:hover,
15053
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined:focus,
15054
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-focused,
15055
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper-disabled,
15056
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined.ant-input-number-affix-wrapper[disabled] {
15057
+ background-color: transparent;
15058
+ border-width: 0 0 1px;
15059
+ border-radius: 0;
15060
+ box-shadow: none;
15061
+ }
15062
+ .ant-input-number-affix-wrapper.ant-input-number-affix-wrapper-underlined:hover:not(.ant-input-number-affix-wrapper-focused):not(:focus) {
15063
+ border-color: #d9d9d9;
15674
15064
  }
15675
15065
  textarea.ant-input-number-affix-wrapper {
15676
15066
  max-width: 100%;
@@ -15909,67 +15299,66 @@ textarea.ant-input-number-affix-wrapper {
15909
15299
  border-color: #d9d9d9;
15910
15300
  border-right-width: 1px;
15911
15301
  }
15912
- .ant-input-number-borderless.ant-input-number,
15913
- .ant-input-number-borderless.ant-input-number:hover,
15914
- .ant-input-number-borderless.ant-input-number:focus,
15915
- .ant-input-number-borderless.ant-input-number-focused,
15916
- .ant-input-number-borderless.ant-input-number-disabled,
15917
- .ant-input-number-borderless.ant-input-number[disabled] {
15918
- background-color: transparent !important;
15919
- border: none !important;
15920
- box-shadow: none !important;
15302
+ .ant-input-number.ant-input-number-borderless,
15303
+ .ant-input-number.ant-input-number-borderless:hover,
15304
+ .ant-input-number.ant-input-number-borderless:focus,
15305
+ .ant-input-number.ant-input-number-borderless.ant-input-number-focused,
15306
+ .ant-input-number.ant-input-number-borderless.ant-input-number-disabled,
15307
+ .ant-input-number.ant-input-number-borderless.ant-input-number[disabled] {
15308
+ background-color: transparent;
15309
+ border: none;
15310
+ box-shadow: none;
15921
15311
  }
15922
- .ant-input-number-filled {
15923
- background-color: #f5f5f5 !important;
15312
+ .ant-input-number.ant-input-number-filled {
15313
+ background-color: #f5f5f5;
15924
15314
  border-color: transparent;
15925
- box-shadow: none !important;
15315
+ box-shadow: none;
15926
15316
  }
15927
- .ant-input-number-filled:hover.ant-input-number:not(.ant-input-number-focused) {
15928
- background-color: #f0f0f0 !important;
15929
- border-color: transparent !important;
15317
+ .ant-input-number.ant-input-number-filled:hover {
15318
+ background-color: #f0f0f0;
15930
15319
  }
15931
- .ant-input-number-filled:focus,
15932
- .ant-input-number-filled.ant-input-number-focused {
15320
+ .ant-input-number.ant-input-number-filled:focus,
15321
+ .ant-input-number.ant-input-number-filled.ant-input-number-focused {
15933
15322
  border-color: #40a9ff;
15934
15323
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
15935
15324
  border-right-width: 1px;
15936
15325
  outline: 0;
15937
- background-color: transparent !important;
15938
- box-shadow: none !important;
15326
+ background-color: transparent;
15327
+ box-shadow: none;
15939
15328
  }
15940
- .ant-input-rtl .ant-input-number-filled:focus,
15941
- .ant-input-rtl .ant-input-number-filled.ant-input-number-focused {
15329
+ .ant-input-rtl .ant-input-number.ant-input-number-filled:focus,
15330
+ .ant-input-rtl .ant-input-number.ant-input-number-filled.ant-input-number-focused {
15942
15331
  border-right-width: 0;
15943
15332
  border-left-width: 1px !important;
15944
15333
  }
15945
- .ant-input-number-filled.ant-input-number-disabled,
15946
- .ant-input-number-filled.ant-input-number[disabled] {
15947
- background-color: #f5f5f5 !important;
15948
- border-color: #d9d9d9 !important;
15949
- box-shadow: none !important;
15950
- cursor: not-allowed !important;
15951
- opacity: 1 !important;
15952
- pointer-events: none !important;
15953
- color: rgba(0, 0, 0, 0.25) !important;
15334
+ .ant-input-number.ant-input-number-filled.ant-input-number-disabled,
15335
+ .ant-input-number.ant-input-number-filled.ant-input-number[disabled] {
15336
+ background-color: #f5f5f5;
15337
+ border-color: #d9d9d9;
15338
+ box-shadow: none;
15339
+ cursor: not-allowed;
15340
+ opacity: 1;
15341
+ pointer-events: none;
15342
+ color: rgba(0, 0, 0, 0.25);
15954
15343
  }
15955
- .ant-input-number-filled.ant-input-number-disabled:hover,
15956
- .ant-input-number-filled.ant-input-number[disabled]:hover {
15957
- border-color: #d9d9d9 !important;
15958
- border-right-width: 1px !important;
15959
- }
15960
- .ant-input-number-underlined.ant-input-number,
15961
- .ant-input-number-underlined:hover,
15962
- .ant-input-number-underlined:focus,
15963
- .ant-input-number-underlined.ant-input-number-focused,
15964
- .ant-input-number-underlined.ant-input-number-disabled,
15965
- .ant-input-number-underlined.ant-input-number[disabled] {
15966
- background-color: transparent !important;
15967
- border-width: 0 0 1px !important;
15968
- border-radius: 0 !important;
15969
- box-shadow: none !important;
15344
+ .ant-input-number.ant-input-number-filled.ant-input-number-disabled:hover,
15345
+ .ant-input-number.ant-input-number-filled.ant-input-number[disabled]:hover {
15346
+ border-color: #d9d9d9;
15347
+ border-right-width: 1px;
15970
15348
  }
15971
- .ant-input-number-underlined:hover.ant-input-number:not(.ant-input-number-focused) {
15972
- border-color: #d9d9d9 !important;
15349
+ .ant-input-number.ant-input-number-underlined,
15350
+ .ant-input-number.ant-input-number-underlined:hover,
15351
+ .ant-input-number.ant-input-number-underlined:focus,
15352
+ .ant-input-number.ant-input-number-underlined.ant-input-number-focused,
15353
+ .ant-input-number.ant-input-number-underlined.ant-input-number-disabled,
15354
+ .ant-input-number.ant-input-number-underlined.ant-input-number[disabled] {
15355
+ background-color: transparent;
15356
+ border-width: 0 0 1px;
15357
+ border-radius: 0;
15358
+ box-shadow: none;
15359
+ }
15360
+ .ant-input-number.ant-input-number-underlined:hover:not(.ant-input-number-focused):not(:focus) {
15361
+ border-color: #d9d9d9;
15973
15362
  }
15974
15363
  textarea.ant-input-number {
15975
15364
  max-width: 100%;
@@ -16354,6 +15743,28 @@ textarea.ant-input-number {
16354
15743
  text-align: start;
16355
15744
  vertical-align: top;
16356
15745
  }
15746
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number-compact-item .ant-input-number,
15747
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item):not(.ant-input-number-compact-last-item).ant-input-number-compact-item .ant-input-number-group-addon {
15748
+ border-radius: 0;
15749
+ }
15750
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item .ant-input-number,
15751
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-last-item).ant-input-number-compact-first-item .ant-input-number-group-addon {
15752
+ border-start-end-radius: 0;
15753
+ border-end-end-radius: 0;
15754
+ }
15755
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item .ant-input-number,
15756
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item).ant-input-number-compact-last-item .ant-input-number-group-addon {
15757
+ border-start-start-radius: 0;
15758
+ border-end-start-radius: 0;
15759
+ }
15760
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-last-item).ant-input-number-compact-item .ant-input-number-affix-wrapper {
15761
+ border-start-end-radius: 0;
15762
+ border-end-end-radius: 0;
15763
+ }
15764
+ .ant-input-number-group-wrapper:not(.ant-input-number-compact-first-item).ant-input-number-compact-item .ant-input-number-affix-wrapper {
15765
+ border-start-start-radius: 0;
15766
+ border-end-start-radius: 0;
15767
+ }
16357
15768
  .ant-input-number-handler {
16358
15769
  position: relative;
16359
15770
  display: block;
@@ -16432,10 +15843,6 @@ textarea.ant-input-number {
16432
15843
  .ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
16433
15844
  display: block;
16434
15845
  }
16435
- .ant-input-number:hover {
16436
- border-color: #40a9ff;
16437
- border-right-width: 1px;
16438
- }
16439
15846
  .ant-input-number:hover + .ant-form-item-children-icon {
16440
15847
  opacity: 0;
16441
15848
  transition: opacity 0.24s linear 0.24s;
@@ -17055,17 +16462,6 @@ textarea.ant-input-number {
17055
16462
  direction: ltr;
17056
16463
  text-align: right;
17057
16464
  }
17058
- .ant-input-number-affix-wrapper > nz-input-number.ant-input-number {
17059
- width: 100%;
17060
- border: none;
17061
- outline: none;
17062
- }
17063
- .ant-input-number-affix-wrapper > nz-input-number.ant-input-number.ant-input-number-focused {
17064
- box-shadow: none !important;
17065
- }
17066
- .ant-input-number.ant-input-number-has-feedback .ant-input-number-handler-wrap {
17067
- z-index: 2;
17068
- }
17069
16465
  .ant-layout {
17070
16466
  display: flex;
17071
16467
  flex: auto;
@@ -17199,6 +16595,52 @@ nz-footer {
17199
16595
  nz-header {
17200
16596
  display: block;
17201
16597
  }
16598
+ .ant-form-validate_animation-enter {
16599
+ animation: enter 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
16600
+ }
16601
+ .ant-form-validate_animation-leave {
16602
+ animation: leave 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
16603
+ }
16604
+ @keyframes enter {
16605
+ from {
16606
+ transform: translateY(-5px);
16607
+ opacity: 0;
16608
+ }
16609
+ to {
16610
+ transform: translateY(0);
16611
+ opacity: 1;
16612
+ }
16613
+ }
16614
+ @keyframes enter {
16615
+ from {
16616
+ transform: translateY(-5px);
16617
+ opacity: 0;
16618
+ }
16619
+ to {
16620
+ transform: translateY(0);
16621
+ opacity: 1;
16622
+ }
16623
+ }
16624
+ @keyframes leave {
16625
+ from {
16626
+ transform: translateY(0);
16627
+ opacity: 1;
16628
+ }
16629
+ to {
16630
+ transform: translateY(-5px);
16631
+ opacity: 0;
16632
+ }
16633
+ }
16634
+ @keyframes leave {
16635
+ from {
16636
+ transform: translateY(0);
16637
+ opacity: 1;
16638
+ }
16639
+ to {
16640
+ transform: translateY(-5px);
16641
+ opacity: 0;
16642
+ }
16643
+ }
17202
16644
  .ant-form-item .ant-input-number + .ant-form-text {
17203
16645
  margin-left: 8px;
17204
16646
  }
@@ -17521,7 +16963,7 @@ nz-header {
17521
16963
  font-size: 12px;
17522
16964
  vertical-align: top;
17523
16965
  }
17524
- .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
16966
+ .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):not( .ant-form-item-required-mark-hidden)::before {
17525
16967
  display: inline-block;
17526
16968
  margin-right: 4px;
17527
16969
  color: #ff4d4f;
@@ -17530,7 +16972,7 @@ nz-header {
17530
16972
  line-height: 1;
17531
16973
  content: '*';
17532
16974
  }
17533
- .ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
16975
+ .ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):not( .ant-form-item-required-mark-hidden)::before {
17534
16976
  display: none;
17535
16977
  }
17536
16978
  .ant-form-item-label > label .ant-form-item-optional {
@@ -19174,67 +18616,66 @@ nz-list-item-extra {
19174
18616
  border-color: #d9d9d9;
19175
18617
  border-right-width: 1px;
19176
18618
  }
19177
- .ant-mentions-borderless.ant-mentions,
19178
- .ant-mentions-borderless.ant-mentions:hover,
19179
- .ant-mentions-borderless.ant-mentions:focus,
19180
- .ant-mentions-borderless.ant-mentions-focused,
19181
- .ant-mentions-borderless.ant-mentions-disabled,
19182
- .ant-mentions-borderless.ant-mentions[disabled] {
19183
- background-color: transparent !important;
19184
- border: none !important;
19185
- box-shadow: none !important;
18619
+ .ant-mentions.ant-mentions-borderless,
18620
+ .ant-mentions.ant-mentions-borderless:hover,
18621
+ .ant-mentions.ant-mentions-borderless:focus,
18622
+ .ant-mentions.ant-mentions-borderless.ant-mentions-focused,
18623
+ .ant-mentions.ant-mentions-borderless.ant-mentions-disabled,
18624
+ .ant-mentions.ant-mentions-borderless.ant-mentions[disabled] {
18625
+ background-color: transparent;
18626
+ border: none;
18627
+ box-shadow: none;
19186
18628
  }
19187
- .ant-mentions-filled {
19188
- background-color: #f5f5f5 !important;
18629
+ .ant-mentions.ant-mentions-filled {
18630
+ background-color: #f5f5f5;
19189
18631
  border-color: transparent;
19190
- box-shadow: none !important;
18632
+ box-shadow: none;
19191
18633
  }
19192
- .ant-mentions-filled:hover.ant-mentions:not(.ant-mentions-focused) {
19193
- background-color: #f0f0f0 !important;
19194
- border-color: transparent !important;
18634
+ .ant-mentions.ant-mentions-filled:hover {
18635
+ background-color: #f0f0f0;
19195
18636
  }
19196
- .ant-mentions-filled:focus,
19197
- .ant-mentions-filled.ant-mentions-focused {
18637
+ .ant-mentions.ant-mentions-filled:focus,
18638
+ .ant-mentions.ant-mentions-filled.ant-mentions-focused {
19198
18639
  border-color: #40a9ff;
19199
18640
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
19200
18641
  border-right-width: 1px;
19201
18642
  outline: 0;
19202
- background-color: transparent !important;
19203
- box-shadow: none !important;
18643
+ background-color: transparent;
18644
+ box-shadow: none;
19204
18645
  }
19205
- .ant-input-rtl .ant-mentions-filled:focus,
19206
- .ant-input-rtl .ant-mentions-filled.ant-mentions-focused {
18646
+ .ant-input-rtl .ant-mentions.ant-mentions-filled:focus,
18647
+ .ant-input-rtl .ant-mentions.ant-mentions-filled.ant-mentions-focused {
19207
18648
  border-right-width: 0;
19208
18649
  border-left-width: 1px !important;
19209
18650
  }
19210
- .ant-mentions-filled.ant-mentions-disabled,
19211
- .ant-mentions-filled.ant-mentions[disabled] {
19212
- background-color: #f5f5f5 !important;
19213
- border-color: #d9d9d9 !important;
19214
- box-shadow: none !important;
19215
- cursor: not-allowed !important;
19216
- opacity: 1 !important;
19217
- pointer-events: none !important;
19218
- color: rgba(0, 0, 0, 0.25) !important;
18651
+ .ant-mentions.ant-mentions-filled.ant-mentions-disabled,
18652
+ .ant-mentions.ant-mentions-filled.ant-mentions[disabled] {
18653
+ background-color: #f5f5f5;
18654
+ border-color: #d9d9d9;
18655
+ box-shadow: none;
18656
+ cursor: not-allowed;
18657
+ opacity: 1;
18658
+ pointer-events: none;
18659
+ color: rgba(0, 0, 0, 0.25);
19219
18660
  }
19220
- .ant-mentions-filled.ant-mentions-disabled:hover,
19221
- .ant-mentions-filled.ant-mentions[disabled]:hover {
19222
- border-color: #d9d9d9 !important;
19223
- border-right-width: 1px !important;
19224
- }
19225
- .ant-mentions-underlined.ant-mentions,
19226
- .ant-mentions-underlined:hover,
19227
- .ant-mentions-underlined:focus,
19228
- .ant-mentions-underlined.ant-mentions-focused,
19229
- .ant-mentions-underlined.ant-mentions-disabled,
19230
- .ant-mentions-underlined.ant-mentions[disabled] {
19231
- background-color: transparent !important;
19232
- border-width: 0 0 1px !important;
19233
- border-radius: 0 !important;
19234
- box-shadow: none !important;
18661
+ .ant-mentions.ant-mentions-filled.ant-mentions-disabled:hover,
18662
+ .ant-mentions.ant-mentions-filled.ant-mentions[disabled]:hover {
18663
+ border-color: #d9d9d9;
18664
+ border-right-width: 1px;
19235
18665
  }
19236
- .ant-mentions-underlined:hover.ant-mentions:not(.ant-mentions-focused) {
19237
- border-color: #d9d9d9 !important;
18666
+ .ant-mentions.ant-mentions-underlined,
18667
+ .ant-mentions.ant-mentions-underlined:hover,
18668
+ .ant-mentions.ant-mentions-underlined:focus,
18669
+ .ant-mentions.ant-mentions-underlined.ant-mentions-focused,
18670
+ .ant-mentions.ant-mentions-underlined.ant-mentions-disabled,
18671
+ .ant-mentions.ant-mentions-underlined.ant-mentions[disabled] {
18672
+ background-color: transparent;
18673
+ border-width: 0 0 1px;
18674
+ border-radius: 0;
18675
+ box-shadow: none;
18676
+ }
18677
+ .ant-mentions.ant-mentions-underlined:hover:not(.ant-mentions-focused):not(:focus) {
18678
+ border-color: #d9d9d9;
19238
18679
  }
19239
18680
  textarea.ant-mentions {
19240
18681
  max-width: 100%;
@@ -19526,14 +18967,47 @@ textarea.ant-mentions {
19526
18967
  margin-right: 8px;
19527
18968
  font-size: 14px;
19528
18969
  }
19529
- .ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
18970
+ .ant-message-rtl {
18971
+ direction: rtl;
18972
+ }
18973
+ .ant-message-rtl span {
18974
+ direction: rtl;
18975
+ }
18976
+ .ant-message-rtl .anticon {
18977
+ margin-right: 0;
18978
+ margin-left: 8px;
18979
+ }
18980
+ .ant-message .ant-message-move-up {
18981
+ animation-fill-mode: forwards;
18982
+ }
18983
+ .ant-message .ant-message-move-up-enter {
18984
+ animation-name: MessageMoveIn;
18985
+ animation-duration: 0.3s;
18986
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
18987
+ animation-fill-mode: both;
18988
+ }
18989
+ .ant-message .ant-message-move-up-leave {
19530
18990
  animation-name: MessageMoveOut;
19531
18991
  animation-duration: 0.3s;
18992
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
18993
+ animation-fill-mode: both;
18994
+ }
18995
+ @keyframes MessageMoveIn {
18996
+ 0% {
18997
+ padding: 0;
18998
+ transform: translateY(-100%);
18999
+ opacity: 0;
19000
+ }
19001
+ 100% {
19002
+ padding: 4px;
19003
+ transform: translateY(0);
19004
+ opacity: 1;
19005
+ }
19532
19006
  }
19533
19007
  @keyframes MessageMoveOut {
19534
19008
  0% {
19535
19009
  max-height: 150px;
19536
- padding: 8px;
19010
+ padding: 4px;
19537
19011
  opacity: 1;
19538
19012
  }
19539
19013
  100% {
@@ -19542,15 +19016,131 @@ textarea.ant-mentions {
19542
19016
  opacity: 0;
19543
19017
  }
19544
19018
  }
19545
- .ant-message-rtl {
19546
- direction: rtl;
19019
+ @keyframes antZoomIn {
19020
+ 0% {
19021
+ transform: scale(0.2);
19022
+ opacity: 0;
19023
+ }
19024
+ 100% {
19025
+ transform: scale(1);
19026
+ opacity: 1;
19027
+ }
19547
19028
  }
19548
- .ant-message-rtl span {
19549
- direction: rtl;
19029
+ @keyframes antZoomOut {
19030
+ 0% {
19031
+ transform: scale(1);
19032
+ }
19033
+ 100% {
19034
+ transform: scale(0.2);
19035
+ opacity: 0;
19036
+ }
19550
19037
  }
19551
- .ant-message-rtl .anticon {
19552
- margin-right: 0;
19553
- margin-left: 8px;
19038
+ @keyframes antZoomBigIn {
19039
+ 0% {
19040
+ transform: scale(0.8);
19041
+ opacity: 0;
19042
+ }
19043
+ 100% {
19044
+ transform: scale(1);
19045
+ opacity: 1;
19046
+ }
19047
+ }
19048
+ @keyframes antZoomBigOut {
19049
+ 0% {
19050
+ transform: scale(1);
19051
+ }
19052
+ 100% {
19053
+ transform: scale(0.8);
19054
+ opacity: 0;
19055
+ }
19056
+ }
19057
+ @keyframes antZoomUpIn {
19058
+ 0% {
19059
+ transform: scale(0.8);
19060
+ transform-origin: 50% 0%;
19061
+ opacity: 0;
19062
+ }
19063
+ 100% {
19064
+ transform: scale(1);
19065
+ transform-origin: 50% 0%;
19066
+ }
19067
+ }
19068
+ @keyframes antZoomUpOut {
19069
+ 0% {
19070
+ transform: scale(1);
19071
+ transform-origin: 50% 0%;
19072
+ }
19073
+ 100% {
19074
+ transform: scale(0.8);
19075
+ transform-origin: 50% 0%;
19076
+ opacity: 0;
19077
+ }
19078
+ }
19079
+ @keyframes antZoomLeftIn {
19080
+ 0% {
19081
+ transform: scale(0.8);
19082
+ transform-origin: 0% 50%;
19083
+ opacity: 0;
19084
+ }
19085
+ 100% {
19086
+ transform: scale(1);
19087
+ transform-origin: 0% 50%;
19088
+ }
19089
+ }
19090
+ @keyframes antZoomLeftOut {
19091
+ 0% {
19092
+ transform: scale(1);
19093
+ transform-origin: 0% 50%;
19094
+ }
19095
+ 100% {
19096
+ transform: scale(0.8);
19097
+ transform-origin: 0% 50%;
19098
+ opacity: 0;
19099
+ }
19100
+ }
19101
+ @keyframes antZoomRightIn {
19102
+ 0% {
19103
+ transform: scale(0.8);
19104
+ transform-origin: 100% 50%;
19105
+ opacity: 0;
19106
+ }
19107
+ 100% {
19108
+ transform: scale(1);
19109
+ transform-origin: 100% 50%;
19110
+ }
19111
+ }
19112
+ @keyframes antZoomRightOut {
19113
+ 0% {
19114
+ transform: scale(1);
19115
+ transform-origin: 100% 50%;
19116
+ }
19117
+ 100% {
19118
+ transform: scale(0.8);
19119
+ transform-origin: 100% 50%;
19120
+ opacity: 0;
19121
+ }
19122
+ }
19123
+ @keyframes antZoomDownIn {
19124
+ 0% {
19125
+ transform: scale(0.8);
19126
+ transform-origin: 50% 100%;
19127
+ opacity: 0;
19128
+ }
19129
+ 100% {
19130
+ transform: scale(1);
19131
+ transform-origin: 50% 100%;
19132
+ }
19133
+ }
19134
+ @keyframes antZoomDownOut {
19135
+ 0% {
19136
+ transform: scale(1);
19137
+ transform-origin: 50% 100%;
19138
+ }
19139
+ 100% {
19140
+ transform: scale(0.8);
19141
+ transform-origin: 50% 100%;
19142
+ opacity: 0;
19143
+ }
19554
19144
  }
19555
19145
  .ant-modal {
19556
19146
  box-sizing: border-box;
@@ -19856,6 +19446,61 @@ textarea.ant-mentions {
19856
19446
  .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
19857
19447
  text-align: right;
19858
19448
  }
19449
+ .ant-zoom-enter,
19450
+ .ant-zoom-appear {
19451
+ animation-duration: 0.2s;
19452
+ animation-fill-mode: both;
19453
+ animation-play-state: paused;
19454
+ }
19455
+ .ant-zoom-leave {
19456
+ animation-duration: 0.2s;
19457
+ animation-fill-mode: both;
19458
+ animation-play-state: paused;
19459
+ }
19460
+ .ant-zoom-enter.ant-zoom-enter-active,
19461
+ .ant-zoom-appear.ant-zoom-appear-active {
19462
+ animation-name: antZoomIn;
19463
+ animation-play-state: running;
19464
+ }
19465
+ .ant-zoom-leave.ant-zoom-leave-active {
19466
+ animation-name: antZoomOut;
19467
+ animation-play-state: running;
19468
+ pointer-events: none;
19469
+ }
19470
+ .ant-zoom-enter,
19471
+ .ant-zoom-appear {
19472
+ animation-duration: 0.2s;
19473
+ animation-fill-mode: both;
19474
+ animation-play-state: paused;
19475
+ }
19476
+ .ant-zoom-leave {
19477
+ animation-duration: 0.2s;
19478
+ animation-fill-mode: both;
19479
+ animation-play-state: paused;
19480
+ }
19481
+ .ant-zoom-enter.ant-zoom-enter-active,
19482
+ .ant-zoom-appear.ant-zoom-appear-active {
19483
+ animation-name: antZoomIn;
19484
+ animation-play-state: running;
19485
+ }
19486
+ .ant-zoom-leave.ant-zoom-leave-active {
19487
+ animation-name: antZoomOut;
19488
+ animation-play-state: running;
19489
+ pointer-events: none;
19490
+ }
19491
+ .ant-zoom-enter,
19492
+ .ant-zoom-appear {
19493
+ transform: scale(0);
19494
+ opacity: 0;
19495
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
19496
+ }
19497
+ .ant-zoom-enter-prepare,
19498
+ .ant-zoom-appear-prepare {
19499
+ transform: none;
19500
+ }
19501
+ .ant-zoom-leave {
19502
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
19503
+ }
19859
19504
  .ant-notification {
19860
19505
  box-sizing: border-box;
19861
19506
  margin: 0;
@@ -19965,59 +19610,6 @@ textarea.ant-mentions {
19965
19610
  float: right;
19966
19611
  margin-top: 16px;
19967
19612
  }
19968
- .ant-notification .notification-fade-effect {
19969
- animation-duration: 0.24s;
19970
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
19971
- animation-fill-mode: both;
19972
- }
19973
- .ant-notification-fade-enter,
19974
- .ant-notification-fade-appear {
19975
- animation-duration: 0.24s;
19976
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
19977
- animation-fill-mode: both;
19978
- opacity: 0;
19979
- animation-play-state: paused;
19980
- }
19981
- .ant-notification-fade-leave {
19982
- animation-duration: 0.24s;
19983
- animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
19984
- animation-fill-mode: both;
19985
- animation-duration: 0.2s;
19986
- animation-play-state: paused;
19987
- }
19988
- .ant-notification-fade-enter.ant-notification-fade-enter-active,
19989
- .ant-notification-fade-appear.ant-notification-fade-appear-active {
19990
- animation-name: NotificationFadeIn;
19991
- animation-play-state: running;
19992
- }
19993
- .ant-notification-fade-leave.ant-notification-fade-leave-active {
19994
- animation-name: NotificationFadeOut;
19995
- animation-play-state: running;
19996
- }
19997
- @keyframes NotificationFadeIn {
19998
- 0% {
19999
- left: 384px;
20000
- opacity: 0;
20001
- }
20002
- 100% {
20003
- left: 0;
20004
- opacity: 1;
20005
- }
20006
- }
20007
- @keyframes NotificationFadeOut {
20008
- 0% {
20009
- max-height: 150px;
20010
- margin-bottom: 16px;
20011
- opacity: 1;
20012
- }
20013
- 100% {
20014
- max-height: 0;
20015
- margin-bottom: 0;
20016
- padding-top: 0;
20017
- padding-bottom: 0;
20018
- opacity: 0;
20019
- }
20020
- }
20021
19613
  .ant-notification-rtl {
20022
19614
  direction: rtl;
20023
19615
  }
@@ -20044,60 +19636,95 @@ textarea.ant-mentions {
20044
19636
  .ant-notification-rtl .ant-notification-notice-btn {
20045
19637
  float: left;
20046
19638
  }
19639
+ .ant-notification .ant-notification-fade-enter {
19640
+ animation-name: antNotificationFadeIn;
19641
+ animation-duration: 0.2s;
19642
+ animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
19643
+ animation-fill-mode: both;
19644
+ }
19645
+ .ant-notification .ant-notification-fade-leave {
19646
+ animation-name: antNotificationFadeOut;
19647
+ animation-duration: 0.2s;
19648
+ animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
19649
+ animation-fill-mode: both;
19650
+ }
19651
+ .ant-notification .notification-fade-effect {
19652
+ animation-duration: 0.24s;
19653
+ animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
19654
+ animation-fill-mode: both;
19655
+ }
20047
19656
  .ant-notification-top,
20048
19657
  .ant-notification-bottom {
20049
- margin-right: 0;
20050
- margin-left: 0;
19658
+ margin-inline: 0;
20051
19659
  }
20052
- .ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
20053
- .ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
20054
- animation-name: NotificationTopFadeIn;
19660
+ .ant-notification-top .ant-notification-fade-enter {
19661
+ animation-name: antNotificationTopFadeIn;
20055
19662
  }
20056
- .ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
20057
- .ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
20058
- animation-name: NotificationBottomFadeIn;
19663
+ .ant-notification-bottom .ant-notification-fade-enter {
19664
+ animation-name: antNotificationBottomFadeIn;
20059
19665
  }
20060
19666
  .ant-notification-topLeft,
20061
19667
  .ant-notification-bottomLeft {
20062
19668
  margin-right: 0;
20063
19669
  margin-left: 24px;
20064
19670
  }
20065
- .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
20066
- .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
20067
- .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
20068
- .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
20069
- animation-name: NotificationLeftFadeIn;
19671
+ .ant-notification-topLeft .ant-notification-fade-enter,
19672
+ .ant-notification-bottomLeft .ant-notification-fade-enter {
19673
+ animation-name: antNotificationLeftFadeIn;
20070
19674
  }
20071
- @keyframes NotificationTopFadeIn {
19675
+ @keyframes antNotificationFadeIn {
20072
19676
  0% {
20073
- margin-top: -100%;
19677
+ transform: translate3d(100%, 0, 0);
20074
19678
  opacity: 0;
20075
19679
  }
20076
19680
  100% {
20077
- margin-top: 0;
19681
+ transform: translate3d(0, 0, 0);
20078
19682
  opacity: 1;
20079
19683
  }
20080
19684
  }
20081
- @keyframes NotificationBottomFadeIn {
19685
+ @keyframes antNotificationTopFadeIn {
20082
19686
  0% {
20083
- margin-bottom: -100%;
19687
+ top: -150px;
20084
19688
  opacity: 0;
20085
19689
  }
20086
19690
  100% {
20087
- margin-bottom: 0;
19691
+ top: 0;
20088
19692
  opacity: 1;
20089
19693
  }
20090
19694
  }
20091
- @keyframes NotificationLeftFadeIn {
19695
+ @keyframes antNotificationBottomFadeIn {
20092
19696
  0% {
20093
- right: 384px;
19697
+ bottom: -150px;
20094
19698
  opacity: 0;
20095
19699
  }
20096
19700
  100% {
20097
- right: 0;
19701
+ bottom: 0;
20098
19702
  opacity: 1;
20099
19703
  }
20100
19704
  }
19705
+ @keyframes antNotificationLeftFadeIn {
19706
+ 0% {
19707
+ transform: translate3d(-100%, 0, 0);
19708
+ opacity: 0;
19709
+ }
19710
+ 100% {
19711
+ transform: translate3d(0, 0, 0);
19712
+ opacity: 1;
19713
+ }
19714
+ }
19715
+ @keyframes antNotificationFadeOut {
19716
+ 0% {
19717
+ max-height: 150px;
19718
+ margin-bottom: 16px;
19719
+ }
19720
+ 100% {
19721
+ max-height: 0;
19722
+ margin-bottom: 0;
19723
+ padding-top: 0;
19724
+ padding-bottom: 0;
19725
+ opacity: 0;
19726
+ }
19727
+ }
20101
19728
  .ant-page-header {
20102
19729
  box-sizing: border-box;
20103
19730
  margin: 0;
@@ -20274,6 +19901,16 @@ nz-page-header-footer {
20274
19901
  line-height: 1.66667;
20275
19902
  list-style: none;
20276
19903
  font-feature-settings: 'tnum';
19904
+ display: flex;
19905
+ }
19906
+ .ant-pagination-start {
19907
+ justify-content: start;
19908
+ }
19909
+ .ant-pagination-center {
19910
+ justify-content: center;
19911
+ }
19912
+ .ant-pagination-end {
19913
+ justify-content: end;
20277
19914
  }
20278
19915
  .ant-pagination ul,
20279
19916
  .ant-pagination ol {
@@ -20595,67 +20232,66 @@ nz-page-header-footer {
20595
20232
  border-color: #d9d9d9;
20596
20233
  border-right-width: 1px;
20597
20234
  }
20598
- .ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input,
20599
- .ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input:hover,
20600
- .ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input:focus,
20601
- .ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-focused,
20602
- .ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-disabled,
20603
- .ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input[disabled] {
20604
- background-color: transparent !important;
20605
- border: none !important;
20606
- box-shadow: none !important;
20235
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless,
20236
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless:hover,
20237
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless:focus,
20238
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-focused,
20239
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input-disabled,
20240
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-borderless.ant-pagination-options-quick-jumper input[disabled] {
20241
+ background-color: transparent;
20242
+ border: none;
20243
+ box-shadow: none;
20607
20244
  }
20608
- .ant-pagination-options-quick-jumper input-filled {
20609
- background-color: #f5f5f5 !important;
20245
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled {
20246
+ background-color: #f5f5f5;
20610
20247
  border-color: transparent;
20611
- box-shadow: none !important;
20248
+ box-shadow: none;
20612
20249
  }
20613
- .ant-pagination-options-quick-jumper input-filled:hover.ant-pagination-options-quick-jumper input:not(.ant-pagination-options-quick-jumper input-focused) {
20614
- background-color: #f0f0f0 !important;
20615
- border-color: transparent !important;
20250
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled:hover {
20251
+ background-color: #f0f0f0;
20616
20252
  }
20617
- .ant-pagination-options-quick-jumper input-filled:focus,
20618
- .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
20253
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled:focus,
20254
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
20619
20255
  border-color: #40a9ff;
20620
20256
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
20621
20257
  border-right-width: 1px;
20622
20258
  outline: 0;
20623
- background-color: transparent !important;
20624
- box-shadow: none !important;
20259
+ background-color: transparent;
20260
+ box-shadow: none;
20625
20261
  }
20626
- .ant-input-rtl .ant-pagination-options-quick-jumper input-filled:focus,
20627
- .ant-input-rtl .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
20262
+ .ant-input-rtl .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled:focus,
20263
+ .ant-input-rtl .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-focused {
20628
20264
  border-right-width: 0;
20629
20265
  border-left-width: 1px !important;
20630
20266
  }
20631
- .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled,
20632
- .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled] {
20633
- background-color: #f5f5f5 !important;
20634
- border-color: #d9d9d9 !important;
20635
- box-shadow: none !important;
20636
- cursor: not-allowed !important;
20637
- opacity: 1 !important;
20638
- pointer-events: none !important;
20639
- color: rgba(0, 0, 0, 0.25) !important;
20267
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled,
20268
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled] {
20269
+ background-color: #f5f5f5;
20270
+ border-color: #d9d9d9;
20271
+ box-shadow: none;
20272
+ cursor: not-allowed;
20273
+ opacity: 1;
20274
+ pointer-events: none;
20275
+ color: rgba(0, 0, 0, 0.25);
20640
20276
  }
20641
- .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled:hover,
20642
- .ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled]:hover {
20643
- border-color: #d9d9d9 !important;
20644
- border-right-width: 1px !important;
20645
- }
20646
- .ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input,
20647
- .ant-pagination-options-quick-jumper input-underlined:hover,
20648
- .ant-pagination-options-quick-jumper input-underlined:focus,
20649
- .ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-focused,
20650
- .ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-disabled,
20651
- .ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input[disabled] {
20652
- background-color: transparent !important;
20653
- border-width: 0 0 1px !important;
20654
- border-radius: 0 !important;
20655
- box-shadow: none !important;
20277
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input-disabled:hover,
20278
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-filled.ant-pagination-options-quick-jumper input[disabled]:hover {
20279
+ border-color: #d9d9d9;
20280
+ border-right-width: 1px;
20656
20281
  }
20657
- .ant-pagination-options-quick-jumper input-underlined:hover.ant-pagination-options-quick-jumper input:not(.ant-pagination-options-quick-jumper input-focused) {
20658
- border-color: #d9d9d9 !important;
20282
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined,
20283
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined:hover,
20284
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined:focus,
20285
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-focused,
20286
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input-disabled,
20287
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined.ant-pagination-options-quick-jumper input[disabled] {
20288
+ background-color: transparent;
20289
+ border-width: 0 0 1px;
20290
+ border-radius: 0;
20291
+ box-shadow: none;
20292
+ }
20293
+ .ant-pagination-options-quick-jumper input.ant-pagination-options-quick-jumper input-underlined:hover:not(.ant-pagination-options-quick-jumper input-focused):not(:focus) {
20294
+ border-color: #d9d9d9;
20659
20295
  }
20660
20296
  textarea.ant-pagination-options-quick-jumper input {
20661
20297
  max-width: 100%;
@@ -21288,6 +20924,61 @@ nz-pagination {
21288
20924
  .ant-popover-purple .ant-popover-arrow {
21289
20925
  background-color: #722ed1;
21290
20926
  }
20927
+ .ant-zoom-big-enter,
20928
+ .ant-zoom-big-appear {
20929
+ animation-duration: 0.2s;
20930
+ animation-fill-mode: both;
20931
+ animation-play-state: paused;
20932
+ }
20933
+ .ant-zoom-big-leave {
20934
+ animation-duration: 0.2s;
20935
+ animation-fill-mode: both;
20936
+ animation-play-state: paused;
20937
+ }
20938
+ .ant-zoom-big-enter.ant-zoom-big-enter-active,
20939
+ .ant-zoom-big-appear.ant-zoom-big-appear-active {
20940
+ animation-name: antZoomBigIn;
20941
+ animation-play-state: running;
20942
+ }
20943
+ .ant-zoom-big-leave.ant-zoom-big-leave-active {
20944
+ animation-name: antZoomBigOut;
20945
+ animation-play-state: running;
20946
+ pointer-events: none;
20947
+ }
20948
+ .ant-zoom-big-enter,
20949
+ .ant-zoom-big-appear {
20950
+ animation-duration: 0.2s;
20951
+ animation-fill-mode: both;
20952
+ animation-play-state: paused;
20953
+ }
20954
+ .ant-zoom-big-leave {
20955
+ animation-duration: 0.2s;
20956
+ animation-fill-mode: both;
20957
+ animation-play-state: paused;
20958
+ }
20959
+ .ant-zoom-big-enter.ant-zoom-big-enter-active,
20960
+ .ant-zoom-big-appear.ant-zoom-big-appear-active {
20961
+ animation-name: antZoomBigIn;
20962
+ animation-play-state: running;
20963
+ }
20964
+ .ant-zoom-big-leave.ant-zoom-big-leave-active {
20965
+ animation-name: antZoomBigOut;
20966
+ animation-play-state: running;
20967
+ pointer-events: none;
20968
+ }
20969
+ .ant-zoom-big-enter,
20970
+ .ant-zoom-big-appear {
20971
+ transform: scale(0);
20972
+ opacity: 0;
20973
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
20974
+ }
20975
+ .ant-zoom-big-enter-prepare,
20976
+ .ant-zoom-big-appear-prepare {
20977
+ transform: none;
20978
+ }
20979
+ .ant-zoom-big-leave {
20980
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
20981
+ }
21291
20982
  .ant-popover-rtl {
21292
20983
  direction: rtl;
21293
20984
  text-align: right;
@@ -22817,16 +22508,6 @@ span.ant-radio + * {
22817
22508
  .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
22818
22509
  cursor: auto;
22819
22510
  }
22820
- .ant-select-focused:not(.ant-select-disabled) .ant-select:not(.ant-select-customize-input) .ant-select-selector {
22821
- border-color: #40a9ff;
22822
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
22823
- border-right-width: 1px;
22824
- outline: 0;
22825
- }
22826
- .ant-input-rtl .ant-select-focused:not(.ant-select-disabled) .ant-select:not(.ant-select-customize-input) .ant-select-selector {
22827
- border-right-width: 0;
22828
- border-left-width: 1px !important;
22829
- }
22830
22511
  .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
22831
22512
  color: rgba(0, 0, 0, 0.25);
22832
22513
  background: #f5f5f5;
@@ -22859,6 +22540,16 @@ span.ant-radio + * {
22859
22540
  border-right-width: 0;
22860
22541
  border-left-width: 1px !important;
22861
22542
  }
22543
+ .ant-select:not(.ant-select-disabled).ant-select-focused .ant-select-selector {
22544
+ border-color: #40a9ff;
22545
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
22546
+ border-right-width: 1px;
22547
+ outline: 0;
22548
+ }
22549
+ .ant-input-rtl .ant-select:not(.ant-select-disabled).ant-select-focused .ant-select-selector {
22550
+ border-right-width: 0;
22551
+ border-left-width: 1px !important;
22552
+ }
22862
22553
  .ant-select-selection-item {
22863
22554
  flex: 1;
22864
22555
  overflow: hidden;
@@ -23089,60 +22780,68 @@ span.ant-radio + * {
23089
22780
  .ant-select-lg {
23090
22781
  font-size: 14px;
23091
22782
  }
23092
- .ant-select-borderless .ant-select-selector {
23093
- background-color: transparent !important;
23094
- border-color: transparent !important;
23095
- box-shadow: none !important;
22783
+ .ant-select.ant-select-borderless .ant-select-selector,
22784
+ .ant-select.ant-select-borderless:hover .ant-select-selector,
22785
+ .ant-select.ant-select-borderless:focus .ant-select-selector,
22786
+ .ant-select.ant-select-borderless.ant-select-focused .ant-select-selector,
22787
+ .ant-select.ant-select-borderless.ant-select-disabled .ant-select-selector,
22788
+ .ant-select.ant-select-borderless.ant-select[disabled] .ant-select-selector {
22789
+ background-color: transparent;
22790
+ border-color: transparent;
22791
+ box-shadow: none;
23096
22792
  }
23097
- .ant-select-filled .ant-select-selector {
23098
- background-color: #f5f5f5 !important;
23099
- border-color: transparent !important;
23100
- box-shadow: none !important;
22793
+ .ant-select.ant-select-filled .ant-select-selector {
22794
+ background-color: #f5f5f5;
22795
+ border-color: transparent;
22796
+ box-shadow: none;
23101
22797
  }
23102
- .ant-select-filled:hover .ant-select-selector {
23103
- background-color: #f0f0f0 !important;
23104
- border-color: transparent !important;
23105
- box-shadow: none !important;
22798
+ .ant-select.ant-select-filled:hover .ant-select-selector {
22799
+ background-color: #f0f0f0;
22800
+ border-color: transparent;
22801
+ box-shadow: none;
23106
22802
  }
23107
- .ant-select-filled:focus .ant-select-selector,
23108
- .ant-select-filled.ant-select-focused .ant-select-selector {
23109
- border-color: #40a9ff !important;
23110
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
23111
- border-right-width: 1px !important;
23112
- outline: 0 !important;
23113
- background-color: transparent !important;
23114
- box-shadow: none !important;
22803
+ .ant-select.ant-select-filled:focus .ant-select-selector,
22804
+ .ant-select.ant-select-filled.ant-select-focused .ant-select-selector {
22805
+ border-color: #40a9ff;
22806
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
22807
+ border-right-width: 1px;
22808
+ outline: 0;
22809
+ background-color: transparent;
22810
+ box-shadow: none;
23115
22811
  }
23116
- .ant-input-rtl .ant-select-filled:focus .ant-select-selector,
23117
- .ant-input-rtl .ant-select-filled.ant-select-focused .ant-select-selector {
23118
- border-right-width: 0 !important;
22812
+ .ant-input-rtl .ant-select.ant-select-filled:focus .ant-select-selector,
22813
+ .ant-input-rtl .ant-select.ant-select-filled.ant-select-focused .ant-select-selector {
22814
+ border-right-width: 0;
23119
22815
  border-left-width: 1px !important;
23120
22816
  }
23121
- .ant-select-filled.ant-select-disabled .ant-select-selector,
23122
- .ant-select-filled.ant-select[disabled] .ant-select-selector {
23123
- background-color: #f5f5f5 !important;
23124
- border-color: #d9d9d9 !important;
23125
- box-shadow: none !important;
23126
- cursor: not-allowed !important;
23127
- opacity: 1 !important;
23128
- pointer-events: none !important;
23129
- color: rgba(0, 0, 0, 0.25) !important;
22817
+ .ant-select.ant-select-filled.ant-select-disabled .ant-select-selector,
22818
+ .ant-select.ant-select-filled.ant-select[disabled] .ant-select-selector {
22819
+ background-color: #f5f5f5;
22820
+ border-color: #d9d9d9;
22821
+ box-shadow: none;
22822
+ cursor: not-allowed;
22823
+ opacity: 1;
22824
+ pointer-events: none;
22825
+ color: rgba(0, 0, 0, 0.25);
23130
22826
  }
23131
- .ant-select-filled.ant-select-disabled .ant-select-selector:hover,
23132
- .ant-select-filled.ant-select[disabled] .ant-select-selector:hover {
23133
- border-color: #d9d9d9 !important;
23134
- border-right-width: 1px !important;
23135
- }
23136
- .ant-select-underlined .ant-select-selector,
23137
- .ant-select-underlined:hover .ant-select-selector,
23138
- .ant-select-underlined:focus .ant-select-selector,
23139
- .ant-select-underlined.ant-select-focused .ant-select-selector,
23140
- .ant-select-underlined.ant-select-disabled .ant-select-selector,
23141
- .ant-select-underlined.ant-select[disabled] .ant-select-selector {
23142
- background-color: transparent !important;
23143
- border-width: 0 0 1px !important;
23144
- border-radius: 0 !important;
23145
- box-shadow: none !important;
22827
+ .ant-select.ant-select-filled.ant-select-disabled .ant-select-selector:hover,
22828
+ .ant-select.ant-select-filled.ant-select[disabled] .ant-select-selector:hover {
22829
+ border-color: #d9d9d9;
22830
+ border-right-width: 1px;
22831
+ }
22832
+ .ant-select.ant-select-underlined .ant-select-selector,
22833
+ .ant-select.ant-select-underlined:hover .ant-select-selector,
22834
+ .ant-select.ant-select-underlined:focus .ant-select-selector,
22835
+ .ant-select.ant-select-underlined.ant-select-focused .ant-select-selector,
22836
+ .ant-select.ant-select-underlined.ant-select-disabled .ant-select-selector,
22837
+ .ant-select.ant-select-underlined.ant-select[disabled] .ant-select-selector {
22838
+ background-color: transparent;
22839
+ border-width: 0 0 1px;
22840
+ border-radius: 0;
22841
+ box-shadow: none;
22842
+ }
22843
+ .ant-select.ant-select-underlined:hover:not(.ant-select-focused):not(:focus) .ant-select-selector {
22844
+ border-color: #d9d9d9;
23146
22845
  }
23147
22846
  .ant-select.ant-select-in-form-item {
23148
22847
  width: 100%;
@@ -23373,8 +23072,8 @@ span.ant-radio + * {
23373
23072
  height: 0;
23374
23073
  }
23375
23074
  .ant-segmented-vertical .ant-segmented-thumb-motion-appear-active {
23376
- transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
23377
- will-change: transform, width, height;
23075
+ transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
23076
+ will-change: transform, height;
23378
23077
  }
23379
23078
  .ant-segmented-shape-round {
23380
23079
  border-radius: 9999px;
@@ -23455,11 +23154,11 @@ span.ant-radio + * {
23455
23154
  border-radius: 2px;
23456
23155
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
23457
23156
  position: absolute;
23458
- top: 0;
23459
- left: 0;
23157
+ inset-block-start: 0;
23158
+ inset-inline-start: 0;
23460
23159
  width: 0;
23461
23160
  height: 100%;
23462
- padding: 4px 0;
23161
+ padding: 0px 0;
23463
23162
  }
23464
23163
  .ant-segmented-thumb-motion-appear-active {
23465
23164
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
@@ -26748,7 +26447,6 @@ cdk-virtual-scroll-viewport.ant-table-body {
26748
26447
  .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
26749
26448
  .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
26750
26449
  position: relative;
26751
- display: inline-block;
26752
26450
  display: flex;
26753
26451
  flex: auto;
26754
26452
  align-self: stretch;
@@ -27854,6 +27552,61 @@ cdk-virtual-scroll-viewport.ant-table-body {
27854
27552
  .ant-tooltip-purple .ant-tooltip-arrow {
27855
27553
  --antd-arrow-background-color: #722ed1;
27856
27554
  }
27555
+ .ant-zoom-big-fast-enter,
27556
+ .ant-zoom-big-fast-appear {
27557
+ animation-duration: 0.1s;
27558
+ animation-fill-mode: both;
27559
+ animation-play-state: paused;
27560
+ }
27561
+ .ant-zoom-big-fast-leave {
27562
+ animation-duration: 0.1s;
27563
+ animation-fill-mode: both;
27564
+ animation-play-state: paused;
27565
+ }
27566
+ .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
27567
+ .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
27568
+ animation-name: antZoomBigIn;
27569
+ animation-play-state: running;
27570
+ }
27571
+ .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
27572
+ animation-name: antZoomBigOut;
27573
+ animation-play-state: running;
27574
+ pointer-events: none;
27575
+ }
27576
+ .ant-zoom-big-fast-enter,
27577
+ .ant-zoom-big-fast-appear {
27578
+ animation-duration: 0.1s;
27579
+ animation-fill-mode: both;
27580
+ animation-play-state: paused;
27581
+ }
27582
+ .ant-zoom-big-fast-leave {
27583
+ animation-duration: 0.1s;
27584
+ animation-fill-mode: both;
27585
+ animation-play-state: paused;
27586
+ }
27587
+ .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
27588
+ .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
27589
+ animation-name: antZoomBigIn;
27590
+ animation-play-state: running;
27591
+ }
27592
+ .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
27593
+ animation-name: antZoomBigOut;
27594
+ animation-play-state: running;
27595
+ pointer-events: none;
27596
+ }
27597
+ .ant-zoom-big-fast-enter,
27598
+ .ant-zoom-big-fast-appear {
27599
+ transform: scale(0);
27600
+ opacity: 0;
27601
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
27602
+ }
27603
+ .ant-zoom-big-fast-enter-prepare,
27604
+ .ant-zoom-big-fast-appear-prepare {
27605
+ transform: none;
27606
+ }
27607
+ .ant-zoom-big-fast-leave {
27608
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
27609
+ }
27857
27610
  .ant-tooltip-rtl {
27858
27611
  direction: rtl;
27859
27612
  }
@@ -29967,7 +29720,7 @@ nz-tree-view .ant-tree-list-holder-inner {
29967
29720
  .ant-tree .ant-tree-treenode {
29968
29721
  display: flex;
29969
29722
  align-items: flex-start;
29970
- padding: 0 0 2px 0;
29723
+ margin-bottom: 2px;
29971
29724
  outline: none;
29972
29725
  }
29973
29726
  .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
@@ -30184,9 +29937,6 @@ nz-tree-view .ant-tree-list-holder-inner {
30184
29937
  .font-highlight {
30185
29938
  color: #ff4d4f;
30186
29939
  }
30187
- .ant-tree-child-tree {
30188
- overflow: hidden;
30189
- }
30190
29940
  nz-tree {
30191
29941
  display: block;
30192
29942
  }
@@ -30462,7 +30212,7 @@ nz-tree {
30462
30212
  .ant-select-tree .ant-select-tree-treenode {
30463
30213
  display: flex;
30464
30214
  align-items: flex-start;
30465
- padding: 0 0 2px 0;
30215
+ margin-bottom: 2px;
30466
30216
  outline: none;
30467
30217
  }
30468
30218
  .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
@@ -31208,6 +30958,34 @@ nz-space-item {
31208
30958
  overflow: hidden;
31209
30959
  outline: none;
31210
30960
  }
30961
+ @keyframes antFadeIn {
30962
+ 0% {
30963
+ opacity: 0;
30964
+ }
30965
+ 100% {
30966
+ opacity: 1;
30967
+ }
30968
+ }
30969
+ @keyframes antFadeOut {
30970
+ 0% {
30971
+ opacity: 1;
30972
+ }
30973
+ 100% {
30974
+ opacity: 0;
30975
+ }
30976
+ }
30977
+ .ant-image-preview-fade-motion-enter {
30978
+ animation-name: antFadeIn;
30979
+ animation-duration: 0.2s;
30980
+ animation-timing-function: linear;
30981
+ animation-fill-mode: both;
30982
+ }
30983
+ .ant-image-preview-fade-motion-leave {
30984
+ animation-name: antFadeOut;
30985
+ animation-duration: 0.2s;
30986
+ animation-timing-function: linear;
30987
+ animation-fill-mode: both;
30988
+ }
31211
30989
  .cdk-overlay-backdrop.ant-image-preview-mask {
31212
30990
  opacity: 1;
31213
30991
  }
@@ -31343,26 +31121,16 @@ nz-space-item {
31343
31121
  .ant-qrcode-expired {
31344
31122
  color: rgba(0, 0, 0, 0.85);
31345
31123
  }
31346
- .ant-water-mark {
31347
- position: relative;
31348
- display: block;
31349
- }
31350
- .ant-color-picker {
31351
- position: absolute;
31352
- z-index: 1;
31124
+ .ant-color-picker-inner {
31353
31125
  display: block;
31354
- width: max-content;
31355
- min-width: 250px;
31356
- visibility: visible;
31357
- }
31358
- .ant-color-picker-hidden {
31359
- display: none;
31360
31126
  }
31361
- .ant-color-picker-panel {
31127
+ .ant-color-picker-inner-content {
31362
31128
  display: flex;
31363
31129
  flex-direction: column;
31364
- width: 250px;
31365
- border-radius: 2px;
31130
+ width: 234px;
31131
+ }
31132
+ .ant-color-picker-panel {
31133
+ user-select: none;
31366
31134
  }
31367
31135
  .ant-color-picker-panel-disabled {
31368
31136
  cursor: not-allowed;
@@ -31373,8 +31141,10 @@ nz-space-item {
31373
31141
  }
31374
31142
  .ant-color-picker-palette {
31375
31143
  position: relative;
31144
+ display: block;
31376
31145
  }
31377
31146
  .ant-color-picker-select {
31147
+ display: block;
31378
31148
  margin-bottom: 8px;
31379
31149
  }
31380
31150
  .ant-color-picker-select .ant-color-picker-palette {
@@ -31399,6 +31169,7 @@ nz-space-item {
31399
31169
  z-index: 1;
31400
31170
  }
31401
31171
  .ant-color-picker-handler {
31172
+ display: block;
31402
31173
  box-sizing: border-box;
31403
31174
  width: 16px;
31404
31175
  height: 16px;
@@ -31410,7 +31181,7 @@ nz-space-item {
31410
31181
  height: 12px;
31411
31182
  }
31412
31183
  .ant-color-picker-slider {
31413
- width: 100%;
31184
+ display: block;
31414
31185
  border-radius: 2px;
31415
31186
  }
31416
31187
  .ant-color-picker-slider .ant-color-picker-palette {
@@ -31458,10 +31229,10 @@ nz-space-item {
31458
31229
  }
31459
31230
  .ant-color-picker-color-block {
31460
31231
  position: relative;
31461
- width: 28px;
31462
- height: 28px;
31232
+ display: block;
31233
+ width: 24px;
31234
+ height: 24px;
31463
31235
  overflow: hidden;
31464
- background-image: conic-gradient(rgba(0, 0, 0, 0.06) 0 25%, transparent 0 50%, rgba(0, 0, 0, 0.06) 0 75%, transparent 0);
31465
31236
  background-size: 50% 50%;
31466
31237
  border-radius: 2px;
31467
31238
  }
@@ -31521,6 +31292,7 @@ nz-space-item {
31521
31292
  }
31522
31293
  .ant-color-picker-input-container {
31523
31294
  display: flex;
31295
+ margin-bottom: 8px;
31524
31296
  }
31525
31297
  .ant-color-picker-input-container .ant-select {
31526
31298
  font-size: 12px;
@@ -31592,6 +31364,47 @@ nz-space-item {
31592
31364
  width: 16px;
31593
31365
  height: 16px;
31594
31366
  }
31367
+ .ant-color-picker-presets-wrapper {
31368
+ max-height: 200px;
31369
+ overflow-y: auto;
31370
+ }
31371
+ .ant-color-picker-presets-wrapper .ant-collapse {
31372
+ display: flex;
31373
+ flex-direction: column;
31374
+ gap: 0px;
31375
+ }
31376
+ .ant-color-picker-presets-wrapper .ant-collapse .ant-collapse-header {
31377
+ padding: 0 !important;
31378
+ font-size: 12px;
31379
+ }
31380
+ .ant-color-picker-presets-items {
31381
+ display: flex;
31382
+ flex-wrap: wrap;
31383
+ gap: 4px;
31384
+ padding: 4px 0;
31385
+ }
31386
+ .ant-color-picker-presets-color {
31387
+ position: relative;
31388
+ }
31389
+ .ant-color-picker-presets-color-checked::after {
31390
+ position: absolute;
31391
+ top: 50%;
31392
+ display: table;
31393
+ box-sizing: border-box;
31394
+ width: calc(120px / 13);
31395
+ height: calc(192px / 13);
31396
+ border: 2px solid #fff;
31397
+ border-top: 0;
31398
+ transform: translate(-50%, -60%) rotate(45deg);
31399
+ content: '';
31400
+ pointer-events: none;
31401
+ border-inline-start: 0;
31402
+ inset-inline-start: 46.5%;
31403
+ }
31404
+ .ant-color-picker-presets-color-bright.ant-color-picker-presets-color-checked::after,
31405
+ .ant-color-picker-presets-color-checked.ant-color-picker-presets-color-bright::after {
31406
+ border-color: rgba(0, 0, 0, 0.88);
31407
+ }
31595
31408
  .ant-hash-code {
31596
31409
  display: flex;
31597
31410
  flex-direction: column;
@@ -31718,21 +31531,17 @@ nz-space-item {
31718
31531
  }
31719
31532
  .ant-float-btn {
31720
31533
  position: fixed;
31534
+ bottom: 48px;
31721
31535
  z-index: 99;
31722
31536
  display: block;
31723
31537
  align-items: center;
31724
31538
  justify-content: center;
31725
31539
  width: 40px;
31726
31540
  height: 40px;
31727
- overflow: hidden;
31728
31541
  border: none;
31729
31542
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
31730
31543
  cursor: pointer;
31731
31544
  inset-inline-end: 24px;
31732
- inset-block-end: 48px;
31733
- }
31734
- .ant-float-btn-hidden {
31735
- display: none;
31736
31545
  }
31737
31546
  .ant-float-btn-pure {
31738
31547
  position: relative;
@@ -31741,6 +31550,16 @@ nz-space-item {
31741
31550
  .ant-float-btn:empty {
31742
31551
  display: none;
31743
31552
  }
31553
+ .ant-float-btn .ant-badge {
31554
+ width: 100%;
31555
+ height: 100%;
31556
+ }
31557
+ .ant-float-btn .ant-badge .ant-badge-count {
31558
+ top: 0px;
31559
+ transform: translate(0, 0);
31560
+ transform-origin: center;
31561
+ inset-inline-end: 0px;
31562
+ }
31744
31563
  .ant-float-btn-body {
31745
31564
  display: flex;
31746
31565
  align-items: center;
@@ -31755,14 +31574,14 @@ nz-space-item {
31755
31574
  align-items: center;
31756
31575
  justify-content: center;
31757
31576
  min-height: 40px;
31758
- padding: 2px 0px;
31577
+ padding: 0px / 2 0px;
31759
31578
  overflow: hidden;
31760
31579
  text-align: center;
31761
31580
  }
31762
31581
  .ant-float-btn-body .ant-float-btn-content .ant-float-btn-icon {
31763
31582
  width: 18px;
31764
31583
  margin: auto;
31765
- font-size: 16px;
31584
+ font-size: 18px;
31766
31585
  line-height: 1;
31767
31586
  text-align: center;
31768
31587
  }
@@ -31782,6 +31601,11 @@ nz-space-item {
31782
31601
  height: 40px;
31783
31602
  border-radius: 50%;
31784
31603
  }
31604
+ .ant-float-btn-circle .ant-badge .ant-badge-dot {
31605
+ top: 5.6px;
31606
+ inset-inline-end: 5.6px;
31607
+ }
31608
+ .ant-float-btn-circle .ant-float-btn-inner,
31785
31609
  .ant-float-btn-circle .ant-float-btn-body {
31786
31610
  border-radius: 50%;
31787
31611
  }
@@ -31790,6 +31614,10 @@ nz-space-item {
31790
31614
  min-height: 40px;
31791
31615
  border-radius: 2px;
31792
31616
  }
31617
+ .ant-float-btn-square .ant-badge .ant-badge-dot {
31618
+ top: 1px;
31619
+ inset-inline-end: 1px;
31620
+ }
31793
31621
  .ant-float-btn-square .ant-float-btn-body {
31794
31622
  height: auto;
31795
31623
  border-radius: 2px;
@@ -31935,6 +31763,10 @@ nz-space-item {
31935
31763
  .ant-float-btn-group-square .ant-float-btn-square:not(:last-child) {
31936
31764
  border-bottom: 1px solid #d9d9d9;
31937
31765
  }
31766
+ .ant-float-btn-group-square .ant-float-btn-square .ant-badge .ant-badge-count {
31767
+ top: 0px;
31768
+ inset-inline-end: 0px;
31769
+ }
31938
31770
  .ant-float-btn-group-square .ant-float-btn-group-wrap {
31939
31771
  border-radius: 2px;
31940
31772
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
@@ -31945,8 +31777,8 @@ nz-space-item {
31945
31777
  box-shadow: none;
31946
31778
  }
31947
31779
  .ant-float-btn-group-square .ant-float-btn-group-wrap .ant-float-btn-square .ant-float-btn-body {
31948
- width: 32px;
31949
- height: 32px;
31780
+ width: 40px;
31781
+ height: 40px;
31950
31782
  }
31951
31783
  .ant-float-btn-group-top > .ant-float-btn-group-wrap > .ant-float-btn-square:first-child,
31952
31784
  .ant-float-btn-group-bottom > .ant-float-btn-group-wrap > .ant-float-btn-square:first-child {
@@ -31988,8 +31820,205 @@ nz-space-item {
31988
31820
  box-shadow: none;
31989
31821
  }
31990
31822
  .ant-float-btn-group-square-shadow .ant-float-btn-square .ant-float-btn-body {
31991
- width: 32px;
31992
- height: 32px;
31823
+ width: 40px;
31824
+ height: 40px;
31825
+ }
31826
+ /* stylelint-disable less/no-duplicate-variables */
31827
+ .ant-float-btn-enter-top {
31828
+ animation: enter-top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31829
+ }
31830
+ .ant-float-btn-leave-top {
31831
+ animation: leave-top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31832
+ }
31833
+ .ant-float-btn-enter-bottom {
31834
+ animation: enter-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31835
+ }
31836
+ .ant-float-btn-leave-bottom {
31837
+ animation: leave-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31838
+ }
31839
+ .ant-float-btn-enter-left {
31840
+ animation: enter-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31841
+ }
31842
+ .ant-float-btn-leave-left {
31843
+ animation: leave-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31844
+ }
31845
+ .ant-float-btn-enter-right {
31846
+ animation: enter-right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31847
+ }
31848
+ .ant-float-btn-leave-right {
31849
+ animation: leave-right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31850
+ }
31851
+ @keyframes enter-top {
31852
+ from {
31853
+ transform: translateY(40px);
31854
+ opacity: 0;
31855
+ }
31856
+ to {
31857
+ transform: translateY(0);
31858
+ opacity: 1;
31859
+ }
31860
+ }
31861
+ @keyframes enter-top {
31862
+ from {
31863
+ transform: translateY(40px);
31864
+ opacity: 0;
31865
+ }
31866
+ to {
31867
+ transform: translateY(0);
31868
+ opacity: 1;
31869
+ }
31870
+ }
31871
+ @keyframes leave-top {
31872
+ from {
31873
+ transform: translateY(0);
31874
+ opacity: 1;
31875
+ }
31876
+ to {
31877
+ transform: translateY(40px);
31878
+ opacity: 0;
31879
+ }
31880
+ }
31881
+ @keyframes leave-top {
31882
+ from {
31883
+ transform: translateY(0);
31884
+ opacity: 1;
31885
+ }
31886
+ to {
31887
+ transform: translateY(40px);
31888
+ opacity: 0;
31889
+ }
31890
+ }
31891
+ @keyframes enter-bottom {
31892
+ from {
31893
+ transform: translateY(-40px);
31894
+ opacity: 0;
31895
+ }
31896
+ to {
31897
+ transform: translateY(0);
31898
+ opacity: 1;
31899
+ }
31900
+ }
31901
+ @keyframes enter-bottom {
31902
+ from {
31903
+ transform: translateY(-40px);
31904
+ opacity: 0;
31905
+ }
31906
+ to {
31907
+ transform: translateY(0);
31908
+ opacity: 1;
31909
+ }
31910
+ }
31911
+ @keyframes leave-bottom {
31912
+ from {
31913
+ transform: translateY(0);
31914
+ opacity: 1;
31915
+ }
31916
+ to {
31917
+ transform: translateY(-40px);
31918
+ opacity: 0;
31919
+ }
31920
+ }
31921
+ @keyframes leave-bottom {
31922
+ from {
31923
+ transform: translateY(0);
31924
+ opacity: 1;
31925
+ }
31926
+ to {
31927
+ transform: translateY(-40px);
31928
+ opacity: 0;
31929
+ }
31930
+ }
31931
+ @keyframes enter-left {
31932
+ from {
31933
+ transform: translateX(40px);
31934
+ opacity: 0;
31935
+ }
31936
+ to {
31937
+ transform: translateX(0);
31938
+ opacity: 1;
31939
+ }
31940
+ }
31941
+ @keyframes enter-left {
31942
+ from {
31943
+ transform: translateX(40px);
31944
+ opacity: 0;
31945
+ }
31946
+ to {
31947
+ transform: translateX(0);
31948
+ opacity: 1;
31949
+ }
31950
+ }
31951
+ @keyframes leave-left {
31952
+ from {
31953
+ transform: translateX(0);
31954
+ opacity: 1;
31955
+ }
31956
+ to {
31957
+ transform: translateX(40px);
31958
+ opacity: 0;
31959
+ }
31960
+ }
31961
+ @keyframes leave-left {
31962
+ from {
31963
+ transform: translateX(0);
31964
+ opacity: 1;
31965
+ }
31966
+ to {
31967
+ transform: translateX(40px);
31968
+ opacity: 0;
31969
+ }
31970
+ }
31971
+ @keyframes enter-right {
31972
+ from {
31973
+ transform: translateX(-40px);
31974
+ opacity: 0;
31975
+ }
31976
+ to {
31977
+ transform: translateX(0);
31978
+ opacity: 1;
31979
+ }
31980
+ }
31981
+ @keyframes enter-right {
31982
+ from {
31983
+ transform: translateX(-40px);
31984
+ opacity: 0;
31985
+ }
31986
+ to {
31987
+ transform: translateX(0);
31988
+ opacity: 1;
31989
+ }
31990
+ }
31991
+ @keyframes leave-right {
31992
+ from {
31993
+ transform: translateX(0);
31994
+ opacity: 1;
31995
+ }
31996
+ to {
31997
+ transform: translateX(-40px);
31998
+ opacity: 0;
31999
+ }
32000
+ }
32001
+ @keyframes leave-right {
32002
+ from {
32003
+ transform: translateX(0);
32004
+ opacity: 1;
32005
+ }
32006
+ to {
32007
+ transform: translateX(-40px);
32008
+ opacity: 0;
32009
+ }
32010
+ }
32011
+ .ant-float-btn-top .ant-float-btn-top-motion-enter {
32012
+ animation-name: antFadeIn;
32013
+ animation-duration: 0.2s;
32014
+ animation-timing-function: linear;
32015
+ animation-fill-mode: both;
32016
+ }
32017
+ .ant-float-btn-top .ant-float-btn-top-motion-leave {
32018
+ animation-name: antFadeOut;
32019
+ animation-duration: 0.2s;
32020
+ animation-timing-function: linear;
32021
+ animation-fill-mode: both;
31993
32022
  }
31994
32023
  .ant-check-list {
31995
32024
  position: fixed;
@@ -33048,6 +33077,9 @@ fieldset {
33048
33077
  .sf .ant-transfer .ant-btn + .ant-btn {
33049
33078
  margin-left: 0;
33050
33079
  }
33080
+ .sf .ant-mentions {
33081
+ display: inline-flex;
33082
+ }
33051
33083
  .sf__no-error .ant-form-item {
33052
33084
  margin-bottom: 8px;
33053
33085
  }
@@ -33158,7 +33190,6 @@ fieldset {
33158
33190
  }
33159
33191
  .setting-drawer__theme {
33160
33192
  overflow: hidden;
33161
- margin-top: 24px;
33162
33193
  }
33163
33194
  .setting-drawer__theme-tag {
33164
33195
  cursor: pointer;
@@ -33193,10 +33224,6 @@ fieldset {
33193
33224
  font-size: 20px;
33194
33225
  color: #fff;
33195
33226
  }
33196
- .setting-drawer__handle-opened {
33197
- z-index: 1001;
33198
- right: 500px;
33199
- }
33200
33227
  .setting-drawer-rtl {
33201
33228
  direction: rtl;
33202
33229
  }
@@ -34968,7 +34995,7 @@ code {
34968
34995
  */
34969
34996
  .fixed-top {
34970
34997
  position: fixed;
34971
- z-index: 9;
34998
+ z-index: 100;
34972
34999
  top: 0;
34973
35000
  right: 0;
34974
35001
  left: 0;
@@ -34980,7 +35007,7 @@ code {
34980
35007
  */
34981
35008
  .fixed-bottom {
34982
35009
  position: fixed;
34983
- z-index: 9;
35010
+ z-index: 100;
34984
35011
  right: 0;
34985
35012
  bottom: 0;
34986
35013
  left: 0;
@@ -36089,7 +36116,8 @@ body {
36089
36116
  font-size: 12px;
36090
36117
  color: #8c8c8c;
36091
36118
  }
36092
- .alain-default__content nz-input-group {
36119
+ .alain-default__content nz-input-group,
36120
+ .alain-default__content nz-input-wrapper {
36093
36121
  width: auto;
36094
36122
  }
36095
36123
  .alain-default__hide-aside .alain-default__content {
@@ -36121,7 +36149,7 @@ body {
36121
36149
  }
36122
36150
  }
36123
36151
  .alain-default__header {
36124
- z-index: 19;
36152
+ z-index: 110;
36125
36153
  display: flex;
36126
36154
  align-items: center;
36127
36155
  width: 100%;
@@ -36230,7 +36258,7 @@ body {
36230
36258
  .alain-default__search .ant-input-affix-wrapper {
36231
36259
  border: none;
36232
36260
  color: #fff;
36233
- background-color: #ffffff;
36261
+ background-color: rgba(255, 255, 255, 0.2);
36234
36262
  }
36235
36263
  .alain-default__search .ant-input::placeholder,
36236
36264
  .alain-default__search .ant-input-group-addon::placeholder,
@@ -36241,8 +36269,8 @@ body {
36241
36269
  .alain-default__search .ant-input-affix-wrapper .ant-input {
36242
36270
  background-color: transparent;
36243
36271
  }
36244
- .alain-default__search .ant-input-group-addon i,
36245
- .alain-default__search .ant-input-affix-wrapper i {
36272
+ .alain-default__search .ant-input-group-addon .anticon,
36273
+ .alain-default__search .ant-input-affix-wrapper .anticon {
36246
36274
  color: #fff;
36247
36275
  transition: color 300ms,
36248
36276
  transform 400ms;
@@ -36259,15 +36287,15 @@ body {
36259
36287
  color: #595959;
36260
36288
  opacity: 1;
36261
36289
  }
36262
- .alain-default__search-focus .ant-input-group-addon i,
36263
- .alain-default__search-focus .ant-input-affix-wrapper i {
36290
+ .alain-default__search-focus .ant-input-group-addon .anticon,
36291
+ .alain-default__search-focus .ant-input-affix-wrapper .anticon {
36264
36292
  transform: rotate(90deg);
36265
36293
  color: #595959;
36266
36294
  }
36267
36295
  @media (max-width: 767px) {
36268
36296
  .alain-default__search {
36269
36297
  position: absolute;
36270
- z-index: 29;
36298
+ z-index: 120;
36271
36299
  top: 0;
36272
36300
  left: 0;
36273
36301
  align-items: center;
@@ -36311,7 +36339,7 @@ body {
36311
36339
  }
36312
36340
  .alain-default__aside {
36313
36341
  position: absolute;
36314
- z-index: 14;
36342
+ z-index: 105;
36315
36343
  top: 0;
36316
36344
  bottom: 0;
36317
36345
  overflow: hidden;
@@ -36398,7 +36426,7 @@ body {
36398
36426
  }
36399
36427
  .alain-default__progress-bar {
36400
36428
  position: fixed;
36401
- z-index: 29;
36429
+ z-index: 120;
36402
36430
  overflow: hidden;
36403
36431
  width: 100vw;
36404
36432
  height: 4px;
@@ -36574,7 +36602,7 @@ body {
36574
36602
  }
36575
36603
  .sidebar-nav__floating {
36576
36604
  position: absolute;
36577
- z-index: 16;
36605
+ z-index: 107;
36578
36606
  display: none;
36579
36607
  min-width: 160px;
36580
36608
  border: 1px solid var(--alain-default-heading-border, #efe3e5);
@@ -36692,7 +36720,7 @@ body {
36692
36720
  }
36693
36721
  .alain-default__fixed .reuse-tab {
36694
36722
  position: fixed;
36695
- z-index: 10;
36723
+ z-index: 101;
36696
36724
  top: 56px;
36697
36725
  right: 24px;
36698
36726
  left: 224px;
@@ -37365,7 +37393,7 @@ ellipsis {
37365
37393
  }
37366
37394
  .footer-toolbar {
37367
37395
  position: fixed;
37368
- z-index: 9;
37396
+ z-index: 100;
37369
37397
  right: 0;
37370
37398
  bottom: 0;
37371
37399
  display: flex;
@@ -37667,7 +37695,7 @@ ellipsis {
37667
37695
  }
37668
37696
  .quick-menu {
37669
37697
  position: fixed;
37670
- z-index: 11;
37698
+ z-index: 102;
37671
37699
  right: -1px;
37672
37700
  left: auto;
37673
37701
  display: block;
@@ -37927,7 +37955,7 @@ ellipsis {
37927
37955
  .cell__small {
37928
37956
  font-size: 12px;
37929
37957
  }
37930
- .cell[data-type="img"] .img:not(:last-child) {
37958
+ .cell[data-type='img'] .img:not(:last-child) {
37931
37959
  margin-right: 4px;
37932
37960
  }
37933
37961
  .cell .img {
@@ -37939,10 +37967,10 @@ ellipsis {
37939
37967
  font-size: 12px;
37940
37968
  color: rgba(0, 0, 0, 0.45);
37941
37969
  }
37942
- .cell__disabled[data-type="link"] {
37970
+ .cell__disabled[data-type='link'] {
37943
37971
  pointer-events: none;
37944
37972
  }
37945
- .cell__disabled[data-type="link"] > a {
37973
+ .cell__disabled[data-type='link'] > a {
37946
37974
  color: rgba(0, 0, 0, 0.85);
37947
37975
  }
37948
37976
  g2-chart,