@jetlinks-web/components 2.4.5 → 2.4.7

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.
@@ -1029,6 +1029,3435 @@ textarea.ant-pagination-options-quick-jumper input {
1029
1029
  margin-right: 2px;
1030
1030
  margin-left: 0;
1031
1031
  }
1032
+ .ant-table.ant-table-middle {
1033
+ font-size: 14px;
1034
+ }
1035
+ .ant-table.ant-table-middle .ant-table-title,
1036
+ .ant-table.ant-table-middle .ant-table-footer,
1037
+ .ant-table.ant-table-middle .ant-table-thead > tr > th,
1038
+ .ant-table.ant-table-middle .ant-table-tbody > tr > td,
1039
+ .ant-table.ant-table-middle tfoot > tr > th,
1040
+ .ant-table.ant-table-middle tfoot > tr > td {
1041
+ padding: 12px 8px;
1042
+ }
1043
+ .ant-table.ant-table-middle .ant-table-filter-trigger {
1044
+ margin-right: -4px;
1045
+ }
1046
+ .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
1047
+ margin: -12px -8px;
1048
+ }
1049
+ .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
1050
+ margin: -12px -8px -12px 25px;
1051
+ }
1052
+ .ant-table.ant-table-small {
1053
+ font-size: 14px;
1054
+ }
1055
+ .ant-table.ant-table-small .ant-table-title,
1056
+ .ant-table.ant-table-small .ant-table-footer,
1057
+ .ant-table.ant-table-small .ant-table-thead > tr > th,
1058
+ .ant-table.ant-table-small .ant-table-tbody > tr > td,
1059
+ .ant-table.ant-table-small tfoot > tr > th,
1060
+ .ant-table.ant-table-small tfoot > tr > td {
1061
+ padding: 8px 8px;
1062
+ }
1063
+ .ant-table.ant-table-small .ant-table-filter-trigger {
1064
+ margin-right: -4px;
1065
+ }
1066
+ .ant-table.ant-table-small .ant-table-expanded-row-fixed {
1067
+ margin: -8px -8px;
1068
+ }
1069
+ .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
1070
+ margin: -8px -8px -8px 25px;
1071
+ }
1072
+ .ant-table-small .ant-table-thead > tr > th {
1073
+ background-color: #fafafa;
1074
+ }
1075
+ .ant-table-small .ant-table-selection-column {
1076
+ width: 46px;
1077
+ min-width: 46px;
1078
+ }
1079
+ .ant-table.ant-table-bordered > .ant-table-title {
1080
+ border: 1px solid #f0f0f0;
1081
+ border-bottom: 0;
1082
+ }
1083
+ .ant-table.ant-table-bordered > .ant-table-container {
1084
+ border-left: 1px solid #f0f0f0;
1085
+ }
1086
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
1087
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
1088
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
1089
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
1090
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
1091
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
1092
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
1093
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
1094
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
1095
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
1096
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
1097
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
1098
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
1099
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
1100
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
1101
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
1102
+ border-right: 1px solid #f0f0f0;
1103
+ }
1104
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
1105
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
1106
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
1107
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
1108
+ border-bottom: 1px solid #f0f0f0;
1109
+ }
1110
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
1111
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
1112
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
1113
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
1114
+ background-color: transparent !important;
1115
+ }
1116
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
1117
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
1118
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
1119
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
1120
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
1121
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
1122
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
1123
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
1124
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
1125
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
1126
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
1127
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
1128
+ border-right: 1px solid #f0f0f0;
1129
+ }
1130
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
1131
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
1132
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
1133
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
1134
+ margin: -16px -17px;
1135
+ }
1136
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
1137
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
1138
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
1139
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
1140
+ position: absolute;
1141
+ top: 0;
1142
+ right: 1px;
1143
+ bottom: 0;
1144
+ border-right: 1px solid #f0f0f0;
1145
+ content: '';
1146
+ }
1147
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
1148
+ .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
1149
+ border-top: 1px solid #f0f0f0;
1150
+ }
1151
+ .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
1152
+ .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
1153
+ border-right: 0;
1154
+ }
1155
+ .ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
1156
+ .ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
1157
+ margin: -12px -9px;
1158
+ }
1159
+ .ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
1160
+ .ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
1161
+ margin: -8px -9px;
1162
+ }
1163
+ .ant-table.ant-table-bordered > .ant-table-footer {
1164
+ border: 1px solid #f0f0f0;
1165
+ border-top: 0;
1166
+ }
1167
+ .ant-table-cell .ant-table-container:first-child {
1168
+ border-top: 0;
1169
+ }
1170
+ .ant-table-cell-scrollbar {
1171
+ box-shadow: 0 1px 0 1px #fafafa;
1172
+ }
1173
+ .ant-table-resize-handle {
1174
+ position: absolute;
1175
+ top: 0;
1176
+ height: 100% !important;
1177
+ bottom: 0;
1178
+ left: auto !important;
1179
+ right: -8px;
1180
+ cursor: col-resize;
1181
+ touch-action: none;
1182
+ -webkit-user-select: auto;
1183
+ -moz-user-select: auto;
1184
+ user-select: auto;
1185
+ width: 16px;
1186
+ z-index: 1;
1187
+ }
1188
+ .ant-table-resize-handle-line {
1189
+ display: block;
1190
+ width: 1px;
1191
+ margin-left: 7px;
1192
+ height: 100% !important;
1193
+ background-color: #1890ff;
1194
+ opacity: 0;
1195
+ }
1196
+ .ant-table-resize-handle:hover .ant-table-resize-handle-line {
1197
+ opacity: 1;
1198
+ }
1199
+ .ant-table-resize-handle.dragging {
1200
+ overflow: hidden;
1201
+ }
1202
+ .ant-table-resize-handle.dragging .ant-table-resize-handle-line {
1203
+ opacity: 1;
1204
+ }
1205
+ .ant-table-resize-handle.dragging:before {
1206
+ position: absolute;
1207
+ top: 0;
1208
+ bottom: 0;
1209
+ width: 100%;
1210
+ content: ' ';
1211
+ width: 200vw;
1212
+ transform: translateX(-50%);
1213
+ opacity: 0;
1214
+ }
1215
+ .ant-table-wrapper {
1216
+ clear: both;
1217
+ max-width: 100%;
1218
+ }
1219
+ .ant-table-wrapper::before {
1220
+ display: table;
1221
+ content: '';
1222
+ }
1223
+ .ant-table-wrapper::after {
1224
+ display: table;
1225
+ clear: both;
1226
+ content: '';
1227
+ }
1228
+ .ant-table {
1229
+ box-sizing: border-box;
1230
+ margin: 0;
1231
+ padding: 0;
1232
+ color: rgba(0, 0, 0, 0.85);
1233
+ font-variant: tabular-nums;
1234
+ line-height: 1.5715;
1235
+ list-style: none;
1236
+ font-feature-settings: 'tnum';
1237
+ position: relative;
1238
+ font-size: 14px;
1239
+ background: #fff;
1240
+ border-radius: 2px;
1241
+ }
1242
+ .ant-table table {
1243
+ width: 100%;
1244
+ text-align: left;
1245
+ border-radius: 2px 2px 0 0;
1246
+ border-collapse: separate;
1247
+ border-spacing: 0;
1248
+ }
1249
+ .ant-table-thead > tr > th,
1250
+ .ant-table-tbody > tr > td,
1251
+ .ant-table tfoot > tr > th,
1252
+ .ant-table tfoot > tr > td {
1253
+ position: relative;
1254
+ padding: 16px 16px;
1255
+ overflow-wrap: break-word;
1256
+ }
1257
+ .ant-table-cell-ellipsis {
1258
+ overflow: hidden;
1259
+ white-space: nowrap;
1260
+ text-overflow: ellipsis;
1261
+ word-break: keep-all;
1262
+ }
1263
+ .ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
1264
+ .ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
1265
+ overflow: visible;
1266
+ }
1267
+ .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
1268
+ .ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
1269
+ display: block;
1270
+ overflow: hidden;
1271
+ text-overflow: ellipsis;
1272
+ }
1273
+ .ant-table-cell-ellipsis .ant-table-column-title {
1274
+ overflow: hidden;
1275
+ text-overflow: ellipsis;
1276
+ word-break: keep-all;
1277
+ }
1278
+ .ant-table-title {
1279
+ padding: 16px 16px;
1280
+ }
1281
+ .ant-table-footer {
1282
+ padding: 16px 16px;
1283
+ color: rgba(0, 0, 0, 0.85);
1284
+ background: #fafafa;
1285
+ }
1286
+ .ant-table-thead > tr > th {
1287
+ position: relative;
1288
+ color: rgba(0, 0, 0, 0.85);
1289
+ font-weight: 500;
1290
+ text-align: left;
1291
+ background: #fafafa;
1292
+ border-bottom: 1px solid #f0f0f0;
1293
+ transition: background 0.3s ease;
1294
+ }
1295
+ .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
1296
+ text-align: center;
1297
+ }
1298
+ .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
1299
+ position: absolute;
1300
+ top: 50%;
1301
+ right: 0;
1302
+ width: 1px;
1303
+ height: 1.6em;
1304
+ background-color: rgba(0, 0, 0, 0.06);
1305
+ transform: translateY(-50%);
1306
+ transition: background-color 0.3s;
1307
+ content: '';
1308
+ }
1309
+ .ant-table-thead > tr:not(:last-child) > th[colspan] {
1310
+ border-bottom: 0;
1311
+ }
1312
+ .ant-table-tbody > tr > td {
1313
+ border-bottom: 1px solid #f0f0f0;
1314
+ transition: background 0.3s;
1315
+ }
1316
+ .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
1317
+ .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
1318
+ margin: -16px -16px -16px 33px;
1319
+ }
1320
+ .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
1321
+ .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
1322
+ border-bottom: 0;
1323
+ }
1324
+ .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
1325
+ .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
1326
+ .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
1327
+ .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
1328
+ border-radius: 0;
1329
+ }
1330
+ .ant-table-tbody > tr.ant-table-row:hover > td,
1331
+ .ant-table-tbody > tr > td.ant-table-cell-row-hover {
1332
+ background: #fafafa;
1333
+ }
1334
+ .ant-table-tbody > tr.ant-table-row-selected > td {
1335
+ background: #e6f7ff;
1336
+ border-color: rgba(0, 0, 0, 0.03);
1337
+ }
1338
+ .ant-table-tbody > tr.ant-table-row-selected:hover > td {
1339
+ background: #dcf4ff;
1340
+ }
1341
+ .ant-table-summary {
1342
+ position: relative;
1343
+ z-index: 2;
1344
+ background: #fff;
1345
+ }
1346
+ div.ant-table-summary {
1347
+ box-shadow: 0 -1px 0 #f0f0f0;
1348
+ }
1349
+ .ant-table-summary > tr > th,
1350
+ .ant-table-summary > tr > td {
1351
+ border-bottom: 1px solid #f0f0f0;
1352
+ }
1353
+ .ant-table-pagination.ant-pagination {
1354
+ margin: 16px 0;
1355
+ }
1356
+ .ant-table-pagination {
1357
+ display: flex;
1358
+ flex-wrap: wrap;
1359
+ row-gap: 8px;
1360
+ }
1361
+ .ant-table-pagination > * {
1362
+ flex: none;
1363
+ }
1364
+ .ant-table-pagination-left {
1365
+ justify-content: flex-start;
1366
+ }
1367
+ .ant-table-pagination-center {
1368
+ justify-content: center;
1369
+ }
1370
+ .ant-table-pagination-right {
1371
+ justify-content: flex-end;
1372
+ }
1373
+ .ant-table-thead th.ant-table-column-has-sorters {
1374
+ cursor: pointer;
1375
+ transition: all 0.3s;
1376
+ }
1377
+ .ant-table-thead th.ant-table-column-has-sorters:hover {
1378
+ background: rgba(0, 0, 0, 0.04);
1379
+ }
1380
+ .ant-table-thead th.ant-table-column-has-sorters:hover::before {
1381
+ background-color: transparent !important;
1382
+ }
1383
+ .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
1384
+ .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
1385
+ background: #f5f5f5;
1386
+ }
1387
+ .ant-table-thead th.ant-table-column-sort {
1388
+ background: #f5f5f5;
1389
+ }
1390
+ .ant-table-thead th.ant-table-column-sort::before {
1391
+ background-color: transparent !important;
1392
+ }
1393
+ td.ant-table-column-sort {
1394
+ background: #fafafa;
1395
+ }
1396
+ .ant-table-column-title {
1397
+ position: relative;
1398
+ z-index: 1;
1399
+ flex: 1;
1400
+ }
1401
+ .ant-table-column-sorters {
1402
+ display: flex;
1403
+ flex: auto;
1404
+ align-items: center;
1405
+ justify-content: space-between;
1406
+ }
1407
+ .ant-table-column-sorters::after {
1408
+ position: absolute;
1409
+ top: 0;
1410
+ right: 0;
1411
+ bottom: 0;
1412
+ left: 0;
1413
+ width: 100%;
1414
+ height: 100%;
1415
+ content: '';
1416
+ }
1417
+ .ant-table-column-sorter {
1418
+ margin-left: 4px;
1419
+ color: #bfbfbf;
1420
+ font-size: 0;
1421
+ transition: color 0.3s;
1422
+ }
1423
+ .ant-table-column-sorter-inner {
1424
+ display: inline-flex;
1425
+ flex-direction: column;
1426
+ align-items: center;
1427
+ }
1428
+ .ant-table-column-sorter-up,
1429
+ .ant-table-column-sorter-down {
1430
+ font-size: 11px;
1431
+ }
1432
+ .ant-table-column-sorter-up.active,
1433
+ .ant-table-column-sorter-down.active {
1434
+ color: #1890ff;
1435
+ }
1436
+ .ant-table-column-sorter-up + .ant-table-column-sorter-down {
1437
+ margin-top: -0.3em;
1438
+ }
1439
+ .ant-table-column-sorters:hover .ant-table-column-sorter {
1440
+ color: #a6a6a6;
1441
+ }
1442
+ .ant-table-filter-column {
1443
+ display: flex;
1444
+ justify-content: space-between;
1445
+ }
1446
+ .ant-table-filter-trigger {
1447
+ position: relative;
1448
+ display: flex;
1449
+ align-items: center;
1450
+ margin: -4px -8px -4px 4px;
1451
+ padding: 0 4px;
1452
+ color: #bfbfbf;
1453
+ font-size: 12px;
1454
+ border-radius: 2px;
1455
+ cursor: pointer;
1456
+ transition: all 0.3s;
1457
+ }
1458
+ .ant-table-filter-trigger:hover {
1459
+ color: rgba(0, 0, 0, 0.45);
1460
+ background: rgba(0, 0, 0, 0.04);
1461
+ }
1462
+ .ant-table-filter-trigger.active {
1463
+ color: #1890ff;
1464
+ }
1465
+ .ant-table-filter-dropdown {
1466
+ box-sizing: border-box;
1467
+ margin: 0;
1468
+ padding: 0;
1469
+ color: rgba(0, 0, 0, 0.85);
1470
+ font-size: 14px;
1471
+ font-variant: tabular-nums;
1472
+ line-height: 1.5715;
1473
+ list-style: none;
1474
+ font-feature-settings: 'tnum';
1475
+ min-width: 120px;
1476
+ background-color: #fff;
1477
+ border-radius: 2px;
1478
+ 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);
1479
+ }
1480
+ .ant-table-filter-dropdown .ant-dropdown-menu {
1481
+ max-height: 264px;
1482
+ overflow-x: hidden;
1483
+ border: 0;
1484
+ box-shadow: none;
1485
+ }
1486
+ .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
1487
+ display: block;
1488
+ padding: 8px 0;
1489
+ color: rgba(0, 0, 0, 0.25);
1490
+ font-size: 12px;
1491
+ text-align: center;
1492
+ content: 'Not Found';
1493
+ }
1494
+ .ant-table-filter-dropdown-tree {
1495
+ padding: 8px 8px 0;
1496
+ }
1497
+ .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
1498
+ background-color: #f5f5f5;
1499
+ }
1500
+ .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
1501
+ .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
1502
+ background-color: #bae7ff;
1503
+ }
1504
+ .ant-table-filter-dropdown-search {
1505
+ padding: 8px;
1506
+ border-bottom: 1px #f0f0f0 solid;
1507
+ }
1508
+ .ant-table-filter-dropdown-search-input input {
1509
+ min-width: 140px;
1510
+ }
1511
+ .ant-table-filter-dropdown-search-input .anticon {
1512
+ color: rgba(0, 0, 0, 0.25);
1513
+ }
1514
+ .ant-table-filter-dropdown-checkall {
1515
+ width: 100%;
1516
+ margin-bottom: 4px;
1517
+ margin-left: 4px;
1518
+ }
1519
+ .ant-table-filter-dropdown-submenu > ul {
1520
+ max-height: calc(100vh - 130px);
1521
+ overflow-x: hidden;
1522
+ overflow-y: auto;
1523
+ }
1524
+ .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
1525
+ .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
1526
+ padding-left: 8px;
1527
+ }
1528
+ .ant-table-filter-dropdown-btns {
1529
+ display: flex;
1530
+ justify-content: space-between;
1531
+ padding: 7px 8px;
1532
+ overflow: hidden;
1533
+ background-color: inherit;
1534
+ border-top: 1px solid #f0f0f0;
1535
+ }
1536
+ .ant-table-selection-col {
1537
+ width: 32px;
1538
+ }
1539
+ .ant-table-bordered .ant-table-selection-col {
1540
+ width: 50px;
1541
+ }
1542
+ table tr th.ant-table-selection-column,
1543
+ table tr td.ant-table-selection-column {
1544
+ padding-right: 8px;
1545
+ padding-left: 8px;
1546
+ text-align: center;
1547
+ }
1548
+ table tr th.ant-table-selection-column .ant-radio-wrapper,
1549
+ table tr td.ant-table-selection-column .ant-radio-wrapper {
1550
+ margin-right: 0;
1551
+ }
1552
+ table tr th.ant-table-selection-column.ant-table-cell-fix-left {
1553
+ z-index: 3;
1554
+ }
1555
+ table tr th.ant-table-selection-column::after {
1556
+ background-color: transparent !important;
1557
+ }
1558
+ .ant-table-selection {
1559
+ position: relative;
1560
+ display: inline-flex;
1561
+ flex-direction: column;
1562
+ }
1563
+ .ant-table-selection-extra {
1564
+ position: absolute;
1565
+ top: 0;
1566
+ z-index: 1;
1567
+ cursor: pointer;
1568
+ transition: all 0.3s;
1569
+ margin-inline-start: 100%;
1570
+ padding-inline-start: 4px;
1571
+ }
1572
+ .ant-table-selection-extra .anticon {
1573
+ color: #bfbfbf;
1574
+ font-size: 10px;
1575
+ }
1576
+ .ant-table-selection-extra .anticon:hover {
1577
+ color: #a6a6a6;
1578
+ }
1579
+ .ant-table-expand-icon-col {
1580
+ width: 48px;
1581
+ }
1582
+ .ant-table-row-expand-icon-cell {
1583
+ text-align: center;
1584
+ }
1585
+ .ant-table-row-indent {
1586
+ float: left;
1587
+ height: 1px;
1588
+ }
1589
+ .ant-table-row-expand-icon {
1590
+ color: #1890ff;
1591
+ text-decoration: none;
1592
+ cursor: pointer;
1593
+ transition: color 0.3s;
1594
+ position: relative;
1595
+ display: inline-flex;
1596
+ float: left;
1597
+ box-sizing: border-box;
1598
+ width: 17px;
1599
+ height: 17px;
1600
+ padding: 0;
1601
+ color: inherit;
1602
+ line-height: 17px;
1603
+ background: #fff;
1604
+ border: 1px solid #f0f0f0;
1605
+ border-radius: 2px;
1606
+ outline: none;
1607
+ transform: scale(0.94117647);
1608
+ transition: all 0.3s;
1609
+ -webkit-user-select: none;
1610
+ -moz-user-select: none;
1611
+ user-select: none;
1612
+ }
1613
+ .ant-table-row-expand-icon:focus,
1614
+ .ant-table-row-expand-icon:hover {
1615
+ color: #40a9ff;
1616
+ }
1617
+ .ant-table-row-expand-icon:active {
1618
+ color: #096dd9;
1619
+ }
1620
+ .ant-table-row-expand-icon:focus,
1621
+ .ant-table-row-expand-icon:hover,
1622
+ .ant-table-row-expand-icon:active {
1623
+ border-color: currentcolor;
1624
+ }
1625
+ .ant-table-row-expand-icon::before,
1626
+ .ant-table-row-expand-icon::after {
1627
+ position: absolute;
1628
+ background: currentcolor;
1629
+ transition: transform 0.3s ease-out;
1630
+ content: '';
1631
+ }
1632
+ .ant-table-row-expand-icon::before {
1633
+ top: 7px;
1634
+ right: 3px;
1635
+ left: 3px;
1636
+ height: 1px;
1637
+ }
1638
+ .ant-table-row-expand-icon::after {
1639
+ top: 3px;
1640
+ bottom: 3px;
1641
+ left: 7px;
1642
+ width: 1px;
1643
+ transform: rotate(90deg);
1644
+ }
1645
+ .ant-table-row-expand-icon-collapsed::before {
1646
+ transform: rotate(-180deg);
1647
+ }
1648
+ .ant-table-row-expand-icon-collapsed::after {
1649
+ transform: rotate(0deg);
1650
+ }
1651
+ .ant-table-row-expand-icon-spaced {
1652
+ background: transparent;
1653
+ border: 0;
1654
+ visibility: hidden;
1655
+ }
1656
+ .ant-table-row-expand-icon-spaced::before,
1657
+ .ant-table-row-expand-icon-spaced::after {
1658
+ display: none;
1659
+ content: none;
1660
+ }
1661
+ .ant-table-row-indent + .ant-table-row-expand-icon {
1662
+ margin-top: 2.5005px;
1663
+ margin-right: 8px;
1664
+ }
1665
+ tr.ant-table-expanded-row > td,
1666
+ tr.ant-table-expanded-row:hover > td {
1667
+ background: #fbfbfb;
1668
+ }
1669
+ tr.ant-table-expanded-row .ant-descriptions-view {
1670
+ display: flex;
1671
+ }
1672
+ tr.ant-table-expanded-row .ant-descriptions-view table {
1673
+ flex: auto;
1674
+ width: auto;
1675
+ }
1676
+ .ant-table .ant-table-expanded-row-fixed {
1677
+ position: relative;
1678
+ margin: -16px -16px;
1679
+ padding: 16px 16px;
1680
+ }
1681
+ .ant-table-tbody > tr.ant-table-placeholder {
1682
+ text-align: center;
1683
+ }
1684
+ .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
1685
+ color: rgba(0, 0, 0, 0.25);
1686
+ }
1687
+ .ant-table-tbody > tr.ant-table-placeholder:hover > td {
1688
+ background: #fff;
1689
+ }
1690
+ .ant-table-cell-fix-left,
1691
+ .ant-table-cell-fix-right {
1692
+ position: sticky !important;
1693
+ z-index: 2;
1694
+ background: #fff;
1695
+ }
1696
+ .ant-table-cell-fix-left-first::after,
1697
+ .ant-table-cell-fix-left-last::after {
1698
+ position: absolute;
1699
+ top: 0;
1700
+ right: 0;
1701
+ bottom: -1px;
1702
+ width: 30px;
1703
+ transform: translateX(100%);
1704
+ transition: box-shadow 0.3s;
1705
+ content: '';
1706
+ pointer-events: none;
1707
+ }
1708
+ .ant-table-cell-fix-right-first::after,
1709
+ .ant-table-cell-fix-right-last::after {
1710
+ position: absolute;
1711
+ top: 0;
1712
+ bottom: -1px;
1713
+ left: 0;
1714
+ width: 30px;
1715
+ transform: translateX(-100%);
1716
+ transition: box-shadow 0.3s;
1717
+ content: '';
1718
+ pointer-events: none;
1719
+ }
1720
+ .ant-table .ant-table-container::before,
1721
+ .ant-table .ant-table-container::after {
1722
+ position: absolute;
1723
+ top: 0;
1724
+ bottom: 0;
1725
+ z-index: 2;
1726
+ width: 30px;
1727
+ transition: box-shadow 0.3s;
1728
+ content: '';
1729
+ pointer-events: none;
1730
+ }
1731
+ .ant-table .ant-table-container::before {
1732
+ left: 0;
1733
+ }
1734
+ .ant-table .ant-table-container::after {
1735
+ right: 0;
1736
+ }
1737
+ .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
1738
+ position: relative;
1739
+ }
1740
+ .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
1741
+ box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
1742
+ }
1743
+ .ant-table-ping-left .ant-table-cell-fix-left-first::after,
1744
+ .ant-table-ping-left .ant-table-cell-fix-left-last::after {
1745
+ box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
1746
+ }
1747
+ .ant-table-ping-left .ant-table-cell-fix-left-last::before {
1748
+ background-color: transparent !important;
1749
+ }
1750
+ .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
1751
+ position: relative;
1752
+ }
1753
+ .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
1754
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
1755
+ }
1756
+ .ant-table-ping-right .ant-table-cell-fix-right-first::after,
1757
+ .ant-table-ping-right .ant-table-cell-fix-right-last::after {
1758
+ box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
1759
+ }
1760
+ .ant-table-sticky-holder {
1761
+ position: sticky;
1762
+ z-index: calc(2 + 1);
1763
+ background: #fff;
1764
+ }
1765
+ .ant-table-sticky-scroll {
1766
+ position: sticky;
1767
+ bottom: 0;
1768
+ z-index: calc(2 + 1);
1769
+ display: flex;
1770
+ align-items: center;
1771
+ background: #ffffff;
1772
+ border-top: 1px solid #f0f0f0;
1773
+ opacity: 0.6;
1774
+ }
1775
+ .ant-table-sticky-scroll:hover {
1776
+ transform-origin: center bottom;
1777
+ }
1778
+ .ant-table-sticky-scroll-bar {
1779
+ height: 8px;
1780
+ background-color: rgba(0, 0, 0, 0.35);
1781
+ border-radius: 4px;
1782
+ }
1783
+ .ant-table-sticky-scroll-bar:hover {
1784
+ background-color: rgba(0, 0, 0, 0.8);
1785
+ }
1786
+ .ant-table-sticky-scroll-bar-active {
1787
+ background-color: rgba(0, 0, 0, 0.8);
1788
+ }
1789
+ @media all and (-ms-high-contrast: none) {
1790
+ .ant-table-ping-left .ant-table-cell-fix-left-last::after {
1791
+ box-shadow: none !important;
1792
+ }
1793
+ .ant-table-ping-right .ant-table-cell-fix-right-first::after {
1794
+ box-shadow: none !important;
1795
+ }
1796
+ }
1797
+ .ant-table {
1798
+ /* title + table */
1799
+ /* table */
1800
+ /* table + footer */
1801
+ }
1802
+ .ant-table-title {
1803
+ border-radius: 2px 2px 0 0;
1804
+ }
1805
+ .ant-table-title + .ant-table-container {
1806
+ border-top-left-radius: 0;
1807
+ border-top-right-radius: 0;
1808
+ }
1809
+ .ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
1810
+ border-radius: 0;
1811
+ }
1812
+ .ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
1813
+ border-radius: 0;
1814
+ }
1815
+ .ant-table-container {
1816
+ border-top-left-radius: 2px;
1817
+ border-top-right-radius: 2px;
1818
+ }
1819
+ .ant-table-container table > thead > tr:first-child th:first-child {
1820
+ border-top-left-radius: 2px;
1821
+ }
1822
+ .ant-table-container table > thead > tr:first-child th:last-child {
1823
+ border-top-right-radius: 2px;
1824
+ }
1825
+ .ant-table-footer {
1826
+ border-radius: 0 0 2px 2px;
1827
+ }
1828
+ .ant-table-wrapper-rtl {
1829
+ direction: rtl;
1830
+ }
1831
+ .ant-table-rtl {
1832
+ direction: rtl;
1833
+ }
1834
+ .ant-table-wrapper-rtl .ant-table table {
1835
+ text-align: right;
1836
+ }
1837
+ .ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
1838
+ text-align: center;
1839
+ }
1840
+ .ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
1841
+ right: auto;
1842
+ left: 0;
1843
+ }
1844
+ .ant-table-wrapper-rtl .ant-table-thead > tr > th {
1845
+ text-align: right;
1846
+ }
1847
+ .ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
1848
+ margin: -16px 33px -16px -16px;
1849
+ }
1850
+ .ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
1851
+ justify-content: flex-end;
1852
+ }
1853
+ .ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
1854
+ justify-content: flex-start;
1855
+ }
1856
+ .ant-table-wrapper-rtl .ant-table-column-sorter {
1857
+ margin-right: 4px;
1858
+ margin-left: 0;
1859
+ }
1860
+ .ant-table-wrapper-rtl .ant-table-filter-column-title {
1861
+ padding: 16px 16px 16px 2.3em;
1862
+ }
1863
+ .ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
1864
+ padding: 0 0 0 2.3em;
1865
+ }
1866
+ .ant-table-wrapper-rtl .ant-table-filter-trigger {
1867
+ margin: -4px 4px -4px -8px;
1868
+ }
1869
+ .ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
1870
+ .ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
1871
+ .ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
1872
+ .ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
1873
+ padding-right: 8px;
1874
+ padding-left: 0;
1875
+ }
1876
+ .ant-table-wrapper-rtl .ant-table-selection {
1877
+ text-align: center;
1878
+ }
1879
+ .ant-table-wrapper-rtl .ant-table-row-indent {
1880
+ float: right;
1881
+ }
1882
+ .ant-table-wrapper-rtl .ant-table-row-expand-icon {
1883
+ float: right;
1884
+ }
1885
+ .ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
1886
+ margin-right: 0;
1887
+ margin-left: 8px;
1888
+ }
1889
+ .ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
1890
+ transform: rotate(-90deg);
1891
+ }
1892
+ .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
1893
+ transform: rotate(180deg);
1894
+ }
1895
+ .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
1896
+ transform: rotate(0deg);
1897
+ }
1898
+ .ant-btn {
1899
+ line-height: 1.5715;
1900
+ position: relative;
1901
+ display: inline-block;
1902
+ font-weight: 400;
1903
+ white-space: nowrap;
1904
+ text-align: center;
1905
+ background-image: none;
1906
+ border: 1px solid transparent;
1907
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
1908
+ cursor: pointer;
1909
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
1910
+ -webkit-user-select: none;
1911
+ -moz-user-select: none;
1912
+ user-select: none;
1913
+ touch-action: manipulation;
1914
+ height: 32px;
1915
+ padding: 4px 15px;
1916
+ font-size: 14px;
1917
+ border-radius: 2px;
1918
+ color: rgba(0, 0, 0, 0.85);
1919
+ border-color: #d9d9d9;
1920
+ background: #fff;
1921
+ }
1922
+ .ant-btn > .anticon {
1923
+ line-height: 1;
1924
+ }
1925
+ .ant-btn,
1926
+ .ant-btn:active,
1927
+ .ant-btn:focus {
1928
+ outline: 0;
1929
+ }
1930
+ .ant-btn:not([disabled]):hover {
1931
+ text-decoration: none;
1932
+ }
1933
+ .ant-btn:not([disabled]):active {
1934
+ outline: 0;
1935
+ box-shadow: none;
1936
+ }
1937
+ .ant-btn[disabled] {
1938
+ cursor: not-allowed;
1939
+ }
1940
+ .ant-btn[disabled] > * {
1941
+ pointer-events: none;
1942
+ }
1943
+ .ant-btn-lg {
1944
+ height: 40px;
1945
+ padding: 6.4px 15px;
1946
+ font-size: 16px;
1947
+ border-radius: 2px;
1948
+ }
1949
+ .ant-btn-sm {
1950
+ height: 24px;
1951
+ padding: 0px 7px;
1952
+ font-size: 14px;
1953
+ border-radius: 2px;
1954
+ }
1955
+ .ant-btn > a:only-child {
1956
+ color: currentcolor;
1957
+ }
1958
+ .ant-btn > a:only-child::after {
1959
+ position: absolute;
1960
+ top: 0;
1961
+ right: 0;
1962
+ bottom: 0;
1963
+ left: 0;
1964
+ background: transparent;
1965
+ content: '';
1966
+ }
1967
+ .ant-btn:hover,
1968
+ .ant-btn:focus {
1969
+ color: #40a9ff;
1970
+ border-color: #40a9ff;
1971
+ background: #fff;
1972
+ }
1973
+ .ant-btn:hover > a:only-child,
1974
+ .ant-btn:focus > a:only-child {
1975
+ color: currentcolor;
1976
+ }
1977
+ .ant-btn:hover > a:only-child::after,
1978
+ .ant-btn:focus > a:only-child::after {
1979
+ position: absolute;
1980
+ top: 0;
1981
+ right: 0;
1982
+ bottom: 0;
1983
+ left: 0;
1984
+ background: transparent;
1985
+ content: '';
1986
+ }
1987
+ .ant-btn:active {
1988
+ color: #096dd9;
1989
+ border-color: #096dd9;
1990
+ background: #fff;
1991
+ }
1992
+ .ant-btn:active > a:only-child {
1993
+ color: currentcolor;
1994
+ }
1995
+ .ant-btn:active > a:only-child::after {
1996
+ position: absolute;
1997
+ top: 0;
1998
+ right: 0;
1999
+ bottom: 0;
2000
+ left: 0;
2001
+ background: transparent;
2002
+ content: '';
2003
+ }
2004
+ .ant-btn[disabled],
2005
+ .ant-btn[disabled]:hover,
2006
+ .ant-btn[disabled]:focus,
2007
+ .ant-btn[disabled]:active {
2008
+ color: rgba(0, 0, 0, 0.25);
2009
+ border-color: #d9d9d9;
2010
+ background: #f5f5f5;
2011
+ text-shadow: none;
2012
+ box-shadow: none;
2013
+ }
2014
+ .ant-btn[disabled] > a:only-child,
2015
+ .ant-btn[disabled]:hover > a:only-child,
2016
+ .ant-btn[disabled]:focus > a:only-child,
2017
+ .ant-btn[disabled]:active > a:only-child {
2018
+ color: currentcolor;
2019
+ }
2020
+ .ant-btn[disabled] > a:only-child::after,
2021
+ .ant-btn[disabled]:hover > a:only-child::after,
2022
+ .ant-btn[disabled]:focus > a:only-child::after,
2023
+ .ant-btn[disabled]:active > a:only-child::after {
2024
+ position: absolute;
2025
+ top: 0;
2026
+ right: 0;
2027
+ bottom: 0;
2028
+ left: 0;
2029
+ background: transparent;
2030
+ content: '';
2031
+ }
2032
+ .ant-btn:hover,
2033
+ .ant-btn:focus,
2034
+ .ant-btn:active {
2035
+ text-decoration: none;
2036
+ background: #fff;
2037
+ }
2038
+ .ant-btn > span {
2039
+ display: inline-block;
2040
+ }
2041
+ .ant-btn-primary {
2042
+ color: #fff;
2043
+ border-color: #1890ff;
2044
+ background: #1890ff;
2045
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
2046
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2047
+ }
2048
+ .ant-btn-primary > a:only-child {
2049
+ color: currentcolor;
2050
+ }
2051
+ .ant-btn-primary > a:only-child::after {
2052
+ position: absolute;
2053
+ top: 0;
2054
+ right: 0;
2055
+ bottom: 0;
2056
+ left: 0;
2057
+ background: transparent;
2058
+ content: '';
2059
+ }
2060
+ .ant-btn-primary:hover,
2061
+ .ant-btn-primary:focus {
2062
+ color: #fff;
2063
+ border-color: #40a9ff;
2064
+ background: #40a9ff;
2065
+ }
2066
+ .ant-btn-primary:hover > a:only-child,
2067
+ .ant-btn-primary:focus > a:only-child {
2068
+ color: currentcolor;
2069
+ }
2070
+ .ant-btn-primary:hover > a:only-child::after,
2071
+ .ant-btn-primary:focus > a:only-child::after {
2072
+ position: absolute;
2073
+ top: 0;
2074
+ right: 0;
2075
+ bottom: 0;
2076
+ left: 0;
2077
+ background: transparent;
2078
+ content: '';
2079
+ }
2080
+ .ant-btn-primary:active {
2081
+ color: #fff;
2082
+ border-color: #096dd9;
2083
+ background: #096dd9;
2084
+ }
2085
+ .ant-btn-primary:active > a:only-child {
2086
+ color: currentcolor;
2087
+ }
2088
+ .ant-btn-primary:active > a:only-child::after {
2089
+ position: absolute;
2090
+ top: 0;
2091
+ right: 0;
2092
+ bottom: 0;
2093
+ left: 0;
2094
+ background: transparent;
2095
+ content: '';
2096
+ }
2097
+ .ant-btn-primary[disabled],
2098
+ .ant-btn-primary[disabled]:hover,
2099
+ .ant-btn-primary[disabled]:focus,
2100
+ .ant-btn-primary[disabled]:active {
2101
+ color: rgba(0, 0, 0, 0.25);
2102
+ border-color: #d9d9d9;
2103
+ background: #f5f5f5;
2104
+ text-shadow: none;
2105
+ box-shadow: none;
2106
+ }
2107
+ .ant-btn-primary[disabled] > a:only-child,
2108
+ .ant-btn-primary[disabled]:hover > a:only-child,
2109
+ .ant-btn-primary[disabled]:focus > a:only-child,
2110
+ .ant-btn-primary[disabled]:active > a:only-child {
2111
+ color: currentcolor;
2112
+ }
2113
+ .ant-btn-primary[disabled] > a:only-child::after,
2114
+ .ant-btn-primary[disabled]:hover > a:only-child::after,
2115
+ .ant-btn-primary[disabled]:focus > a:only-child::after,
2116
+ .ant-btn-primary[disabled]:active > a:only-child::after {
2117
+ position: absolute;
2118
+ top: 0;
2119
+ right: 0;
2120
+ bottom: 0;
2121
+ left: 0;
2122
+ background: transparent;
2123
+ content: '';
2124
+ }
2125
+ .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
2126
+ border-right-color: #40a9ff;
2127
+ border-left-color: #40a9ff;
2128
+ }
2129
+ .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
2130
+ border-color: #d9d9d9;
2131
+ }
2132
+ .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
2133
+ border-right-color: #40a9ff;
2134
+ }
2135
+ .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
2136
+ border-right-color: #d9d9d9;
2137
+ }
2138
+ .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
2139
+ .ant-btn-group .ant-btn-primary + .ant-btn-primary {
2140
+ border-left-color: #40a9ff;
2141
+ }
2142
+ .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
2143
+ .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
2144
+ border-left-color: #d9d9d9;
2145
+ }
2146
+ .ant-btn-ghost {
2147
+ color: rgba(0, 0, 0, 0.85);
2148
+ border-color: #d9d9d9;
2149
+ background: transparent;
2150
+ }
2151
+ .ant-btn-ghost > a:only-child {
2152
+ color: currentcolor;
2153
+ }
2154
+ .ant-btn-ghost > a:only-child::after {
2155
+ position: absolute;
2156
+ top: 0;
2157
+ right: 0;
2158
+ bottom: 0;
2159
+ left: 0;
2160
+ background: transparent;
2161
+ content: '';
2162
+ }
2163
+ .ant-btn-ghost:hover,
2164
+ .ant-btn-ghost:focus {
2165
+ color: #40a9ff;
2166
+ border-color: #40a9ff;
2167
+ background: transparent;
2168
+ }
2169
+ .ant-btn-ghost:hover > a:only-child,
2170
+ .ant-btn-ghost:focus > a:only-child {
2171
+ color: currentcolor;
2172
+ }
2173
+ .ant-btn-ghost:hover > a:only-child::after,
2174
+ .ant-btn-ghost:focus > a:only-child::after {
2175
+ position: absolute;
2176
+ top: 0;
2177
+ right: 0;
2178
+ bottom: 0;
2179
+ left: 0;
2180
+ background: transparent;
2181
+ content: '';
2182
+ }
2183
+ .ant-btn-ghost:active {
2184
+ color: #096dd9;
2185
+ border-color: #096dd9;
2186
+ background: transparent;
2187
+ }
2188
+ .ant-btn-ghost:active > a:only-child {
2189
+ color: currentcolor;
2190
+ }
2191
+ .ant-btn-ghost:active > a:only-child::after {
2192
+ position: absolute;
2193
+ top: 0;
2194
+ right: 0;
2195
+ bottom: 0;
2196
+ left: 0;
2197
+ background: transparent;
2198
+ content: '';
2199
+ }
2200
+ .ant-btn-ghost[disabled],
2201
+ .ant-btn-ghost[disabled]:hover,
2202
+ .ant-btn-ghost[disabled]:focus,
2203
+ .ant-btn-ghost[disabled]:active {
2204
+ color: rgba(0, 0, 0, 0.25);
2205
+ border-color: #d9d9d9;
2206
+ background: #f5f5f5;
2207
+ text-shadow: none;
2208
+ box-shadow: none;
2209
+ }
2210
+ .ant-btn-ghost[disabled] > a:only-child,
2211
+ .ant-btn-ghost[disabled]:hover > a:only-child,
2212
+ .ant-btn-ghost[disabled]:focus > a:only-child,
2213
+ .ant-btn-ghost[disabled]:active > a:only-child {
2214
+ color: currentcolor;
2215
+ }
2216
+ .ant-btn-ghost[disabled] > a:only-child::after,
2217
+ .ant-btn-ghost[disabled]:hover > a:only-child::after,
2218
+ .ant-btn-ghost[disabled]:focus > a:only-child::after,
2219
+ .ant-btn-ghost[disabled]:active > a:only-child::after {
2220
+ position: absolute;
2221
+ top: 0;
2222
+ right: 0;
2223
+ bottom: 0;
2224
+ left: 0;
2225
+ background: transparent;
2226
+ content: '';
2227
+ }
2228
+ .ant-btn-dashed {
2229
+ color: rgba(0, 0, 0, 0.85);
2230
+ border-color: #d9d9d9;
2231
+ background: #fff;
2232
+ border-style: dashed;
2233
+ }
2234
+ .ant-btn-dashed > a:only-child {
2235
+ color: currentcolor;
2236
+ }
2237
+ .ant-btn-dashed > a:only-child::after {
2238
+ position: absolute;
2239
+ top: 0;
2240
+ right: 0;
2241
+ bottom: 0;
2242
+ left: 0;
2243
+ background: transparent;
2244
+ content: '';
2245
+ }
2246
+ .ant-btn-dashed:hover,
2247
+ .ant-btn-dashed:focus {
2248
+ color: #40a9ff;
2249
+ border-color: #40a9ff;
2250
+ background: #fff;
2251
+ }
2252
+ .ant-btn-dashed:hover > a:only-child,
2253
+ .ant-btn-dashed:focus > a:only-child {
2254
+ color: currentcolor;
2255
+ }
2256
+ .ant-btn-dashed:hover > a:only-child::after,
2257
+ .ant-btn-dashed:focus > a:only-child::after {
2258
+ position: absolute;
2259
+ top: 0;
2260
+ right: 0;
2261
+ bottom: 0;
2262
+ left: 0;
2263
+ background: transparent;
2264
+ content: '';
2265
+ }
2266
+ .ant-btn-dashed:active {
2267
+ color: #096dd9;
2268
+ border-color: #096dd9;
2269
+ background: #fff;
2270
+ }
2271
+ .ant-btn-dashed:active > a:only-child {
2272
+ color: currentcolor;
2273
+ }
2274
+ .ant-btn-dashed:active > a:only-child::after {
2275
+ position: absolute;
2276
+ top: 0;
2277
+ right: 0;
2278
+ bottom: 0;
2279
+ left: 0;
2280
+ background: transparent;
2281
+ content: '';
2282
+ }
2283
+ .ant-btn-dashed[disabled],
2284
+ .ant-btn-dashed[disabled]:hover,
2285
+ .ant-btn-dashed[disabled]:focus,
2286
+ .ant-btn-dashed[disabled]:active {
2287
+ color: rgba(0, 0, 0, 0.25);
2288
+ border-color: #d9d9d9;
2289
+ background: #f5f5f5;
2290
+ text-shadow: none;
2291
+ box-shadow: none;
2292
+ }
2293
+ .ant-btn-dashed[disabled] > a:only-child,
2294
+ .ant-btn-dashed[disabled]:hover > a:only-child,
2295
+ .ant-btn-dashed[disabled]:focus > a:only-child,
2296
+ .ant-btn-dashed[disabled]:active > a:only-child {
2297
+ color: currentcolor;
2298
+ }
2299
+ .ant-btn-dashed[disabled] > a:only-child::after,
2300
+ .ant-btn-dashed[disabled]:hover > a:only-child::after,
2301
+ .ant-btn-dashed[disabled]:focus > a:only-child::after,
2302
+ .ant-btn-dashed[disabled]:active > a:only-child::after {
2303
+ position: absolute;
2304
+ top: 0;
2305
+ right: 0;
2306
+ bottom: 0;
2307
+ left: 0;
2308
+ background: transparent;
2309
+ content: '';
2310
+ }
2311
+ .ant-btn-danger {
2312
+ color: #fff;
2313
+ border-color: #ff4d4f;
2314
+ background: #ff4d4f;
2315
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
2316
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2317
+ }
2318
+ .ant-btn-danger > a:only-child {
2319
+ color: currentcolor;
2320
+ }
2321
+ .ant-btn-danger > a:only-child::after {
2322
+ position: absolute;
2323
+ top: 0;
2324
+ right: 0;
2325
+ bottom: 0;
2326
+ left: 0;
2327
+ background: transparent;
2328
+ content: '';
2329
+ }
2330
+ .ant-btn-danger:hover,
2331
+ .ant-btn-danger:focus {
2332
+ color: #fff;
2333
+ border-color: #ff7875;
2334
+ background: #ff7875;
2335
+ }
2336
+ .ant-btn-danger:hover > a:only-child,
2337
+ .ant-btn-danger:focus > a:only-child {
2338
+ color: currentcolor;
2339
+ }
2340
+ .ant-btn-danger:hover > a:only-child::after,
2341
+ .ant-btn-danger:focus > a:only-child::after {
2342
+ position: absolute;
2343
+ top: 0;
2344
+ right: 0;
2345
+ bottom: 0;
2346
+ left: 0;
2347
+ background: transparent;
2348
+ content: '';
2349
+ }
2350
+ .ant-btn-danger:active {
2351
+ color: #fff;
2352
+ border-color: #d9363e;
2353
+ background: #d9363e;
2354
+ }
2355
+ .ant-btn-danger:active > a:only-child {
2356
+ color: currentcolor;
2357
+ }
2358
+ .ant-btn-danger:active > a:only-child::after {
2359
+ position: absolute;
2360
+ top: 0;
2361
+ right: 0;
2362
+ bottom: 0;
2363
+ left: 0;
2364
+ background: transparent;
2365
+ content: '';
2366
+ }
2367
+ .ant-btn-danger[disabled],
2368
+ .ant-btn-danger[disabled]:hover,
2369
+ .ant-btn-danger[disabled]:focus,
2370
+ .ant-btn-danger[disabled]:active {
2371
+ color: rgba(0, 0, 0, 0.25);
2372
+ border-color: #d9d9d9;
2373
+ background: #f5f5f5;
2374
+ text-shadow: none;
2375
+ box-shadow: none;
2376
+ }
2377
+ .ant-btn-danger[disabled] > a:only-child,
2378
+ .ant-btn-danger[disabled]:hover > a:only-child,
2379
+ .ant-btn-danger[disabled]:focus > a:only-child,
2380
+ .ant-btn-danger[disabled]:active > a:only-child {
2381
+ color: currentcolor;
2382
+ }
2383
+ .ant-btn-danger[disabled] > a:only-child::after,
2384
+ .ant-btn-danger[disabled]:hover > a:only-child::after,
2385
+ .ant-btn-danger[disabled]:focus > a:only-child::after,
2386
+ .ant-btn-danger[disabled]:active > a:only-child::after {
2387
+ position: absolute;
2388
+ top: 0;
2389
+ right: 0;
2390
+ bottom: 0;
2391
+ left: 0;
2392
+ background: transparent;
2393
+ content: '';
2394
+ }
2395
+ .ant-btn-link {
2396
+ color: #1890ff;
2397
+ border-color: transparent;
2398
+ background: transparent;
2399
+ box-shadow: none;
2400
+ }
2401
+ .ant-btn-link > a:only-child {
2402
+ color: currentcolor;
2403
+ }
2404
+ .ant-btn-link > a:only-child::after {
2405
+ position: absolute;
2406
+ top: 0;
2407
+ right: 0;
2408
+ bottom: 0;
2409
+ left: 0;
2410
+ background: transparent;
2411
+ content: '';
2412
+ }
2413
+ .ant-btn-link:hover,
2414
+ .ant-btn-link:focus {
2415
+ color: #40a9ff;
2416
+ border-color: #40a9ff;
2417
+ background: transparent;
2418
+ }
2419
+ .ant-btn-link:hover > a:only-child,
2420
+ .ant-btn-link:focus > a:only-child {
2421
+ color: currentcolor;
2422
+ }
2423
+ .ant-btn-link:hover > a:only-child::after,
2424
+ .ant-btn-link:focus > a:only-child::after {
2425
+ position: absolute;
2426
+ top: 0;
2427
+ right: 0;
2428
+ bottom: 0;
2429
+ left: 0;
2430
+ background: transparent;
2431
+ content: '';
2432
+ }
2433
+ .ant-btn-link:active {
2434
+ color: #096dd9;
2435
+ border-color: #096dd9;
2436
+ background: transparent;
2437
+ }
2438
+ .ant-btn-link:active > a:only-child {
2439
+ color: currentcolor;
2440
+ }
2441
+ .ant-btn-link:active > a:only-child::after {
2442
+ position: absolute;
2443
+ top: 0;
2444
+ right: 0;
2445
+ bottom: 0;
2446
+ left: 0;
2447
+ background: transparent;
2448
+ content: '';
2449
+ }
2450
+ .ant-btn-link[disabled],
2451
+ .ant-btn-link[disabled]:hover,
2452
+ .ant-btn-link[disabled]:focus,
2453
+ .ant-btn-link[disabled]:active {
2454
+ color: rgba(0, 0, 0, 0.25);
2455
+ border-color: #d9d9d9;
2456
+ background: #f5f5f5;
2457
+ text-shadow: none;
2458
+ box-shadow: none;
2459
+ }
2460
+ .ant-btn-link[disabled] > a:only-child,
2461
+ .ant-btn-link[disabled]:hover > a:only-child,
2462
+ .ant-btn-link[disabled]:focus > a:only-child,
2463
+ .ant-btn-link[disabled]:active > a:only-child {
2464
+ color: currentcolor;
2465
+ }
2466
+ .ant-btn-link[disabled] > a:only-child::after,
2467
+ .ant-btn-link[disabled]:hover > a:only-child::after,
2468
+ .ant-btn-link[disabled]:focus > a:only-child::after,
2469
+ .ant-btn-link[disabled]:active > a:only-child::after {
2470
+ position: absolute;
2471
+ top: 0;
2472
+ right: 0;
2473
+ bottom: 0;
2474
+ left: 0;
2475
+ background: transparent;
2476
+ content: '';
2477
+ }
2478
+ .ant-btn-link:hover {
2479
+ background: transparent;
2480
+ }
2481
+ .ant-btn-link:hover,
2482
+ .ant-btn-link:focus,
2483
+ .ant-btn-link:active {
2484
+ border-color: transparent;
2485
+ }
2486
+ .ant-btn-link[disabled],
2487
+ .ant-btn-link[disabled]:hover,
2488
+ .ant-btn-link[disabled]:focus,
2489
+ .ant-btn-link[disabled]:active {
2490
+ color: rgba(0, 0, 0, 0.25);
2491
+ border-color: transparent;
2492
+ background: transparent;
2493
+ text-shadow: none;
2494
+ box-shadow: none;
2495
+ }
2496
+ .ant-btn-link[disabled] > a:only-child,
2497
+ .ant-btn-link[disabled]:hover > a:only-child,
2498
+ .ant-btn-link[disabled]:focus > a:only-child,
2499
+ .ant-btn-link[disabled]:active > a:only-child {
2500
+ color: currentcolor;
2501
+ }
2502
+ .ant-btn-link[disabled] > a:only-child::after,
2503
+ .ant-btn-link[disabled]:hover > a:only-child::after,
2504
+ .ant-btn-link[disabled]:focus > a:only-child::after,
2505
+ .ant-btn-link[disabled]:active > a:only-child::after {
2506
+ position: absolute;
2507
+ top: 0;
2508
+ right: 0;
2509
+ bottom: 0;
2510
+ left: 0;
2511
+ background: transparent;
2512
+ content: '';
2513
+ }
2514
+ .ant-btn-text {
2515
+ color: rgba(0, 0, 0, 0.85);
2516
+ border-color: transparent;
2517
+ background: transparent;
2518
+ box-shadow: none;
2519
+ }
2520
+ .ant-btn-text > a:only-child {
2521
+ color: currentcolor;
2522
+ }
2523
+ .ant-btn-text > a:only-child::after {
2524
+ position: absolute;
2525
+ top: 0;
2526
+ right: 0;
2527
+ bottom: 0;
2528
+ left: 0;
2529
+ background: transparent;
2530
+ content: '';
2531
+ }
2532
+ .ant-btn-text:hover,
2533
+ .ant-btn-text:focus {
2534
+ color: #40a9ff;
2535
+ border-color: #40a9ff;
2536
+ background: transparent;
2537
+ }
2538
+ .ant-btn-text:hover > a:only-child,
2539
+ .ant-btn-text:focus > a:only-child {
2540
+ color: currentcolor;
2541
+ }
2542
+ .ant-btn-text:hover > a:only-child::after,
2543
+ .ant-btn-text:focus > a:only-child::after {
2544
+ position: absolute;
2545
+ top: 0;
2546
+ right: 0;
2547
+ bottom: 0;
2548
+ left: 0;
2549
+ background: transparent;
2550
+ content: '';
2551
+ }
2552
+ .ant-btn-text:active {
2553
+ color: #096dd9;
2554
+ border-color: #096dd9;
2555
+ background: transparent;
2556
+ }
2557
+ .ant-btn-text:active > a:only-child {
2558
+ color: currentcolor;
2559
+ }
2560
+ .ant-btn-text:active > a:only-child::after {
2561
+ position: absolute;
2562
+ top: 0;
2563
+ right: 0;
2564
+ bottom: 0;
2565
+ left: 0;
2566
+ background: transparent;
2567
+ content: '';
2568
+ }
2569
+ .ant-btn-text[disabled],
2570
+ .ant-btn-text[disabled]:hover,
2571
+ .ant-btn-text[disabled]:focus,
2572
+ .ant-btn-text[disabled]:active {
2573
+ color: rgba(0, 0, 0, 0.25);
2574
+ border-color: #d9d9d9;
2575
+ background: #f5f5f5;
2576
+ text-shadow: none;
2577
+ box-shadow: none;
2578
+ }
2579
+ .ant-btn-text[disabled] > a:only-child,
2580
+ .ant-btn-text[disabled]:hover > a:only-child,
2581
+ .ant-btn-text[disabled]:focus > a:only-child,
2582
+ .ant-btn-text[disabled]:active > a:only-child {
2583
+ color: currentcolor;
2584
+ }
2585
+ .ant-btn-text[disabled] > a:only-child::after,
2586
+ .ant-btn-text[disabled]:hover > a:only-child::after,
2587
+ .ant-btn-text[disabled]:focus > a:only-child::after,
2588
+ .ant-btn-text[disabled]:active > a:only-child::after {
2589
+ position: absolute;
2590
+ top: 0;
2591
+ right: 0;
2592
+ bottom: 0;
2593
+ left: 0;
2594
+ background: transparent;
2595
+ content: '';
2596
+ }
2597
+ .ant-btn-text:hover,
2598
+ .ant-btn-text:focus {
2599
+ color: rgba(0, 0, 0, 0.85);
2600
+ background: rgba(0, 0, 0, 0.018);
2601
+ border-color: transparent;
2602
+ }
2603
+ .ant-btn-text:active {
2604
+ color: rgba(0, 0, 0, 0.85);
2605
+ background: rgba(0, 0, 0, 0.028);
2606
+ border-color: transparent;
2607
+ }
2608
+ .ant-btn-text[disabled],
2609
+ .ant-btn-text[disabled]:hover,
2610
+ .ant-btn-text[disabled]:focus,
2611
+ .ant-btn-text[disabled]:active {
2612
+ color: rgba(0, 0, 0, 0.25);
2613
+ border-color: transparent;
2614
+ background: transparent;
2615
+ text-shadow: none;
2616
+ box-shadow: none;
2617
+ }
2618
+ .ant-btn-text[disabled] > a:only-child,
2619
+ .ant-btn-text[disabled]:hover > a:only-child,
2620
+ .ant-btn-text[disabled]:focus > a:only-child,
2621
+ .ant-btn-text[disabled]:active > a:only-child {
2622
+ color: currentcolor;
2623
+ }
2624
+ .ant-btn-text[disabled] > a:only-child::after,
2625
+ .ant-btn-text[disabled]:hover > a:only-child::after,
2626
+ .ant-btn-text[disabled]:focus > a:only-child::after,
2627
+ .ant-btn-text[disabled]:active > a:only-child::after {
2628
+ position: absolute;
2629
+ top: 0;
2630
+ right: 0;
2631
+ bottom: 0;
2632
+ left: 0;
2633
+ background: transparent;
2634
+ content: '';
2635
+ }
2636
+ .ant-btn-dangerous {
2637
+ color: #ff4d4f;
2638
+ border-color: #ff4d4f;
2639
+ background: #fff;
2640
+ }
2641
+ .ant-btn-dangerous > a:only-child {
2642
+ color: currentcolor;
2643
+ }
2644
+ .ant-btn-dangerous > a:only-child::after {
2645
+ position: absolute;
2646
+ top: 0;
2647
+ right: 0;
2648
+ bottom: 0;
2649
+ left: 0;
2650
+ background: transparent;
2651
+ content: '';
2652
+ }
2653
+ .ant-btn-dangerous:hover,
2654
+ .ant-btn-dangerous:focus {
2655
+ color: #ff7875;
2656
+ border-color: #ff7875;
2657
+ background: #fff;
2658
+ }
2659
+ .ant-btn-dangerous:hover > a:only-child,
2660
+ .ant-btn-dangerous:focus > a:only-child {
2661
+ color: currentcolor;
2662
+ }
2663
+ .ant-btn-dangerous:hover > a:only-child::after,
2664
+ .ant-btn-dangerous:focus > a:only-child::after {
2665
+ position: absolute;
2666
+ top: 0;
2667
+ right: 0;
2668
+ bottom: 0;
2669
+ left: 0;
2670
+ background: transparent;
2671
+ content: '';
2672
+ }
2673
+ .ant-btn-dangerous:active {
2674
+ color: #d9363e;
2675
+ border-color: #d9363e;
2676
+ background: #fff;
2677
+ }
2678
+ .ant-btn-dangerous:active > a:only-child {
2679
+ color: currentcolor;
2680
+ }
2681
+ .ant-btn-dangerous:active > a:only-child::after {
2682
+ position: absolute;
2683
+ top: 0;
2684
+ right: 0;
2685
+ bottom: 0;
2686
+ left: 0;
2687
+ background: transparent;
2688
+ content: '';
2689
+ }
2690
+ .ant-btn-dangerous[disabled],
2691
+ .ant-btn-dangerous[disabled]:hover,
2692
+ .ant-btn-dangerous[disabled]:focus,
2693
+ .ant-btn-dangerous[disabled]:active {
2694
+ color: rgba(0, 0, 0, 0.25);
2695
+ border-color: #d9d9d9;
2696
+ background: #f5f5f5;
2697
+ text-shadow: none;
2698
+ box-shadow: none;
2699
+ }
2700
+ .ant-btn-dangerous[disabled] > a:only-child,
2701
+ .ant-btn-dangerous[disabled]:hover > a:only-child,
2702
+ .ant-btn-dangerous[disabled]:focus > a:only-child,
2703
+ .ant-btn-dangerous[disabled]:active > a:only-child {
2704
+ color: currentcolor;
2705
+ }
2706
+ .ant-btn-dangerous[disabled] > a:only-child::after,
2707
+ .ant-btn-dangerous[disabled]:hover > a:only-child::after,
2708
+ .ant-btn-dangerous[disabled]:focus > a:only-child::after,
2709
+ .ant-btn-dangerous[disabled]:active > a:only-child::after {
2710
+ position: absolute;
2711
+ top: 0;
2712
+ right: 0;
2713
+ bottom: 0;
2714
+ left: 0;
2715
+ background: transparent;
2716
+ content: '';
2717
+ }
2718
+ .ant-btn-dangerous.ant-btn-primary {
2719
+ color: #fff;
2720
+ border-color: #ff4d4f;
2721
+ background: #ff4d4f;
2722
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
2723
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
2724
+ }
2725
+ .ant-btn-dangerous.ant-btn-primary > a:only-child {
2726
+ color: currentcolor;
2727
+ }
2728
+ .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
2729
+ position: absolute;
2730
+ top: 0;
2731
+ right: 0;
2732
+ bottom: 0;
2733
+ left: 0;
2734
+ background: transparent;
2735
+ content: '';
2736
+ }
2737
+ .ant-btn-dangerous.ant-btn-primary:hover,
2738
+ .ant-btn-dangerous.ant-btn-primary:focus {
2739
+ color: #fff;
2740
+ border-color: #ff7875;
2741
+ background: #ff7875;
2742
+ }
2743
+ .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
2744
+ .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
2745
+ color: currentcolor;
2746
+ }
2747
+ .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
2748
+ .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
2749
+ position: absolute;
2750
+ top: 0;
2751
+ right: 0;
2752
+ bottom: 0;
2753
+ left: 0;
2754
+ background: transparent;
2755
+ content: '';
2756
+ }
2757
+ .ant-btn-dangerous.ant-btn-primary:active {
2758
+ color: #fff;
2759
+ border-color: #d9363e;
2760
+ background: #d9363e;
2761
+ }
2762
+ .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
2763
+ color: currentcolor;
2764
+ }
2765
+ .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
2766
+ position: absolute;
2767
+ top: 0;
2768
+ right: 0;
2769
+ bottom: 0;
2770
+ left: 0;
2771
+ background: transparent;
2772
+ content: '';
2773
+ }
2774
+ .ant-btn-dangerous.ant-btn-primary[disabled],
2775
+ .ant-btn-dangerous.ant-btn-primary[disabled]:hover,
2776
+ .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
2777
+ .ant-btn-dangerous.ant-btn-primary[disabled]:active {
2778
+ color: rgba(0, 0, 0, 0.25);
2779
+ border-color: #d9d9d9;
2780
+ background: #f5f5f5;
2781
+ text-shadow: none;
2782
+ box-shadow: none;
2783
+ }
2784
+ .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
2785
+ .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
2786
+ .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
2787
+ .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
2788
+ color: currentcolor;
2789
+ }
2790
+ .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
2791
+ .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
2792
+ .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
2793
+ .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
2794
+ position: absolute;
2795
+ top: 0;
2796
+ right: 0;
2797
+ bottom: 0;
2798
+ left: 0;
2799
+ background: transparent;
2800
+ content: '';
2801
+ }
2802
+ .ant-btn-dangerous.ant-btn-link {
2803
+ color: #ff4d4f;
2804
+ border-color: transparent;
2805
+ background: transparent;
2806
+ box-shadow: none;
2807
+ }
2808
+ .ant-btn-dangerous.ant-btn-link > a:only-child {
2809
+ color: currentcolor;
2810
+ }
2811
+ .ant-btn-dangerous.ant-btn-link > a:only-child::after {
2812
+ position: absolute;
2813
+ top: 0;
2814
+ right: 0;
2815
+ bottom: 0;
2816
+ left: 0;
2817
+ background: transparent;
2818
+ content: '';
2819
+ }
2820
+ .ant-btn-dangerous.ant-btn-link:hover,
2821
+ .ant-btn-dangerous.ant-btn-link:focus {
2822
+ color: #40a9ff;
2823
+ border-color: #40a9ff;
2824
+ background: transparent;
2825
+ }
2826
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
2827
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
2828
+ color: currentcolor;
2829
+ }
2830
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
2831
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
2832
+ position: absolute;
2833
+ top: 0;
2834
+ right: 0;
2835
+ bottom: 0;
2836
+ left: 0;
2837
+ background: transparent;
2838
+ content: '';
2839
+ }
2840
+ .ant-btn-dangerous.ant-btn-link:active {
2841
+ color: #096dd9;
2842
+ border-color: #096dd9;
2843
+ background: transparent;
2844
+ }
2845
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child {
2846
+ color: currentcolor;
2847
+ }
2848
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
2849
+ position: absolute;
2850
+ top: 0;
2851
+ right: 0;
2852
+ bottom: 0;
2853
+ left: 0;
2854
+ background: transparent;
2855
+ content: '';
2856
+ }
2857
+ .ant-btn-dangerous.ant-btn-link[disabled],
2858
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover,
2859
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus,
2860
+ .ant-btn-dangerous.ant-btn-link[disabled]:active {
2861
+ color: rgba(0, 0, 0, 0.25);
2862
+ border-color: #d9d9d9;
2863
+ background: #f5f5f5;
2864
+ text-shadow: none;
2865
+ box-shadow: none;
2866
+ }
2867
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
2868
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
2869
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
2870
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
2871
+ color: currentcolor;
2872
+ }
2873
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
2874
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
2875
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
2876
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
2877
+ position: absolute;
2878
+ top: 0;
2879
+ right: 0;
2880
+ bottom: 0;
2881
+ left: 0;
2882
+ background: transparent;
2883
+ content: '';
2884
+ }
2885
+ .ant-btn-dangerous.ant-btn-link:hover,
2886
+ .ant-btn-dangerous.ant-btn-link:focus {
2887
+ color: #ff7875;
2888
+ border-color: transparent;
2889
+ background: transparent;
2890
+ }
2891
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
2892
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
2893
+ color: currentcolor;
2894
+ }
2895
+ .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
2896
+ .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
2897
+ position: absolute;
2898
+ top: 0;
2899
+ right: 0;
2900
+ bottom: 0;
2901
+ left: 0;
2902
+ background: transparent;
2903
+ content: '';
2904
+ }
2905
+ .ant-btn-dangerous.ant-btn-link:active {
2906
+ color: #d9363e;
2907
+ border-color: transparent;
2908
+ background: transparent;
2909
+ }
2910
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child {
2911
+ color: currentcolor;
2912
+ }
2913
+ .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
2914
+ position: absolute;
2915
+ top: 0;
2916
+ right: 0;
2917
+ bottom: 0;
2918
+ left: 0;
2919
+ background: transparent;
2920
+ content: '';
2921
+ }
2922
+ .ant-btn-dangerous.ant-btn-link[disabled],
2923
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover,
2924
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus,
2925
+ .ant-btn-dangerous.ant-btn-link[disabled]:active {
2926
+ color: rgba(0, 0, 0, 0.25);
2927
+ border-color: transparent;
2928
+ background: transparent;
2929
+ text-shadow: none;
2930
+ box-shadow: none;
2931
+ }
2932
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
2933
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
2934
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
2935
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
2936
+ color: currentcolor;
2937
+ }
2938
+ .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
2939
+ .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
2940
+ .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
2941
+ .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
2942
+ position: absolute;
2943
+ top: 0;
2944
+ right: 0;
2945
+ bottom: 0;
2946
+ left: 0;
2947
+ background: transparent;
2948
+ content: '';
2949
+ }
2950
+ .ant-btn-dangerous.ant-btn-text {
2951
+ color: #ff4d4f;
2952
+ border-color: transparent;
2953
+ background: transparent;
2954
+ box-shadow: none;
2955
+ }
2956
+ .ant-btn-dangerous.ant-btn-text > a:only-child {
2957
+ color: currentcolor;
2958
+ }
2959
+ .ant-btn-dangerous.ant-btn-text > a:only-child::after {
2960
+ position: absolute;
2961
+ top: 0;
2962
+ right: 0;
2963
+ bottom: 0;
2964
+ left: 0;
2965
+ background: transparent;
2966
+ content: '';
2967
+ }
2968
+ .ant-btn-dangerous.ant-btn-text:hover,
2969
+ .ant-btn-dangerous.ant-btn-text:focus {
2970
+ color: #40a9ff;
2971
+ border-color: #40a9ff;
2972
+ background: transparent;
2973
+ }
2974
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
2975
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
2976
+ color: currentcolor;
2977
+ }
2978
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
2979
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
2980
+ position: absolute;
2981
+ top: 0;
2982
+ right: 0;
2983
+ bottom: 0;
2984
+ left: 0;
2985
+ background: transparent;
2986
+ content: '';
2987
+ }
2988
+ .ant-btn-dangerous.ant-btn-text:active {
2989
+ color: #096dd9;
2990
+ border-color: #096dd9;
2991
+ background: transparent;
2992
+ }
2993
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child {
2994
+ color: currentcolor;
2995
+ }
2996
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
2997
+ position: absolute;
2998
+ top: 0;
2999
+ right: 0;
3000
+ bottom: 0;
3001
+ left: 0;
3002
+ background: transparent;
3003
+ content: '';
3004
+ }
3005
+ .ant-btn-dangerous.ant-btn-text[disabled],
3006
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover,
3007
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus,
3008
+ .ant-btn-dangerous.ant-btn-text[disabled]:active {
3009
+ color: rgba(0, 0, 0, 0.25);
3010
+ border-color: #d9d9d9;
3011
+ background: #f5f5f5;
3012
+ text-shadow: none;
3013
+ box-shadow: none;
3014
+ }
3015
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
3016
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3017
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3018
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3019
+ color: currentcolor;
3020
+ }
3021
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3022
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
3023
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
3024
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
3025
+ position: absolute;
3026
+ top: 0;
3027
+ right: 0;
3028
+ bottom: 0;
3029
+ left: 0;
3030
+ background: transparent;
3031
+ content: '';
3032
+ }
3033
+ .ant-btn-dangerous.ant-btn-text:hover,
3034
+ .ant-btn-dangerous.ant-btn-text:focus {
3035
+ color: #ff7875;
3036
+ border-color: transparent;
3037
+ background: rgba(0, 0, 0, 0.018);
3038
+ }
3039
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
3040
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
3041
+ color: currentcolor;
3042
+ }
3043
+ .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
3044
+ .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
3045
+ position: absolute;
3046
+ top: 0;
3047
+ right: 0;
3048
+ bottom: 0;
3049
+ left: 0;
3050
+ background: transparent;
3051
+ content: '';
3052
+ }
3053
+ .ant-btn-dangerous.ant-btn-text:active {
3054
+ color: #d9363e;
3055
+ border-color: transparent;
3056
+ background: rgba(0, 0, 0, 0.028);
3057
+ }
3058
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child {
3059
+ color: currentcolor;
3060
+ }
3061
+ .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
3062
+ position: absolute;
3063
+ top: 0;
3064
+ right: 0;
3065
+ bottom: 0;
3066
+ left: 0;
3067
+ background: transparent;
3068
+ content: '';
3069
+ }
3070
+ .ant-btn-dangerous.ant-btn-text[disabled],
3071
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover,
3072
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus,
3073
+ .ant-btn-dangerous.ant-btn-text[disabled]:active {
3074
+ color: rgba(0, 0, 0, 0.25);
3075
+ border-color: transparent;
3076
+ background: transparent;
3077
+ text-shadow: none;
3078
+ box-shadow: none;
3079
+ }
3080
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
3081
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
3082
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
3083
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
3084
+ color: currentcolor;
3085
+ }
3086
+ .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
3087
+ .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
3088
+ .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
3089
+ .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
3090
+ position: absolute;
3091
+ top: 0;
3092
+ right: 0;
3093
+ bottom: 0;
3094
+ left: 0;
3095
+ background: transparent;
3096
+ content: '';
3097
+ }
3098
+ .ant-btn-icon-only {
3099
+ width: 32px;
3100
+ height: 32px;
3101
+ padding: 2.4px 0;
3102
+ font-size: 16px;
3103
+ border-radius: 2px;
3104
+ vertical-align: -3px;
3105
+ }
3106
+ .ant-btn-icon-only > * {
3107
+ font-size: 16px;
3108
+ }
3109
+ .ant-btn-icon-only.ant-btn-lg {
3110
+ width: 40px;
3111
+ height: 40px;
3112
+ padding: 4.9px 0;
3113
+ font-size: 18px;
3114
+ border-radius: 2px;
3115
+ }
3116
+ .ant-btn-icon-only.ant-btn-lg > * {
3117
+ font-size: 18px;
3118
+ }
3119
+ .ant-btn-icon-only.ant-btn-sm {
3120
+ width: 24px;
3121
+ height: 24px;
3122
+ padding: 0px 0;
3123
+ font-size: 14px;
3124
+ border-radius: 2px;
3125
+ }
3126
+ .ant-btn-icon-only.ant-btn-sm > * {
3127
+ font-size: 14px;
3128
+ }
3129
+ .ant-btn-icon-only > .anticon {
3130
+ display: flex;
3131
+ justify-content: center;
3132
+ }
3133
+ a.ant-btn-icon-only {
3134
+ vertical-align: -1px;
3135
+ }
3136
+ a.ant-btn-icon-only > .anticon {
3137
+ display: inline;
3138
+ }
3139
+ .ant-btn-round {
3140
+ height: 32px;
3141
+ padding: 4px 16px;
3142
+ font-size: 14px;
3143
+ border-radius: 32px;
3144
+ }
3145
+ .ant-btn-round.ant-btn-lg {
3146
+ height: 40px;
3147
+ padding: 6.4px 20px;
3148
+ font-size: 16px;
3149
+ border-radius: 40px;
3150
+ }
3151
+ .ant-btn-round.ant-btn-sm {
3152
+ height: 24px;
3153
+ padding: 0px 12px;
3154
+ font-size: 14px;
3155
+ border-radius: 24px;
3156
+ }
3157
+ .ant-btn-round.ant-btn-icon-only {
3158
+ width: auto;
3159
+ }
3160
+ .ant-btn-circle {
3161
+ min-width: 32px;
3162
+ padding-right: 0;
3163
+ padding-left: 0;
3164
+ text-align: center;
3165
+ border-radius: 50%;
3166
+ }
3167
+ .ant-btn-circle.ant-btn-lg {
3168
+ min-width: 40px;
3169
+ border-radius: 50%;
3170
+ }
3171
+ .ant-btn-circle.ant-btn-sm {
3172
+ min-width: 24px;
3173
+ border-radius: 50%;
3174
+ }
3175
+ .ant-btn::before {
3176
+ position: absolute;
3177
+ top: -1px;
3178
+ right: -1px;
3179
+ bottom: -1px;
3180
+ left: -1px;
3181
+ z-index: 1;
3182
+ display: none;
3183
+ background: #fff;
3184
+ border-radius: inherit;
3185
+ opacity: 0.35;
3186
+ transition: opacity 0.2s;
3187
+ content: '';
3188
+ pointer-events: none;
3189
+ }
3190
+ .ant-btn .anticon {
3191
+ transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3192
+ }
3193
+ .ant-btn .anticon.anticon-plus > svg,
3194
+ .ant-btn .anticon.anticon-minus > svg {
3195
+ shape-rendering: optimizespeed;
3196
+ }
3197
+ .ant-btn.ant-btn-loading {
3198
+ position: relative;
3199
+ cursor: default;
3200
+ }
3201
+ .ant-btn.ant-btn-loading::before {
3202
+ display: block;
3203
+ }
3204
+ .ant-btn > .ant-btn-loading-icon {
3205
+ transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
3206
+ }
3207
+ .ant-btn > .ant-btn-loading-icon .anticon {
3208
+ padding-right: 8px;
3209
+ animation: none;
3210
+ }
3211
+ .ant-btn > .ant-btn-loading-icon .anticon svg {
3212
+ animation: loadingCircle 1s infinite linear;
3213
+ }
3214
+ .ant-btn > .ant-btn-loading-icon:only-child .anticon {
3215
+ padding-right: 0;
3216
+ }
3217
+ .ant-btn-group {
3218
+ position: relative;
3219
+ display: inline-flex;
3220
+ }
3221
+ .ant-btn-group > .ant-btn,
3222
+ .ant-btn-group > span > .ant-btn {
3223
+ position: relative;
3224
+ }
3225
+ .ant-btn-group > .ant-btn:hover,
3226
+ .ant-btn-group > span > .ant-btn:hover,
3227
+ .ant-btn-group > .ant-btn:focus,
3228
+ .ant-btn-group > span > .ant-btn:focus,
3229
+ .ant-btn-group > .ant-btn:active,
3230
+ .ant-btn-group > span > .ant-btn:active {
3231
+ z-index: 2;
3232
+ }
3233
+ .ant-btn-group > .ant-btn[disabled],
3234
+ .ant-btn-group > span > .ant-btn[disabled] {
3235
+ z-index: 0;
3236
+ }
3237
+ .ant-btn-group .ant-btn-icon-only {
3238
+ font-size: 14px;
3239
+ }
3240
+ .ant-btn-group-lg > .ant-btn,
3241
+ .ant-btn-group-lg > span > .ant-btn {
3242
+ height: 40px;
3243
+ padding: 6.4px 15px;
3244
+ font-size: 16px;
3245
+ border-radius: 0;
3246
+ }
3247
+ .ant-btn-group-lg .ant-btn.ant-btn-icon-only {
3248
+ width: 40px;
3249
+ height: 40px;
3250
+ padding-right: 0;
3251
+ padding-left: 0;
3252
+ }
3253
+ .ant-btn-group-sm > .ant-btn,
3254
+ .ant-btn-group-sm > span > .ant-btn {
3255
+ height: 24px;
3256
+ padding: 0px 7px;
3257
+ font-size: 14px;
3258
+ border-radius: 0;
3259
+ }
3260
+ .ant-btn-group-sm > .ant-btn > .anticon,
3261
+ .ant-btn-group-sm > span > .ant-btn > .anticon {
3262
+ font-size: 14px;
3263
+ }
3264
+ .ant-btn-group-sm .ant-btn.ant-btn-icon-only {
3265
+ width: 24px;
3266
+ height: 24px;
3267
+ padding-right: 0;
3268
+ padding-left: 0;
3269
+ }
3270
+ .ant-btn-group .ant-btn + .ant-btn,
3271
+ .ant-btn + .ant-btn-group,
3272
+ .ant-btn-group span + .ant-btn,
3273
+ .ant-btn-group .ant-btn + span,
3274
+ .ant-btn-group > span + span,
3275
+ .ant-btn-group + .ant-btn,
3276
+ .ant-btn-group + .ant-btn-group {
3277
+ margin-left: -1px;
3278
+ }
3279
+ .ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
3280
+ border-left-color: transparent;
3281
+ }
3282
+ .ant-btn-group .ant-btn {
3283
+ border-radius: 0;
3284
+ }
3285
+ .ant-btn-group > .ant-btn:first-child,
3286
+ .ant-btn-group > span:first-child > .ant-btn {
3287
+ margin-left: 0;
3288
+ }
3289
+ .ant-btn-group > .ant-btn:only-child {
3290
+ border-radius: 2px;
3291
+ }
3292
+ .ant-btn-group > span:only-child > .ant-btn {
3293
+ border-radius: 2px;
3294
+ }
3295
+ .ant-btn-group > .ant-btn:first-child:not(:last-child),
3296
+ .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
3297
+ border-top-left-radius: 2px;
3298
+ border-bottom-left-radius: 2px;
3299
+ }
3300
+ .ant-btn-group > .ant-btn:last-child:not(:first-child),
3301
+ .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
3302
+ border-top-right-radius: 2px;
3303
+ border-bottom-right-radius: 2px;
3304
+ }
3305
+ .ant-btn-group-sm > .ant-btn:only-child {
3306
+ border-radius: 2px;
3307
+ }
3308
+ .ant-btn-group-sm > span:only-child > .ant-btn {
3309
+ border-radius: 2px;
3310
+ }
3311
+ .ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
3312
+ .ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
3313
+ border-top-left-radius: 2px;
3314
+ border-bottom-left-radius: 2px;
3315
+ }
3316
+ .ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
3317
+ .ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
3318
+ border-top-right-radius: 2px;
3319
+ border-bottom-right-radius: 2px;
3320
+ }
3321
+ .ant-btn-group > .ant-btn-group {
3322
+ float: left;
3323
+ }
3324
+ .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
3325
+ border-radius: 0;
3326
+ }
3327
+ .ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
3328
+ padding-right: 8px;
3329
+ border-top-right-radius: 0;
3330
+ border-bottom-right-radius: 0;
3331
+ }
3332
+ .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
3333
+ padding-left: 8px;
3334
+ border-top-left-radius: 0;
3335
+ border-bottom-left-radius: 0;
3336
+ }
3337
+ .ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
3338
+ .ant-btn-rtl.ant-btn + .ant-btn-group,
3339
+ .ant-btn-rtl.ant-btn-group span + .ant-btn,
3340
+ .ant-btn-rtl.ant-btn-group .ant-btn + span,
3341
+ .ant-btn-rtl.ant-btn-group > span + span,
3342
+ .ant-btn-rtl.ant-btn-group + .ant-btn,
3343
+ .ant-btn-rtl.ant-btn-group + .ant-btn-group,
3344
+ .ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
3345
+ .ant-btn-group-rtl.ant-btn + .ant-btn-group,
3346
+ .ant-btn-group-rtl.ant-btn-group span + .ant-btn,
3347
+ .ant-btn-group-rtl.ant-btn-group .ant-btn + span,
3348
+ .ant-btn-group-rtl.ant-btn-group > span + span,
3349
+ .ant-btn-group-rtl.ant-btn-group + .ant-btn,
3350
+ .ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
3351
+ margin-right: -1px;
3352
+ margin-left: auto;
3353
+ }
3354
+ .ant-btn-group.ant-btn-group-rtl {
3355
+ direction: rtl;
3356
+ }
3357
+ .ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
3358
+ .ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
3359
+ border-radius: 0 2px 2px 0;
3360
+ }
3361
+ .ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
3362
+ .ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
3363
+ border-radius: 2px 0 0 2px;
3364
+ }
3365
+ .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
3366
+ .ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
3367
+ border-radius: 0 2px 2px 0;
3368
+ }
3369
+ .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
3370
+ .ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
3371
+ border-radius: 2px 0 0 2px;
3372
+ }
3373
+ .ant-btn:focus > span,
3374
+ .ant-btn:active > span {
3375
+ position: relative;
3376
+ }
3377
+ .ant-btn > .anticon + span,
3378
+ .ant-btn > span + .anticon {
3379
+ margin-left: 8px;
3380
+ }
3381
+ .ant-btn.ant-btn-background-ghost {
3382
+ color: #fff;
3383
+ border-color: #fff;
3384
+ }
3385
+ .ant-btn.ant-btn-background-ghost,
3386
+ .ant-btn.ant-btn-background-ghost:hover,
3387
+ .ant-btn.ant-btn-background-ghost:active,
3388
+ .ant-btn.ant-btn-background-ghost:focus {
3389
+ background: transparent;
3390
+ }
3391
+ .ant-btn.ant-btn-background-ghost:hover,
3392
+ .ant-btn.ant-btn-background-ghost:focus {
3393
+ color: #40a9ff;
3394
+ border-color: #40a9ff;
3395
+ }
3396
+ .ant-btn.ant-btn-background-ghost:active {
3397
+ color: #096dd9;
3398
+ border-color: #096dd9;
3399
+ }
3400
+ .ant-btn.ant-btn-background-ghost[disabled] {
3401
+ color: rgba(0, 0, 0, 0.25);
3402
+ background: transparent;
3403
+ border-color: #d9d9d9;
3404
+ }
3405
+ .ant-btn-background-ghost.ant-btn-primary {
3406
+ color: #1890ff;
3407
+ border-color: #1890ff;
3408
+ text-shadow: none;
3409
+ }
3410
+ .ant-btn-background-ghost.ant-btn-primary > a:only-child {
3411
+ color: currentcolor;
3412
+ }
3413
+ .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
3414
+ position: absolute;
3415
+ top: 0;
3416
+ right: 0;
3417
+ bottom: 0;
3418
+ left: 0;
3419
+ background: transparent;
3420
+ content: '';
3421
+ }
3422
+ .ant-btn-background-ghost.ant-btn-primary:hover,
3423
+ .ant-btn-background-ghost.ant-btn-primary:focus {
3424
+ color: #40a9ff;
3425
+ border-color: #40a9ff;
3426
+ }
3427
+ .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
3428
+ .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
3429
+ color: currentcolor;
3430
+ }
3431
+ .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
3432
+ .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
3433
+ position: absolute;
3434
+ top: 0;
3435
+ right: 0;
3436
+ bottom: 0;
3437
+ left: 0;
3438
+ background: transparent;
3439
+ content: '';
3440
+ }
3441
+ .ant-btn-background-ghost.ant-btn-primary:active {
3442
+ color: #096dd9;
3443
+ border-color: #096dd9;
3444
+ }
3445
+ .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
3446
+ color: currentcolor;
3447
+ }
3448
+ .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
3449
+ position: absolute;
3450
+ top: 0;
3451
+ right: 0;
3452
+ bottom: 0;
3453
+ left: 0;
3454
+ background: transparent;
3455
+ content: '';
3456
+ }
3457
+ .ant-btn-background-ghost.ant-btn-primary[disabled],
3458
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
3459
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
3460
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:active {
3461
+ color: rgba(0, 0, 0, 0.25);
3462
+ border-color: #d9d9d9;
3463
+ background: #f5f5f5;
3464
+ text-shadow: none;
3465
+ box-shadow: none;
3466
+ }
3467
+ .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
3468
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
3469
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
3470
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
3471
+ color: currentcolor;
3472
+ }
3473
+ .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
3474
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
3475
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
3476
+ .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
3477
+ position: absolute;
3478
+ top: 0;
3479
+ right: 0;
3480
+ bottom: 0;
3481
+ left: 0;
3482
+ background: transparent;
3483
+ content: '';
3484
+ }
3485
+ .ant-btn-background-ghost.ant-btn-danger {
3486
+ color: #ff4d4f;
3487
+ border-color: #ff4d4f;
3488
+ text-shadow: none;
3489
+ }
3490
+ .ant-btn-background-ghost.ant-btn-danger > a:only-child {
3491
+ color: currentcolor;
3492
+ }
3493
+ .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
3494
+ position: absolute;
3495
+ top: 0;
3496
+ right: 0;
3497
+ bottom: 0;
3498
+ left: 0;
3499
+ background: transparent;
3500
+ content: '';
3501
+ }
3502
+ .ant-btn-background-ghost.ant-btn-danger:hover,
3503
+ .ant-btn-background-ghost.ant-btn-danger:focus {
3504
+ color: #ff7875;
3505
+ border-color: #ff7875;
3506
+ }
3507
+ .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
3508
+ .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
3509
+ color: currentcolor;
3510
+ }
3511
+ .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
3512
+ .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
3513
+ position: absolute;
3514
+ top: 0;
3515
+ right: 0;
3516
+ bottom: 0;
3517
+ left: 0;
3518
+ background: transparent;
3519
+ content: '';
3520
+ }
3521
+ .ant-btn-background-ghost.ant-btn-danger:active {
3522
+ color: #d9363e;
3523
+ border-color: #d9363e;
3524
+ }
3525
+ .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
3526
+ color: currentcolor;
3527
+ }
3528
+ .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
3529
+ position: absolute;
3530
+ top: 0;
3531
+ right: 0;
3532
+ bottom: 0;
3533
+ left: 0;
3534
+ background: transparent;
3535
+ content: '';
3536
+ }
3537
+ .ant-btn-background-ghost.ant-btn-danger[disabled],
3538
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
3539
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
3540
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:active {
3541
+ color: rgba(0, 0, 0, 0.25);
3542
+ border-color: #d9d9d9;
3543
+ background: #f5f5f5;
3544
+ text-shadow: none;
3545
+ box-shadow: none;
3546
+ }
3547
+ .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
3548
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
3549
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
3550
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
3551
+ color: currentcolor;
3552
+ }
3553
+ .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
3554
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
3555
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
3556
+ .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
3557
+ position: absolute;
3558
+ top: 0;
3559
+ right: 0;
3560
+ bottom: 0;
3561
+ left: 0;
3562
+ background: transparent;
3563
+ content: '';
3564
+ }
3565
+ .ant-btn-background-ghost.ant-btn-dangerous {
3566
+ color: #ff4d4f;
3567
+ border-color: #ff4d4f;
3568
+ text-shadow: none;
3569
+ }
3570
+ .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
3571
+ color: currentcolor;
3572
+ }
3573
+ .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
3574
+ position: absolute;
3575
+ top: 0;
3576
+ right: 0;
3577
+ bottom: 0;
3578
+ left: 0;
3579
+ background: transparent;
3580
+ content: '';
3581
+ }
3582
+ .ant-btn-background-ghost.ant-btn-dangerous:hover,
3583
+ .ant-btn-background-ghost.ant-btn-dangerous:focus {
3584
+ color: #ff7875;
3585
+ border-color: #ff7875;
3586
+ }
3587
+ .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
3588
+ .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
3589
+ color: currentcolor;
3590
+ }
3591
+ .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
3592
+ .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
3593
+ position: absolute;
3594
+ top: 0;
3595
+ right: 0;
3596
+ bottom: 0;
3597
+ left: 0;
3598
+ background: transparent;
3599
+ content: '';
3600
+ }
3601
+ .ant-btn-background-ghost.ant-btn-dangerous:active {
3602
+ color: #d9363e;
3603
+ border-color: #d9363e;
3604
+ }
3605
+ .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
3606
+ color: currentcolor;
3607
+ }
3608
+ .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
3609
+ position: absolute;
3610
+ top: 0;
3611
+ right: 0;
3612
+ bottom: 0;
3613
+ left: 0;
3614
+ background: transparent;
3615
+ content: '';
3616
+ }
3617
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled],
3618
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
3619
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
3620
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
3621
+ color: rgba(0, 0, 0, 0.25);
3622
+ border-color: #d9d9d9;
3623
+ background: #f5f5f5;
3624
+ text-shadow: none;
3625
+ box-shadow: none;
3626
+ }
3627
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
3628
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
3629
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
3630
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
3631
+ color: currentcolor;
3632
+ }
3633
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
3634
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
3635
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
3636
+ .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
3637
+ position: absolute;
3638
+ top: 0;
3639
+ right: 0;
3640
+ bottom: 0;
3641
+ left: 0;
3642
+ background: transparent;
3643
+ content: '';
3644
+ }
3645
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
3646
+ color: #ff4d4f;
3647
+ border-color: transparent;
3648
+ text-shadow: none;
3649
+ }
3650
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
3651
+ color: currentcolor;
3652
+ }
3653
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
3654
+ position: absolute;
3655
+ top: 0;
3656
+ right: 0;
3657
+ bottom: 0;
3658
+ left: 0;
3659
+ background: transparent;
3660
+ content: '';
3661
+ }
3662
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
3663
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
3664
+ color: #ff7875;
3665
+ border-color: transparent;
3666
+ }
3667
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
3668
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
3669
+ color: currentcolor;
3670
+ }
3671
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
3672
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
3673
+ position: absolute;
3674
+ top: 0;
3675
+ right: 0;
3676
+ bottom: 0;
3677
+ left: 0;
3678
+ background: transparent;
3679
+ content: '';
3680
+ }
3681
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
3682
+ color: #d9363e;
3683
+ border-color: transparent;
3684
+ }
3685
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
3686
+ color: currentcolor;
3687
+ }
3688
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
3689
+ position: absolute;
3690
+ top: 0;
3691
+ right: 0;
3692
+ bottom: 0;
3693
+ left: 0;
3694
+ background: transparent;
3695
+ content: '';
3696
+ }
3697
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
3698
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
3699
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
3700
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
3701
+ color: rgba(0, 0, 0, 0.25);
3702
+ border-color: #d9d9d9;
3703
+ background: #f5f5f5;
3704
+ text-shadow: none;
3705
+ box-shadow: none;
3706
+ }
3707
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
3708
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
3709
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
3710
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
3711
+ color: currentcolor;
3712
+ }
3713
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
3714
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
3715
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
3716
+ .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
3717
+ position: absolute;
3718
+ top: 0;
3719
+ right: 0;
3720
+ bottom: 0;
3721
+ left: 0;
3722
+ background: transparent;
3723
+ content: '';
3724
+ }
3725
+ .ant-btn-two-chinese-chars::first-letter {
3726
+ letter-spacing: 0.34em;
3727
+ }
3728
+ .ant-btn-two-chinese-chars > *:not(.anticon) {
3729
+ margin-right: -0.34em;
3730
+ letter-spacing: 0.34em;
3731
+ }
3732
+ .ant-btn.ant-btn-block {
3733
+ width: 100%;
3734
+ }
3735
+ .ant-btn:empty {
3736
+ display: inline-block;
3737
+ width: 0;
3738
+ visibility: hidden;
3739
+ content: '\a0';
3740
+ }
3741
+ a.ant-btn {
3742
+ padding-top: 0.01px !important;
3743
+ line-height: 30px;
3744
+ }
3745
+ a.ant-btn-lg {
3746
+ line-height: 38px;
3747
+ }
3748
+ a.ant-btn-sm {
3749
+ line-height: 22px;
3750
+ }
3751
+ .ant-btn-rtl {
3752
+ direction: rtl;
3753
+ }
3754
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
3755
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
3756
+ border-right-color: #40a9ff;
3757
+ border-left-color: #d9d9d9;
3758
+ }
3759
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
3760
+ .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
3761
+ border-right-color: #d9d9d9;
3762
+ border-left-color: #40a9ff;
3763
+ }
3764
+ .ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
3765
+ padding-right: 0;
3766
+ padding-left: 8px;
3767
+ }
3768
+ .ant-btn > .ant-btn-loading-icon:only-child .anticon {
3769
+ padding-right: 0;
3770
+ padding-left: 0;
3771
+ }
3772
+ .ant-btn-rtl.ant-btn > .anticon + span,
3773
+ .ant-btn-rtl.ant-btn > span + .anticon {
3774
+ margin-right: 8px;
3775
+ margin-left: 0;
3776
+ }
3777
+ .ant-alert {
3778
+ box-sizing: border-box;
3779
+ margin: 0;
3780
+ padding: 0;
3781
+ color: rgba(0, 0, 0, 0.85);
3782
+ font-size: 14px;
3783
+ font-variant: tabular-nums;
3784
+ line-height: 1.5715;
3785
+ list-style: none;
3786
+ font-feature-settings: 'tnum';
3787
+ position: relative;
3788
+ display: flex;
3789
+ align-items: center;
3790
+ padding: 8px 15px;
3791
+ word-wrap: break-word;
3792
+ border-radius: 2px;
3793
+ }
3794
+ .ant-alert-content {
3795
+ flex: 1;
3796
+ min-width: 0;
3797
+ }
3798
+ .ant-alert-icon {
3799
+ margin-right: 8px;
3800
+ }
3801
+ .ant-alert-description {
3802
+ display: none;
3803
+ font-size: 14px;
3804
+ line-height: 22px;
3805
+ }
3806
+ .ant-alert-success {
3807
+ background-color: #f6ffed;
3808
+ border: 1px solid #b7eb8f;
3809
+ }
3810
+ .ant-alert-success .ant-alert-icon {
3811
+ color: #52c41a;
3812
+ }
3813
+ .ant-alert-info {
3814
+ background-color: #e6f7ff;
3815
+ border: 1px solid #91d5ff;
3816
+ }
3817
+ .ant-alert-info .ant-alert-icon {
3818
+ color: #1890ff;
3819
+ }
3820
+ .ant-alert-warning {
3821
+ background-color: #fffbe6;
3822
+ border: 1px solid #ffe58f;
3823
+ }
3824
+ .ant-alert-warning .ant-alert-icon {
3825
+ color: #faad14;
3826
+ }
3827
+ .ant-alert-error {
3828
+ background-color: #fff2f0;
3829
+ border: 1px solid #ffccc7;
3830
+ }
3831
+ .ant-alert-error .ant-alert-icon {
3832
+ color: #ff4d4f;
3833
+ }
3834
+ .ant-alert-error .ant-alert-description > pre {
3835
+ margin: 0;
3836
+ padding: 0;
3837
+ }
3838
+ .ant-alert-action {
3839
+ margin-left: 8px;
3840
+ }
3841
+ .ant-alert-close-icon {
3842
+ margin-left: 8px;
3843
+ padding: 0;
3844
+ overflow: hidden;
3845
+ font-size: 12px;
3846
+ line-height: 12px;
3847
+ background-color: transparent;
3848
+ border: none;
3849
+ outline: none;
3850
+ cursor: pointer;
3851
+ }
3852
+ .ant-alert-close-icon .anticon-close {
3853
+ color: rgba(0, 0, 0, 0.45);
3854
+ transition: color 0.3s;
3855
+ }
3856
+ .ant-alert-close-icon .anticon-close:hover {
3857
+ color: rgba(0, 0, 0, 0.75);
3858
+ }
3859
+ .ant-alert-close-text {
3860
+ color: rgba(0, 0, 0, 0.45);
3861
+ transition: color 0.3s;
3862
+ }
3863
+ .ant-alert-close-text:hover {
3864
+ color: rgba(0, 0, 0, 0.75);
3865
+ }
3866
+ .ant-alert-with-description {
3867
+ align-items: flex-start;
3868
+ padding: 15px 15px 15px 24px;
3869
+ }
3870
+ .ant-alert-with-description.ant-alert-no-icon {
3871
+ padding: 15px 15px;
3872
+ }
3873
+ .ant-alert-with-description .ant-alert-icon {
3874
+ margin-right: 15px;
3875
+ font-size: 24px;
3876
+ }
3877
+ .ant-alert-with-description .ant-alert-message {
3878
+ display: block;
3879
+ margin-bottom: 4px;
3880
+ color: rgba(0, 0, 0, 0.85);
3881
+ font-size: 16px;
3882
+ }
3883
+ .ant-alert-message {
3884
+ color: rgba(0, 0, 0, 0.85);
3885
+ }
3886
+ .ant-alert-with-description .ant-alert-description {
3887
+ display: block;
3888
+ }
3889
+ .ant-alert.ant-alert-motion-leave {
3890
+ overflow: hidden;
3891
+ opacity: 1;
3892
+ transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
3893
+ }
3894
+ .ant-alert.ant-alert-motion-leave-active {
3895
+ max-height: 0;
3896
+ margin-bottom: 0 !important;
3897
+ padding-top: 0;
3898
+ padding-bottom: 0;
3899
+ opacity: 0;
3900
+ }
3901
+ .ant-alert-banner {
3902
+ margin-bottom: 0;
3903
+ border: 0;
3904
+ border-radius: 0;
3905
+ }
3906
+ .ant-alert.ant-alert-rtl {
3907
+ direction: rtl;
3908
+ }
3909
+ .ant-alert-rtl .ant-alert-icon {
3910
+ margin-right: auto;
3911
+ margin-left: 8px;
3912
+ }
3913
+ .ant-alert-rtl .ant-alert-action {
3914
+ margin-right: 8px;
3915
+ margin-left: auto;
3916
+ }
3917
+ .ant-alert-rtl .ant-alert-close-icon {
3918
+ margin-right: 8px;
3919
+ margin-left: auto;
3920
+ }
3921
+ .ant-alert-rtl.ant-alert-with-description {
3922
+ padding-right: 24px;
3923
+ padding-left: 15px;
3924
+ }
3925
+ .ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
3926
+ margin-right: auto;
3927
+ margin-left: 15px;
3928
+ }
3929
+ .ant-radio-group {
3930
+ box-sizing: border-box;
3931
+ margin: 0;
3932
+ padding: 0;
3933
+ color: rgba(0, 0, 0, 0.85);
3934
+ font-size: 14px;
3935
+ font-variant: tabular-nums;
3936
+ line-height: 1.5715;
3937
+ list-style: none;
3938
+ font-feature-settings: 'tnum';
3939
+ display: inline-block;
3940
+ font-size: 0;
3941
+ }
3942
+ .ant-radio-group .ant-badge-count {
3943
+ z-index: 1;
3944
+ }
3945
+ .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
3946
+ border-left: none;
3947
+ }
3948
+ .ant-radio-wrapper {
3949
+ box-sizing: border-box;
3950
+ margin: 0;
3951
+ padding: 0;
3952
+ color: rgba(0, 0, 0, 0.85);
3953
+ font-size: 14px;
3954
+ font-variant: tabular-nums;
3955
+ line-height: 1.5715;
3956
+ list-style: none;
3957
+ font-feature-settings: 'tnum';
3958
+ position: relative;
3959
+ display: inline-flex;
3960
+ align-items: baseline;
3961
+ margin-right: 8px;
3962
+ cursor: pointer;
3963
+ }
3964
+ .ant-radio-wrapper-disabled {
3965
+ cursor: not-allowed;
3966
+ }
3967
+ .ant-radio-wrapper::after {
3968
+ display: inline-block;
3969
+ width: 0;
3970
+ overflow: hidden;
3971
+ content: '\a0';
3972
+ }
3973
+ .ant-radio {
3974
+ box-sizing: border-box;
3975
+ margin: 0;
3976
+ padding: 0;
3977
+ color: rgba(0, 0, 0, 0.85);
3978
+ font-size: 14px;
3979
+ font-variant: tabular-nums;
3980
+ line-height: 1.5715;
3981
+ list-style: none;
3982
+ font-feature-settings: 'tnum';
3983
+ position: relative;
3984
+ top: 0.2em;
3985
+ display: inline-block;
3986
+ outline: none;
3987
+ cursor: pointer;
3988
+ }
3989
+ .ant-radio-wrapper:hover .ant-radio,
3990
+ .ant-radio:hover .ant-radio-inner,
3991
+ .ant-radio-input:focus + .ant-radio-inner {
3992
+ border-color: #1890ff;
3993
+ }
3994
+ .ant-radio-input:focus + .ant-radio-inner {
3995
+ box-shadow: 0 0 0 3px #e6f7ff;
3996
+ }
3997
+ .ant-radio-checked::after {
3998
+ position: absolute;
3999
+ top: 0;
4000
+ left: 0;
4001
+ width: 100%;
4002
+ height: 100%;
4003
+ border: 1px solid #1890ff;
4004
+ border-radius: 50%;
4005
+ visibility: hidden;
4006
+ animation: antRadioEffect 0.36s ease-in-out;
4007
+ animation-fill-mode: both;
4008
+ content: '';
4009
+ }
4010
+ .ant-radio:hover::after,
4011
+ .ant-radio-wrapper:hover .ant-radio::after {
4012
+ visibility: visible;
4013
+ }
4014
+ .ant-radio-inner {
4015
+ position: relative;
4016
+ top: 0;
4017
+ left: 0;
4018
+ display: block;
4019
+ width: 16px;
4020
+ height: 16px;
4021
+ background-color: #fff;
4022
+ border-color: #d9d9d9;
4023
+ border-style: solid;
4024
+ border-width: 1px;
4025
+ border-radius: 50%;
4026
+ transition: all 0.3s;
4027
+ }
4028
+ .ant-radio-inner::after {
4029
+ position: absolute;
4030
+ top: 50%;
4031
+ left: 50%;
4032
+ display: block;
4033
+ width: 16px;
4034
+ height: 16px;
4035
+ margin-top: -8px;
4036
+ margin-left: -8px;
4037
+ background-color: #1890ff;
4038
+ border-top: 0;
4039
+ border-left: 0;
4040
+ border-radius: 16px;
4041
+ transform: scale(0);
4042
+ opacity: 0;
4043
+ transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
4044
+ content: ' ';
4045
+ }
4046
+ .ant-radio-input {
4047
+ position: absolute;
4048
+ top: 0;
4049
+ right: 0;
4050
+ bottom: 0;
4051
+ left: 0;
4052
+ z-index: 1;
4053
+ cursor: pointer;
4054
+ opacity: 0;
4055
+ }
4056
+ .ant-radio-checked .ant-radio-inner {
4057
+ border-color: #1890ff;
4058
+ }
4059
+ .ant-radio-checked .ant-radio-inner::after {
4060
+ transform: scale(0.5);
4061
+ opacity: 1;
4062
+ transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
4063
+ }
4064
+ .ant-radio-disabled {
4065
+ cursor: not-allowed;
4066
+ }
4067
+ .ant-radio-disabled .ant-radio-inner {
4068
+ background-color: #f5f5f5;
4069
+ border-color: #d9d9d9 !important;
4070
+ cursor: not-allowed;
4071
+ }
4072
+ .ant-radio-disabled .ant-radio-inner::after {
4073
+ background-color: rgba(0, 0, 0, 0.2);
4074
+ }
4075
+ .ant-radio-disabled .ant-radio-input {
4076
+ cursor: not-allowed;
4077
+ }
4078
+ .ant-radio-disabled + span {
4079
+ color: rgba(0, 0, 0, 0.25);
4080
+ cursor: not-allowed;
4081
+ }
4082
+ span.ant-radio + * {
4083
+ padding-right: 8px;
4084
+ padding-left: 8px;
4085
+ }
4086
+ .ant-radio-button-wrapper {
4087
+ position: relative;
4088
+ display: inline-block;
4089
+ height: 32px;
4090
+ margin: 0;
4091
+ padding: 0 15px;
4092
+ color: rgba(0, 0, 0, 0.85);
4093
+ font-size: 14px;
4094
+ line-height: 30px;
4095
+ background: #fff;
4096
+ border: 1px solid #d9d9d9;
4097
+ border-top-width: 1.02px;
4098
+ border-left-width: 0;
4099
+ cursor: pointer;
4100
+ transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
4101
+ }
4102
+ .ant-radio-button-wrapper a {
4103
+ color: rgba(0, 0, 0, 0.85);
4104
+ }
4105
+ .ant-radio-button-wrapper > .ant-radio-button {
4106
+ position: absolute;
4107
+ top: 0;
4108
+ left: 0;
4109
+ z-index: -1;
4110
+ width: 100%;
4111
+ height: 100%;
4112
+ }
4113
+ .ant-radio-group-large .ant-radio-button-wrapper {
4114
+ height: 40px;
4115
+ font-size: 16px;
4116
+ line-height: 38px;
4117
+ }
4118
+ .ant-radio-group-small .ant-radio-button-wrapper {
4119
+ height: 24px;
4120
+ padding: 0 7px;
4121
+ line-height: 22px;
4122
+ }
4123
+ .ant-radio-button-wrapper:not(:first-child)::before {
4124
+ position: absolute;
4125
+ top: -1px;
4126
+ left: -1px;
4127
+ display: block;
4128
+ box-sizing: content-box;
4129
+ width: 1px;
4130
+ height: 100%;
4131
+ padding: 1px 0;
4132
+ background-color: #d9d9d9;
4133
+ transition: background-color 0.3s;
4134
+ content: '';
4135
+ }
4136
+ .ant-radio-button-wrapper:first-child {
4137
+ border-left: 1px solid #d9d9d9;
4138
+ border-radius: 2px 0 0 2px;
4139
+ }
4140
+ .ant-radio-button-wrapper:last-child {
4141
+ border-radius: 0 2px 2px 0;
4142
+ }
4143
+ .ant-radio-button-wrapper:first-child:last-child {
4144
+ border-radius: 2px;
4145
+ }
4146
+ .ant-radio-button-wrapper:hover {
4147
+ position: relative;
4148
+ color: #1890ff;
4149
+ }
4150
+ .ant-radio-button-wrapper:focus-within {
4151
+ box-shadow: 0 0 0 3px #e6f7ff;
4152
+ }
4153
+ .ant-radio-button-wrapper .ant-radio-inner,
4154
+ .ant-radio-button-wrapper input[type='checkbox'],
4155
+ .ant-radio-button-wrapper input[type='radio'] {
4156
+ width: 0;
4157
+ height: 0;
4158
+ opacity: 0;
4159
+ pointer-events: none;
4160
+ }
4161
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
4162
+ z-index: 1;
4163
+ color: #1890ff;
4164
+ background: #fff;
4165
+ border-color: #1890ff;
4166
+ }
4167
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
4168
+ background-color: #1890ff;
4169
+ }
4170
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
4171
+ border-color: #1890ff;
4172
+ }
4173
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
4174
+ color: #40a9ff;
4175
+ border-color: #40a9ff;
4176
+ }
4177
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
4178
+ background-color: #40a9ff;
4179
+ }
4180
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
4181
+ color: #096dd9;
4182
+ border-color: #096dd9;
4183
+ }
4184
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
4185
+ background-color: #096dd9;
4186
+ }
4187
+ .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
4188
+ box-shadow: 0 0 0 3px #e6f7ff;
4189
+ }
4190
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
4191
+ color: #fff;
4192
+ background: #1890ff;
4193
+ border-color: #1890ff;
4194
+ }
4195
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
4196
+ color: #fff;
4197
+ background: #40a9ff;
4198
+ border-color: #40a9ff;
4199
+ }
4200
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
4201
+ color: #fff;
4202
+ background: #096dd9;
4203
+ border-color: #096dd9;
4204
+ }
4205
+ .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
4206
+ box-shadow: 0 0 0 3px #e6f7ff;
4207
+ }
4208
+ .ant-radio-button-wrapper-disabled {
4209
+ color: rgba(0, 0, 0, 0.25);
4210
+ background-color: #f5f5f5;
4211
+ border-color: #d9d9d9;
4212
+ cursor: not-allowed;
4213
+ }
4214
+ .ant-radio-button-wrapper-disabled:first-child,
4215
+ .ant-radio-button-wrapper-disabled:hover {
4216
+ color: rgba(0, 0, 0, 0.25);
4217
+ background-color: #f5f5f5;
4218
+ border-color: #d9d9d9;
4219
+ }
4220
+ .ant-radio-button-wrapper-disabled:first-child {
4221
+ border-left-color: #d9d9d9;
4222
+ }
4223
+ .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
4224
+ color: rgba(0, 0, 0, 0.25);
4225
+ background-color: #e6e6e6;
4226
+ border-color: #d9d9d9;
4227
+ box-shadow: none;
4228
+ }
4229
+ @keyframes antRadioEffect {
4230
+ 0% {
4231
+ transform: scale(1);
4232
+ opacity: 0.5;
4233
+ }
4234
+ 100% {
4235
+ transform: scale(1.6);
4236
+ opacity: 0;
4237
+ }
4238
+ }
4239
+ .ant-radio-group.ant-radio-group-rtl {
4240
+ direction: rtl;
4241
+ }
4242
+ .ant-radio-wrapper.ant-radio-wrapper-rtl {
4243
+ margin-right: 0;
4244
+ margin-left: 8px;
4245
+ direction: rtl;
4246
+ }
4247
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
4248
+ border-right-width: 0;
4249
+ border-left-width: 1px;
4250
+ }
4251
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
4252
+ right: -1px;
4253
+ left: 0;
4254
+ }
4255
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
4256
+ border-right: 1px solid #d9d9d9;
4257
+ border-radius: 0 2px 2px 0;
4258
+ }
4259
+ .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
4260
+ border-right-color: #40a9ff;
4261
+ }
4262
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
4263
+ border-radius: 2px 0 0 2px;
4264
+ }
4265
+ .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
4266
+ border-right-color: #d9d9d9;
4267
+ }
4268
+ .ant-spin {
4269
+ box-sizing: border-box;
4270
+ margin: 0;
4271
+ padding: 0;
4272
+ color: rgba(0, 0, 0, 0.85);
4273
+ font-size: 14px;
4274
+ font-variant: tabular-nums;
4275
+ line-height: 1.5715;
4276
+ list-style: none;
4277
+ font-feature-settings: 'tnum';
4278
+ position: absolute;
4279
+ display: none;
4280
+ color: #1890ff;
4281
+ text-align: center;
4282
+ vertical-align: middle;
4283
+ opacity: 0;
4284
+ transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
4285
+ }
4286
+ .ant-spin-spinning {
4287
+ position: static;
4288
+ display: inline-block;
4289
+ opacity: 1;
4290
+ }
4291
+ .ant-spin-nested-loading {
4292
+ position: relative;
4293
+ }
4294
+ .ant-spin-nested-loading > div > .ant-spin {
4295
+ position: absolute;
4296
+ top: 0;
4297
+ left: 0;
4298
+ z-index: 4;
4299
+ display: block;
4300
+ width: 100%;
4301
+ height: 100%;
4302
+ max-height: 400px;
4303
+ }
4304
+ .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
4305
+ position: absolute;
4306
+ top: 50%;
4307
+ left: 50%;
4308
+ margin: -10px;
4309
+ }
4310
+ .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
4311
+ position: absolute;
4312
+ top: 50%;
4313
+ width: 100%;
4314
+ padding-top: 5px;
4315
+ text-shadow: 0 1px 2px #fff;
4316
+ }
4317
+ .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
4318
+ margin-top: -20px;
4319
+ }
4320
+ .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
4321
+ margin: -7px;
4322
+ }
4323
+ .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
4324
+ padding-top: 2px;
4325
+ }
4326
+ .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
4327
+ margin-top: -17px;
4328
+ }
4329
+ .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
4330
+ margin: -16px;
4331
+ }
4332
+ .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
4333
+ padding-top: 11px;
4334
+ }
4335
+ .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
4336
+ margin-top: -26px;
4337
+ }
4338
+ .ant-spin-container {
4339
+ position: relative;
4340
+ transition: opacity 0.3s;
4341
+ }
4342
+ .ant-spin-container::after {
4343
+ position: absolute;
4344
+ top: 0;
4345
+ right: 0;
4346
+ bottom: 0;
4347
+ left: 0;
4348
+ z-index: 10;
4349
+ display: none \9;
4350
+ width: 100%;
4351
+ height: 100%;
4352
+ background: #fff;
4353
+ opacity: 0;
4354
+ transition: all 0.3s;
4355
+ content: '';
4356
+ pointer-events: none;
4357
+ }
4358
+ .ant-spin-blur {
4359
+ clear: both;
4360
+ opacity: 0.5;
4361
+ -webkit-user-select: none;
4362
+ -moz-user-select: none;
4363
+ user-select: none;
4364
+ pointer-events: none;
4365
+ }
4366
+ .ant-spin-blur::after {
4367
+ opacity: 0.4;
4368
+ pointer-events: auto;
4369
+ }
4370
+ .ant-spin-tip {
4371
+ color: rgba(0, 0, 0, 0.45);
4372
+ }
4373
+ .ant-spin-dot {
4374
+ position: relative;
4375
+ display: inline-block;
4376
+ font-size: 20px;
4377
+ width: 1em;
4378
+ height: 1em;
4379
+ }
4380
+ .ant-spin-dot-item {
4381
+ position: absolute;
4382
+ display: block;
4383
+ width: 9px;
4384
+ height: 9px;
4385
+ background-color: #1890ff;
4386
+ border-radius: 100%;
4387
+ transform: scale(0.75);
4388
+ transform-origin: 50% 50%;
4389
+ opacity: 0.3;
4390
+ animation: antSpinMove 1s infinite linear alternate;
4391
+ }
4392
+ .ant-spin-dot-item:nth-child(1) {
4393
+ top: 0;
4394
+ left: 0;
4395
+ }
4396
+ .ant-spin-dot-item:nth-child(2) {
4397
+ top: 0;
4398
+ right: 0;
4399
+ animation-delay: 0.4s;
4400
+ }
4401
+ .ant-spin-dot-item:nth-child(3) {
4402
+ right: 0;
4403
+ bottom: 0;
4404
+ animation-delay: 0.8s;
4405
+ }
4406
+ .ant-spin-dot-item:nth-child(4) {
4407
+ bottom: 0;
4408
+ left: 0;
4409
+ animation-delay: 1.2s;
4410
+ }
4411
+ .ant-spin-dot-spin {
4412
+ transform: rotate(45deg);
4413
+ animation: antRotate 1.2s infinite linear;
4414
+ }
4415
+ .ant-spin-sm .ant-spin-dot {
4416
+ font-size: 14px;
4417
+ }
4418
+ .ant-spin-sm .ant-spin-dot i {
4419
+ width: 6px;
4420
+ height: 6px;
4421
+ }
4422
+ .ant-spin-lg .ant-spin-dot {
4423
+ font-size: 32px;
4424
+ }
4425
+ .ant-spin-lg .ant-spin-dot i {
4426
+ width: 14px;
4427
+ height: 14px;
4428
+ }
4429
+ .ant-spin.ant-spin-show-text .ant-spin-text {
4430
+ display: block;
4431
+ }
4432
+ @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
4433
+ /* IE10+ */
4434
+ .ant-spin-blur {
4435
+ background: #fff;
4436
+ opacity: 0.5;
4437
+ }
4438
+ }
4439
+ @keyframes antSpinMove {
4440
+ to {
4441
+ opacity: 1;
4442
+ }
4443
+ }
4444
+ @keyframes antRotate {
4445
+ to {
4446
+ transform: rotate(405deg);
4447
+ }
4448
+ }
4449
+ .ant-spin-rtl {
4450
+ direction: rtl;
4451
+ }
4452
+ .ant-spin-rtl .ant-spin-dot-spin {
4453
+ transform: rotate(-45deg);
4454
+ animation-name: antRotateRtl;
4455
+ }
4456
+ @keyframes antRotateRtl {
4457
+ to {
4458
+ transform: rotate(-405deg);
4459
+ }
4460
+ }
1032
4461
  .jtable-body-spin {
1033
4462
  height: 100%;
1034
4463
  width: 100%;