@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/default.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: 14px;
2150
- font-variant: tabular-nums;
2151
- line-height: 1.5715;
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;
@@ -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;
@@ -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: 32px;
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: 14px;
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,9 +18967,42 @@ textarea.ant-mentions {
19526
18967
  margin-right: 8px;
19527
18968
  font-size: 16px;
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: 8px;
19003
+ transform: translateY(0);
19004
+ opacity: 1;
19005
+ }
19532
19006
  }
19533
19007
  @keyframes MessageMoveOut {
19534
19008
  0% {
@@ -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.5715;
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;
@@ -22010,7 +21701,7 @@ span.ant-radio + * {
22010
21701
  }
22011
21702
  .ant-select-single.ant-select-sm {
22012
21703
  height: 24px;
22013
- font-size: 12px;
21704
+ font-size: 14px;
22014
21705
  }
22015
21706
  .ant-select-single.ant-select-sm .ant-select-selector {
22016
21707
  display: flex;
@@ -22052,7 +21743,7 @@ span.ant-radio + * {
22052
21743
  .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-item,
22053
21744
  .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-search,
22054
21745
  .ant-select-single.ant-select-sm.ant-select-show-arrow .ant-select-selection-placeholder {
22055
- padding-inline-end: 15px;
21746
+ padding-inline-end: 18px;
22056
21747
  }
22057
21748
  .ant-select-single.ant-select-sm.ant-select-open .ant-select-selection-item {
22058
21749
  color: #bfbfbf;
@@ -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: 16px;
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,8 +23154,8 @@ 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
23161
  padding: 4px 0;
@@ -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;
@@ -27855,6 +27553,61 @@ cdk-virtual-scroll-viewport.ant-table-body {
27855
27553
  .ant-tooltip-purple .ant-tooltip-arrow {
27856
27554
  --antd-arrow-background-color: #722ed1;
27857
27555
  }
27556
+ .ant-zoom-big-fast-enter,
27557
+ .ant-zoom-big-fast-appear {
27558
+ animation-duration: 0.1s;
27559
+ animation-fill-mode: both;
27560
+ animation-play-state: paused;
27561
+ }
27562
+ .ant-zoom-big-fast-leave {
27563
+ animation-duration: 0.1s;
27564
+ animation-fill-mode: both;
27565
+ animation-play-state: paused;
27566
+ }
27567
+ .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
27568
+ .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
27569
+ animation-name: antZoomBigIn;
27570
+ animation-play-state: running;
27571
+ }
27572
+ .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
27573
+ animation-name: antZoomBigOut;
27574
+ animation-play-state: running;
27575
+ pointer-events: none;
27576
+ }
27577
+ .ant-zoom-big-fast-enter,
27578
+ .ant-zoom-big-fast-appear {
27579
+ animation-duration: 0.1s;
27580
+ animation-fill-mode: both;
27581
+ animation-play-state: paused;
27582
+ }
27583
+ .ant-zoom-big-fast-leave {
27584
+ animation-duration: 0.1s;
27585
+ animation-fill-mode: both;
27586
+ animation-play-state: paused;
27587
+ }
27588
+ .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
27589
+ .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
27590
+ animation-name: antZoomBigIn;
27591
+ animation-play-state: running;
27592
+ }
27593
+ .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
27594
+ animation-name: antZoomBigOut;
27595
+ animation-play-state: running;
27596
+ pointer-events: none;
27597
+ }
27598
+ .ant-zoom-big-fast-enter,
27599
+ .ant-zoom-big-fast-appear {
27600
+ transform: scale(0);
27601
+ opacity: 0;
27602
+ animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
27603
+ }
27604
+ .ant-zoom-big-fast-enter-prepare,
27605
+ .ant-zoom-big-fast-appear-prepare {
27606
+ transform: none;
27607
+ }
27608
+ .ant-zoom-big-fast-leave {
27609
+ animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
27610
+ }
27858
27611
  .ant-tooltip-rtl {
27859
27612
  direction: rtl;
27860
27613
  }
@@ -29968,7 +29721,7 @@ nz-tree-view .ant-tree-list-holder-inner {
29968
29721
  .ant-tree .ant-tree-treenode {
29969
29722
  display: flex;
29970
29723
  align-items: flex-start;
29971
- padding: 0 0 4px 0;
29724
+ margin-bottom: 4px;
29972
29725
  outline: none;
29973
29726
  }
29974
29727
  .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
@@ -30185,9 +29938,6 @@ nz-tree-view .ant-tree-list-holder-inner {
30185
29938
  .font-highlight {
30186
29939
  color: #ff4d4f;
30187
29940
  }
30188
- .ant-tree-child-tree {
30189
- overflow: hidden;
30190
- }
30191
29941
  nz-tree {
30192
29942
  display: block;
30193
29943
  }
@@ -30463,7 +30213,7 @@ nz-tree {
30463
30213
  .ant-select-tree .ant-select-tree-treenode {
30464
30214
  display: flex;
30465
30215
  align-items: flex-start;
30466
- padding: 0 0 4px 0;
30216
+ margin-bottom: 4px;
30467
30217
  outline: none;
30468
30218
  }
30469
30219
  .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
@@ -31209,6 +30959,34 @@ nz-space-item {
31209
30959
  overflow: hidden;
31210
30960
  outline: none;
31211
30961
  }
30962
+ @keyframes antFadeIn {
30963
+ 0% {
30964
+ opacity: 0;
30965
+ }
30966
+ 100% {
30967
+ opacity: 1;
30968
+ }
30969
+ }
30970
+ @keyframes antFadeOut {
30971
+ 0% {
30972
+ opacity: 1;
30973
+ }
30974
+ 100% {
30975
+ opacity: 0;
30976
+ }
30977
+ }
30978
+ .ant-image-preview-fade-motion-enter {
30979
+ animation-name: antFadeIn;
30980
+ animation-duration: 0.2s;
30981
+ animation-timing-function: linear;
30982
+ animation-fill-mode: both;
30983
+ }
30984
+ .ant-image-preview-fade-motion-leave {
30985
+ animation-name: antFadeOut;
30986
+ animation-duration: 0.2s;
30987
+ animation-timing-function: linear;
30988
+ animation-fill-mode: both;
30989
+ }
31212
30990
  .cdk-overlay-backdrop.ant-image-preview-mask {
31213
30991
  opacity: 1;
31214
30992
  }
@@ -31344,26 +31122,16 @@ nz-space-item {
31344
31122
  .ant-qrcode-expired {
31345
31123
  color: rgba(0, 0, 0, 0.85);
31346
31124
  }
31347
- .ant-water-mark {
31348
- position: relative;
31125
+ .ant-color-picker-inner {
31349
31126
  display: block;
31350
31127
  }
31351
- .ant-color-picker {
31352
- position: absolute;
31353
- z-index: 1;
31354
- display: block;
31355
- width: max-content;
31356
- min-width: 250px;
31357
- visibility: visible;
31358
- }
31359
- .ant-color-picker-hidden {
31360
- display: none;
31361
- }
31362
- .ant-color-picker-panel {
31128
+ .ant-color-picker-inner-content {
31363
31129
  display: flex;
31364
31130
  flex-direction: column;
31365
- width: 250px;
31366
- border-radius: 2px;
31131
+ width: 234px;
31132
+ }
31133
+ .ant-color-picker-panel {
31134
+ user-select: none;
31367
31135
  }
31368
31136
  .ant-color-picker-panel-disabled {
31369
31137
  cursor: not-allowed;
@@ -31374,8 +31142,10 @@ nz-space-item {
31374
31142
  }
31375
31143
  .ant-color-picker-palette {
31376
31144
  position: relative;
31145
+ display: block;
31377
31146
  }
31378
31147
  .ant-color-picker-select {
31148
+ display: block;
31379
31149
  margin-bottom: 12px;
31380
31150
  }
31381
31151
  .ant-color-picker-select .ant-color-picker-palette {
@@ -31400,6 +31170,7 @@ nz-space-item {
31400
31170
  z-index: 1;
31401
31171
  }
31402
31172
  .ant-color-picker-handler {
31173
+ display: block;
31403
31174
  box-sizing: border-box;
31404
31175
  width: 16px;
31405
31176
  height: 16px;
@@ -31411,7 +31182,7 @@ nz-space-item {
31411
31182
  height: 12px;
31412
31183
  }
31413
31184
  .ant-color-picker-slider {
31414
- width: 100%;
31185
+ display: block;
31415
31186
  border-radius: 2px;
31416
31187
  }
31417
31188
  .ant-color-picker-slider .ant-color-picker-palette {
@@ -31459,10 +31230,10 @@ nz-space-item {
31459
31230
  }
31460
31231
  .ant-color-picker-color-block {
31461
31232
  position: relative;
31462
- width: 28px;
31463
- height: 28px;
31233
+ display: block;
31234
+ width: 24px;
31235
+ height: 24px;
31464
31236
  overflow: hidden;
31465
- 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);
31466
31237
  background-size: 50% 50%;
31467
31238
  border-radius: 2px;
31468
31239
  }
@@ -31522,6 +31293,7 @@ nz-space-item {
31522
31293
  }
31523
31294
  .ant-color-picker-input-container {
31524
31295
  display: flex;
31296
+ margin-bottom: 12px;
31525
31297
  }
31526
31298
  .ant-color-picker-input-container .ant-select {
31527
31299
  font-size: 12px;
@@ -31593,6 +31365,47 @@ nz-space-item {
31593
31365
  width: 16px;
31594
31366
  height: 16px;
31595
31367
  }
31368
+ .ant-color-picker-presets-wrapper {
31369
+ max-height: 200px;
31370
+ overflow-y: auto;
31371
+ }
31372
+ .ant-color-picker-presets-wrapper .ant-collapse {
31373
+ display: flex;
31374
+ flex-direction: column;
31375
+ gap: 4px;
31376
+ }
31377
+ .ant-color-picker-presets-wrapper .ant-collapse .ant-collapse-header {
31378
+ padding: 0 !important;
31379
+ font-size: 12px;
31380
+ }
31381
+ .ant-color-picker-presets-items {
31382
+ display: flex;
31383
+ flex-wrap: wrap;
31384
+ gap: 8px;
31385
+ padding: 8px 0;
31386
+ }
31387
+ .ant-color-picker-presets-color {
31388
+ position: relative;
31389
+ }
31390
+ .ant-color-picker-presets-color-checked::after {
31391
+ position: absolute;
31392
+ top: 50%;
31393
+ display: table;
31394
+ box-sizing: border-box;
31395
+ width: calc(120px / 13);
31396
+ height: calc(192px / 13);
31397
+ border: 2px solid #fff;
31398
+ border-top: 0;
31399
+ transform: translate(-50%, -60%) rotate(45deg);
31400
+ content: '';
31401
+ pointer-events: none;
31402
+ border-inline-start: 0;
31403
+ inset-inline-start: 46.5%;
31404
+ }
31405
+ .ant-color-picker-presets-color-bright.ant-color-picker-presets-color-checked::after,
31406
+ .ant-color-picker-presets-color-checked.ant-color-picker-presets-color-bright::after {
31407
+ border-color: rgba(0, 0, 0, 0.88);
31408
+ }
31596
31409
  .ant-hash-code {
31597
31410
  display: flex;
31598
31411
  flex-direction: column;
@@ -31719,21 +31532,17 @@ nz-space-item {
31719
31532
  }
31720
31533
  .ant-float-btn {
31721
31534
  position: fixed;
31535
+ bottom: 48px;
31722
31536
  z-index: 99;
31723
31537
  display: block;
31724
31538
  align-items: center;
31725
31539
  justify-content: center;
31726
31540
  width: 40px;
31727
31541
  height: 40px;
31728
- overflow: hidden;
31729
31542
  border: none;
31730
31543
  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);
31731
31544
  cursor: pointer;
31732
31545
  inset-inline-end: 24px;
31733
- inset-block-end: 48px;
31734
- }
31735
- .ant-float-btn-hidden {
31736
- display: none;
31737
31546
  }
31738
31547
  .ant-float-btn-pure {
31739
31548
  position: relative;
@@ -31742,6 +31551,16 @@ nz-space-item {
31742
31551
  .ant-float-btn:empty {
31743
31552
  display: none;
31744
31553
  }
31554
+ .ant-float-btn .ant-badge {
31555
+ width: 100%;
31556
+ height: 100%;
31557
+ }
31558
+ .ant-float-btn .ant-badge .ant-badge-count {
31559
+ top: -6px;
31560
+ transform: translate(0, 0);
31561
+ transform-origin: center;
31562
+ inset-inline-end: -6px;
31563
+ }
31745
31564
  .ant-float-btn-body {
31746
31565
  display: flex;
31747
31566
  align-items: center;
@@ -31756,7 +31575,7 @@ nz-space-item {
31756
31575
  align-items: center;
31757
31576
  justify-content: center;
31758
31577
  min-height: 40px;
31759
- padding: 2px 4px;
31578
+ padding: 4px / 2 4px;
31760
31579
  overflow: hidden;
31761
31580
  text-align: center;
31762
31581
  }
@@ -31783,6 +31602,11 @@ nz-space-item {
31783
31602
  height: 40px;
31784
31603
  border-radius: 50%;
31785
31604
  }
31605
+ .ant-float-btn-circle .ant-badge .ant-badge-dot {
31606
+ top: 5.6px;
31607
+ inset-inline-end: 5.6px;
31608
+ }
31609
+ .ant-float-btn-circle .ant-float-btn-inner,
31786
31610
  .ant-float-btn-circle .ant-float-btn-body {
31787
31611
  border-radius: 50%;
31788
31612
  }
@@ -31791,6 +31615,10 @@ nz-space-item {
31791
31615
  min-height: 40px;
31792
31616
  border-radius: 2px;
31793
31617
  }
31618
+ .ant-float-btn-square .ant-badge .ant-badge-dot {
31619
+ top: 1px;
31620
+ inset-inline-end: 1px;
31621
+ }
31794
31622
  .ant-float-btn-square .ant-float-btn-body {
31795
31623
  height: auto;
31796
31624
  border-radius: 2px;
@@ -31936,6 +31764,10 @@ nz-space-item {
31936
31764
  .ant-float-btn-group-square .ant-float-btn-square:not(:last-child) {
31937
31765
  border-bottom: 1px solid #d9d9d9;
31938
31766
  }
31767
+ .ant-float-btn-group-square .ant-float-btn-square .ant-badge .ant-badge-count {
31768
+ top: -10px;
31769
+ inset-inline-end: -10px;
31770
+ }
31939
31771
  .ant-float-btn-group-square .ant-float-btn-group-wrap {
31940
31772
  border-radius: 2px;
31941
31773
  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);
@@ -31992,6 +31824,203 @@ nz-space-item {
31992
31824
  width: 32px;
31993
31825
  height: 32px;
31994
31826
  }
31827
+ /* stylelint-disable less/no-duplicate-variables */
31828
+ .ant-float-btn-enter-top {
31829
+ animation: enter-top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31830
+ }
31831
+ .ant-float-btn-leave-top {
31832
+ animation: leave-top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31833
+ }
31834
+ .ant-float-btn-enter-bottom {
31835
+ animation: enter-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31836
+ }
31837
+ .ant-float-btn-leave-bottom {
31838
+ animation: leave-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31839
+ }
31840
+ .ant-float-btn-enter-left {
31841
+ animation: enter-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31842
+ }
31843
+ .ant-float-btn-leave-left {
31844
+ animation: leave-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31845
+ }
31846
+ .ant-float-btn-enter-right {
31847
+ animation: enter-right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31848
+ }
31849
+ .ant-float-btn-leave-right {
31850
+ animation: leave-right 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
31851
+ }
31852
+ @keyframes enter-top {
31853
+ from {
31854
+ transform: translateY(40px);
31855
+ opacity: 0;
31856
+ }
31857
+ to {
31858
+ transform: translateY(0);
31859
+ opacity: 1;
31860
+ }
31861
+ }
31862
+ @keyframes enter-top {
31863
+ from {
31864
+ transform: translateY(40px);
31865
+ opacity: 0;
31866
+ }
31867
+ to {
31868
+ transform: translateY(0);
31869
+ opacity: 1;
31870
+ }
31871
+ }
31872
+ @keyframes leave-top {
31873
+ from {
31874
+ transform: translateY(0);
31875
+ opacity: 1;
31876
+ }
31877
+ to {
31878
+ transform: translateY(40px);
31879
+ opacity: 0;
31880
+ }
31881
+ }
31882
+ @keyframes leave-top {
31883
+ from {
31884
+ transform: translateY(0);
31885
+ opacity: 1;
31886
+ }
31887
+ to {
31888
+ transform: translateY(40px);
31889
+ opacity: 0;
31890
+ }
31891
+ }
31892
+ @keyframes enter-bottom {
31893
+ from {
31894
+ transform: translateY(-40px);
31895
+ opacity: 0;
31896
+ }
31897
+ to {
31898
+ transform: translateY(0);
31899
+ opacity: 1;
31900
+ }
31901
+ }
31902
+ @keyframes enter-bottom {
31903
+ from {
31904
+ transform: translateY(-40px);
31905
+ opacity: 0;
31906
+ }
31907
+ to {
31908
+ transform: translateY(0);
31909
+ opacity: 1;
31910
+ }
31911
+ }
31912
+ @keyframes leave-bottom {
31913
+ from {
31914
+ transform: translateY(0);
31915
+ opacity: 1;
31916
+ }
31917
+ to {
31918
+ transform: translateY(-40px);
31919
+ opacity: 0;
31920
+ }
31921
+ }
31922
+ @keyframes leave-bottom {
31923
+ from {
31924
+ transform: translateY(0);
31925
+ opacity: 1;
31926
+ }
31927
+ to {
31928
+ transform: translateY(-40px);
31929
+ opacity: 0;
31930
+ }
31931
+ }
31932
+ @keyframes enter-left {
31933
+ from {
31934
+ transform: translateX(40px);
31935
+ opacity: 0;
31936
+ }
31937
+ to {
31938
+ transform: translateX(0);
31939
+ opacity: 1;
31940
+ }
31941
+ }
31942
+ @keyframes enter-left {
31943
+ from {
31944
+ transform: translateX(40px);
31945
+ opacity: 0;
31946
+ }
31947
+ to {
31948
+ transform: translateX(0);
31949
+ opacity: 1;
31950
+ }
31951
+ }
31952
+ @keyframes leave-left {
31953
+ from {
31954
+ transform: translateX(0);
31955
+ opacity: 1;
31956
+ }
31957
+ to {
31958
+ transform: translateX(40px);
31959
+ opacity: 0;
31960
+ }
31961
+ }
31962
+ @keyframes leave-left {
31963
+ from {
31964
+ transform: translateX(0);
31965
+ opacity: 1;
31966
+ }
31967
+ to {
31968
+ transform: translateX(40px);
31969
+ opacity: 0;
31970
+ }
31971
+ }
31972
+ @keyframes enter-right {
31973
+ from {
31974
+ transform: translateX(-40px);
31975
+ opacity: 0;
31976
+ }
31977
+ to {
31978
+ transform: translateX(0);
31979
+ opacity: 1;
31980
+ }
31981
+ }
31982
+ @keyframes enter-right {
31983
+ from {
31984
+ transform: translateX(-40px);
31985
+ opacity: 0;
31986
+ }
31987
+ to {
31988
+ transform: translateX(0);
31989
+ opacity: 1;
31990
+ }
31991
+ }
31992
+ @keyframes leave-right {
31993
+ from {
31994
+ transform: translateX(0);
31995
+ opacity: 1;
31996
+ }
31997
+ to {
31998
+ transform: translateX(-40px);
31999
+ opacity: 0;
32000
+ }
32001
+ }
32002
+ @keyframes leave-right {
32003
+ from {
32004
+ transform: translateX(0);
32005
+ opacity: 1;
32006
+ }
32007
+ to {
32008
+ transform: translateX(-40px);
32009
+ opacity: 0;
32010
+ }
32011
+ }
32012
+ .ant-float-btn-top .ant-float-btn-top-motion-enter {
32013
+ animation-name: antFadeIn;
32014
+ animation-duration: 0.2s;
32015
+ animation-timing-function: linear;
32016
+ animation-fill-mode: both;
32017
+ }
32018
+ .ant-float-btn-top .ant-float-btn-top-motion-leave {
32019
+ animation-name: antFadeOut;
32020
+ animation-duration: 0.2s;
32021
+ animation-timing-function: linear;
32022
+ animation-fill-mode: both;
32023
+ }
31995
32024
  .ant-check-list {
31996
32025
  position: fixed;
31997
32026
  right: 32px;
@@ -33049,6 +33078,9 @@ fieldset {
33049
33078
  .sf .ant-transfer .ant-btn + .ant-btn {
33050
33079
  margin-left: 0;
33051
33080
  }
33081
+ .sf .ant-mentions {
33082
+ display: inline-flex;
33083
+ }
33052
33084
  .sf__no-error .ant-form-item {
33053
33085
  margin-bottom: 8px;
33054
33086
  }
@@ -33159,7 +33191,6 @@ fieldset {
33159
33191
  }
33160
33192
  .setting-drawer__theme {
33161
33193
  overflow: hidden;
33162
- margin-top: 24px;
33163
33194
  }
33164
33195
  .setting-drawer__theme-tag {
33165
33196
  cursor: pointer;
@@ -33194,10 +33225,6 @@ fieldset {
33194
33225
  font-size: 20px;
33195
33226
  color: #fff;
33196
33227
  }
33197
- .setting-drawer__handle-opened {
33198
- z-index: 1001;
33199
- right: 500px;
33200
- }
33201
33228
  .setting-drawer-rtl {
33202
33229
  direction: rtl;
33203
33230
  }
@@ -34969,7 +34996,7 @@ code {
34969
34996
  */
34970
34997
  .fixed-top {
34971
34998
  position: fixed;
34972
- z-index: 9;
34999
+ z-index: 100;
34973
35000
  top: 0;
34974
35001
  right: 0;
34975
35002
  left: 0;
@@ -34981,7 +35008,7 @@ code {
34981
35008
  */
34982
35009
  .fixed-bottom {
34983
35010
  position: fixed;
34984
- z-index: 9;
35011
+ z-index: 100;
34985
35012
  right: 0;
34986
35013
  bottom: 0;
34987
35014
  left: 0;
@@ -36090,7 +36117,8 @@ body {
36090
36117
  font-size: 12px;
36091
36118
  color: #8c8c8c;
36092
36119
  }
36093
- .alain-default__content nz-input-group {
36120
+ .alain-default__content nz-input-group,
36121
+ .alain-default__content nz-input-wrapper {
36094
36122
  width: auto;
36095
36123
  }
36096
36124
  .alain-default__hide-aside .alain-default__content {
@@ -36122,7 +36150,7 @@ body {
36122
36150
  }
36123
36151
  }
36124
36152
  .alain-default__header {
36125
- z-index: 19;
36153
+ z-index: 110;
36126
36154
  display: flex;
36127
36155
  align-items: center;
36128
36156
  width: 100%;
@@ -36231,7 +36259,7 @@ body {
36231
36259
  .alain-default__search .ant-input-affix-wrapper {
36232
36260
  border: none;
36233
36261
  color: #fff;
36234
- background-color: #ffffff;
36262
+ background-color: rgba(255, 255, 255, 0.2);
36235
36263
  }
36236
36264
  .alain-default__search .ant-input::placeholder,
36237
36265
  .alain-default__search .ant-input-group-addon::placeholder,
@@ -36242,8 +36270,8 @@ body {
36242
36270
  .alain-default__search .ant-input-affix-wrapper .ant-input {
36243
36271
  background-color: transparent;
36244
36272
  }
36245
- .alain-default__search .ant-input-group-addon i,
36246
- .alain-default__search .ant-input-affix-wrapper i {
36273
+ .alain-default__search .ant-input-group-addon .anticon,
36274
+ .alain-default__search .ant-input-affix-wrapper .anticon {
36247
36275
  color: #fff;
36248
36276
  transition: color 300ms,
36249
36277
  transform 400ms;
@@ -36260,15 +36288,15 @@ body {
36260
36288
  color: #595959;
36261
36289
  opacity: 1;
36262
36290
  }
36263
- .alain-default__search-focus .ant-input-group-addon i,
36264
- .alain-default__search-focus .ant-input-affix-wrapper i {
36291
+ .alain-default__search-focus .ant-input-group-addon .anticon,
36292
+ .alain-default__search-focus .ant-input-affix-wrapper .anticon {
36265
36293
  transform: rotate(90deg);
36266
36294
  color: #595959;
36267
36295
  }
36268
36296
  @media (max-width: 767px) {
36269
36297
  .alain-default__search {
36270
36298
  position: absolute;
36271
- z-index: 29;
36299
+ z-index: 120;
36272
36300
  top: 0;
36273
36301
  left: 0;
36274
36302
  align-items: center;
@@ -36312,7 +36340,7 @@ body {
36312
36340
  }
36313
36341
  .alain-default__aside {
36314
36342
  position: absolute;
36315
- z-index: 14;
36343
+ z-index: 105;
36316
36344
  top: 0;
36317
36345
  bottom: 0;
36318
36346
  overflow: hidden;
@@ -36399,7 +36427,7 @@ body {
36399
36427
  }
36400
36428
  .alain-default__progress-bar {
36401
36429
  position: fixed;
36402
- z-index: 29;
36430
+ z-index: 120;
36403
36431
  overflow: hidden;
36404
36432
  width: 100vw;
36405
36433
  height: 4px;
@@ -36575,7 +36603,7 @@ body {
36575
36603
  }
36576
36604
  .sidebar-nav__floating {
36577
36605
  position: absolute;
36578
- z-index: 16;
36606
+ z-index: 107;
36579
36607
  display: none;
36580
36608
  min-width: 160px;
36581
36609
  border: 1px solid var(--alain-default-heading-border, #efe3e5);
@@ -36693,7 +36721,7 @@ body {
36693
36721
  }
36694
36722
  .alain-default__fixed .reuse-tab {
36695
36723
  position: fixed;
36696
- z-index: 10;
36724
+ z-index: 101;
36697
36725
  top: var(--alain-default-header-hg, 64px);
36698
36726
  right: 24px;
36699
36727
  left: 224px;
@@ -37366,7 +37394,7 @@ ellipsis {
37366
37394
  }
37367
37395
  .footer-toolbar {
37368
37396
  position: fixed;
37369
- z-index: 9;
37397
+ z-index: 100;
37370
37398
  right: 0;
37371
37399
  bottom: 0;
37372
37400
  display: flex;
@@ -37668,7 +37696,7 @@ ellipsis {
37668
37696
  }
37669
37697
  .quick-menu {
37670
37698
  position: fixed;
37671
- z-index: 11;
37699
+ z-index: 102;
37672
37700
  right: -1px;
37673
37701
  left: auto;
37674
37702
  display: block;
@@ -37928,7 +37956,7 @@ ellipsis {
37928
37956
  .cell__small {
37929
37957
  font-size: 12px;
37930
37958
  }
37931
- .cell[data-type="img"] .img:not(:last-child) {
37959
+ .cell[data-type='img'] .img:not(:last-child) {
37932
37960
  margin-right: 4px;
37933
37961
  }
37934
37962
  .cell .img {
@@ -37940,10 +37968,10 @@ ellipsis {
37940
37968
  font-size: 12px;
37941
37969
  color: rgba(0, 0, 0, 0.45);
37942
37970
  }
37943
- .cell__disabled[data-type="link"] {
37971
+ .cell__disabled[data-type='link'] {
37944
37972
  pointer-events: none;
37945
37973
  }
37946
- .cell__disabled[data-type="link"] > a {
37974
+ .cell__disabled[data-type='link'] > a {
37947
37975
  color: rgba(0, 0, 0, 0.85);
37948
37976
  }
37949
37977
  g2-chart,