@delon/theme 21.0.0-next.1 → 21.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compact.css +426 -619
- package/compact.min.css +1 -1
- package/dark.css +421 -614
- package/dark.min.css +1 -1
- package/default.css +421 -614
- package/default.min.css +1 -1
- package/fesm2022/layout-default.mjs +25 -25
- package/fesm2022/setting-drawer.mjs +13 -27
- package/fesm2022/setting-drawer.mjs.map +1 -1
- package/fesm2022/theme-btn.mjs +7 -7
- package/fesm2022/theme.mjs +87 -83
- package/fesm2022/theme.mjs.map +1 -1
- package/layout-default/style/_aside.less +3 -1
- package/layout-default/style/_header.less +3 -3
- package/layout-default/style/_layout.less +2 -2
- package/layout-default/style/_progress-bar.less +3 -1
- package/layout-default/style/fix/_reuse-tab.less +1 -1
- package/package.json +6 -6
- package/setting-drawer/style/index.less +0 -6
- package/system/antd/_modal.less +2 -1
- package/system/antd/_table.less +2 -1
- package/system/theme-variable.less +18 -18
- package/system/utils/_border.less +1 -1
- package/types/theme.d.ts +2 -2
- package/variable.css +421 -614
- package/variable.min.css +1 -1
package/compact.css
CHANGED
|
@@ -1004,517 +1004,6 @@ html {
|
|
|
1004
1004
|
opacity: 0;
|
|
1005
1005
|
}
|
|
1006
1006
|
}
|
|
1007
|
-
.ant-zoom-enter,
|
|
1008
|
-
.ant-zoom-appear {
|
|
1009
|
-
animation-duration: 0.2s;
|
|
1010
|
-
animation-fill-mode: both;
|
|
1011
|
-
animation-play-state: paused;
|
|
1012
|
-
}
|
|
1013
|
-
.ant-zoom-leave {
|
|
1014
|
-
animation-duration: 0.2s;
|
|
1015
|
-
animation-fill-mode: both;
|
|
1016
|
-
animation-play-state: paused;
|
|
1017
|
-
}
|
|
1018
|
-
.ant-zoom-enter.ant-zoom-enter-active,
|
|
1019
|
-
.ant-zoom-appear.ant-zoom-appear-active {
|
|
1020
|
-
animation-name: antZoomIn;
|
|
1021
|
-
animation-play-state: running;
|
|
1022
|
-
}
|
|
1023
|
-
.ant-zoom-leave.ant-zoom-leave-active {
|
|
1024
|
-
animation-name: antZoomOut;
|
|
1025
|
-
animation-play-state: running;
|
|
1026
|
-
pointer-events: none;
|
|
1027
|
-
}
|
|
1028
|
-
.ant-zoom-enter,
|
|
1029
|
-
.ant-zoom-appear {
|
|
1030
|
-
animation-duration: 0.2s;
|
|
1031
|
-
animation-fill-mode: both;
|
|
1032
|
-
animation-play-state: paused;
|
|
1033
|
-
}
|
|
1034
|
-
.ant-zoom-leave {
|
|
1035
|
-
animation-duration: 0.2s;
|
|
1036
|
-
animation-fill-mode: both;
|
|
1037
|
-
animation-play-state: paused;
|
|
1038
|
-
}
|
|
1039
|
-
.ant-zoom-enter.ant-zoom-enter-active,
|
|
1040
|
-
.ant-zoom-appear.ant-zoom-appear-active {
|
|
1041
|
-
animation-name: antZoomIn;
|
|
1042
|
-
animation-play-state: running;
|
|
1043
|
-
}
|
|
1044
|
-
.ant-zoom-leave.ant-zoom-leave-active {
|
|
1045
|
-
animation-name: antZoomOut;
|
|
1046
|
-
animation-play-state: running;
|
|
1047
|
-
pointer-events: none;
|
|
1048
|
-
}
|
|
1049
|
-
.ant-zoom-enter,
|
|
1050
|
-
.ant-zoom-appear {
|
|
1051
|
-
transform: scale(0);
|
|
1052
|
-
opacity: 0;
|
|
1053
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1054
|
-
}
|
|
1055
|
-
.ant-zoom-enter-prepare,
|
|
1056
|
-
.ant-zoom-appear-prepare {
|
|
1057
|
-
transform: none;
|
|
1058
|
-
}
|
|
1059
|
-
.ant-zoom-leave {
|
|
1060
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1061
|
-
}
|
|
1062
|
-
.ant-zoom-big-enter,
|
|
1063
|
-
.ant-zoom-big-appear {
|
|
1064
|
-
animation-duration: 0.2s;
|
|
1065
|
-
animation-fill-mode: both;
|
|
1066
|
-
animation-play-state: paused;
|
|
1067
|
-
}
|
|
1068
|
-
.ant-zoom-big-leave {
|
|
1069
|
-
animation-duration: 0.2s;
|
|
1070
|
-
animation-fill-mode: both;
|
|
1071
|
-
animation-play-state: paused;
|
|
1072
|
-
}
|
|
1073
|
-
.ant-zoom-big-enter.ant-zoom-big-enter-active,
|
|
1074
|
-
.ant-zoom-big-appear.ant-zoom-big-appear-active {
|
|
1075
|
-
animation-name: antZoomBigIn;
|
|
1076
|
-
animation-play-state: running;
|
|
1077
|
-
}
|
|
1078
|
-
.ant-zoom-big-leave.ant-zoom-big-leave-active {
|
|
1079
|
-
animation-name: antZoomBigOut;
|
|
1080
|
-
animation-play-state: running;
|
|
1081
|
-
pointer-events: none;
|
|
1082
|
-
}
|
|
1083
|
-
.ant-zoom-big-enter,
|
|
1084
|
-
.ant-zoom-big-appear {
|
|
1085
|
-
animation-duration: 0.2s;
|
|
1086
|
-
animation-fill-mode: both;
|
|
1087
|
-
animation-play-state: paused;
|
|
1088
|
-
}
|
|
1089
|
-
.ant-zoom-big-leave {
|
|
1090
|
-
animation-duration: 0.2s;
|
|
1091
|
-
animation-fill-mode: both;
|
|
1092
|
-
animation-play-state: paused;
|
|
1093
|
-
}
|
|
1094
|
-
.ant-zoom-big-enter.ant-zoom-big-enter-active,
|
|
1095
|
-
.ant-zoom-big-appear.ant-zoom-big-appear-active {
|
|
1096
|
-
animation-name: antZoomBigIn;
|
|
1097
|
-
animation-play-state: running;
|
|
1098
|
-
}
|
|
1099
|
-
.ant-zoom-big-leave.ant-zoom-big-leave-active {
|
|
1100
|
-
animation-name: antZoomBigOut;
|
|
1101
|
-
animation-play-state: running;
|
|
1102
|
-
pointer-events: none;
|
|
1103
|
-
}
|
|
1104
|
-
.ant-zoom-big-enter,
|
|
1105
|
-
.ant-zoom-big-appear {
|
|
1106
|
-
transform: scale(0);
|
|
1107
|
-
opacity: 0;
|
|
1108
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1109
|
-
}
|
|
1110
|
-
.ant-zoom-big-enter-prepare,
|
|
1111
|
-
.ant-zoom-big-appear-prepare {
|
|
1112
|
-
transform: none;
|
|
1113
|
-
}
|
|
1114
|
-
.ant-zoom-big-leave {
|
|
1115
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1116
|
-
}
|
|
1117
|
-
.ant-zoom-big-fast-enter,
|
|
1118
|
-
.ant-zoom-big-fast-appear {
|
|
1119
|
-
animation-duration: 0.1s;
|
|
1120
|
-
animation-fill-mode: both;
|
|
1121
|
-
animation-play-state: paused;
|
|
1122
|
-
}
|
|
1123
|
-
.ant-zoom-big-fast-leave {
|
|
1124
|
-
animation-duration: 0.1s;
|
|
1125
|
-
animation-fill-mode: both;
|
|
1126
|
-
animation-play-state: paused;
|
|
1127
|
-
}
|
|
1128
|
-
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
|
|
1129
|
-
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
|
|
1130
|
-
animation-name: antZoomBigIn;
|
|
1131
|
-
animation-play-state: running;
|
|
1132
|
-
}
|
|
1133
|
-
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
|
|
1134
|
-
animation-name: antZoomBigOut;
|
|
1135
|
-
animation-play-state: running;
|
|
1136
|
-
pointer-events: none;
|
|
1137
|
-
}
|
|
1138
|
-
.ant-zoom-big-fast-enter,
|
|
1139
|
-
.ant-zoom-big-fast-appear {
|
|
1140
|
-
animation-duration: 0.1s;
|
|
1141
|
-
animation-fill-mode: both;
|
|
1142
|
-
animation-play-state: paused;
|
|
1143
|
-
}
|
|
1144
|
-
.ant-zoom-big-fast-leave {
|
|
1145
|
-
animation-duration: 0.1s;
|
|
1146
|
-
animation-fill-mode: both;
|
|
1147
|
-
animation-play-state: paused;
|
|
1148
|
-
}
|
|
1149
|
-
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
|
|
1150
|
-
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
|
|
1151
|
-
animation-name: antZoomBigIn;
|
|
1152
|
-
animation-play-state: running;
|
|
1153
|
-
}
|
|
1154
|
-
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
|
|
1155
|
-
animation-name: antZoomBigOut;
|
|
1156
|
-
animation-play-state: running;
|
|
1157
|
-
pointer-events: none;
|
|
1158
|
-
}
|
|
1159
|
-
.ant-zoom-big-fast-enter,
|
|
1160
|
-
.ant-zoom-big-fast-appear {
|
|
1161
|
-
transform: scale(0);
|
|
1162
|
-
opacity: 0;
|
|
1163
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1164
|
-
}
|
|
1165
|
-
.ant-zoom-big-fast-enter-prepare,
|
|
1166
|
-
.ant-zoom-big-fast-appear-prepare {
|
|
1167
|
-
transform: none;
|
|
1168
|
-
}
|
|
1169
|
-
.ant-zoom-big-fast-leave {
|
|
1170
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1171
|
-
}
|
|
1172
|
-
.ant-zoom-up-enter,
|
|
1173
|
-
.ant-zoom-up-appear {
|
|
1174
|
-
animation-duration: 0.2s;
|
|
1175
|
-
animation-fill-mode: both;
|
|
1176
|
-
animation-play-state: paused;
|
|
1177
|
-
}
|
|
1178
|
-
.ant-zoom-up-leave {
|
|
1179
|
-
animation-duration: 0.2s;
|
|
1180
|
-
animation-fill-mode: both;
|
|
1181
|
-
animation-play-state: paused;
|
|
1182
|
-
}
|
|
1183
|
-
.ant-zoom-up-enter.ant-zoom-up-enter-active,
|
|
1184
|
-
.ant-zoom-up-appear.ant-zoom-up-appear-active {
|
|
1185
|
-
animation-name: antZoomUpIn;
|
|
1186
|
-
animation-play-state: running;
|
|
1187
|
-
}
|
|
1188
|
-
.ant-zoom-up-leave.ant-zoom-up-leave-active {
|
|
1189
|
-
animation-name: antZoomUpOut;
|
|
1190
|
-
animation-play-state: running;
|
|
1191
|
-
pointer-events: none;
|
|
1192
|
-
}
|
|
1193
|
-
.ant-zoom-up-enter,
|
|
1194
|
-
.ant-zoom-up-appear {
|
|
1195
|
-
animation-duration: 0.2s;
|
|
1196
|
-
animation-fill-mode: both;
|
|
1197
|
-
animation-play-state: paused;
|
|
1198
|
-
}
|
|
1199
|
-
.ant-zoom-up-leave {
|
|
1200
|
-
animation-duration: 0.2s;
|
|
1201
|
-
animation-fill-mode: both;
|
|
1202
|
-
animation-play-state: paused;
|
|
1203
|
-
}
|
|
1204
|
-
.ant-zoom-up-enter.ant-zoom-up-enter-active,
|
|
1205
|
-
.ant-zoom-up-appear.ant-zoom-up-appear-active {
|
|
1206
|
-
animation-name: antZoomUpIn;
|
|
1207
|
-
animation-play-state: running;
|
|
1208
|
-
}
|
|
1209
|
-
.ant-zoom-up-leave.ant-zoom-up-leave-active {
|
|
1210
|
-
animation-name: antZoomUpOut;
|
|
1211
|
-
animation-play-state: running;
|
|
1212
|
-
pointer-events: none;
|
|
1213
|
-
}
|
|
1214
|
-
.ant-zoom-up-enter,
|
|
1215
|
-
.ant-zoom-up-appear {
|
|
1216
|
-
transform: scale(0);
|
|
1217
|
-
opacity: 0;
|
|
1218
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1219
|
-
}
|
|
1220
|
-
.ant-zoom-up-enter-prepare,
|
|
1221
|
-
.ant-zoom-up-appear-prepare {
|
|
1222
|
-
transform: none;
|
|
1223
|
-
}
|
|
1224
|
-
.ant-zoom-up-leave {
|
|
1225
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1226
|
-
}
|
|
1227
|
-
.ant-zoom-down-enter,
|
|
1228
|
-
.ant-zoom-down-appear {
|
|
1229
|
-
animation-duration: 0.2s;
|
|
1230
|
-
animation-fill-mode: both;
|
|
1231
|
-
animation-play-state: paused;
|
|
1232
|
-
}
|
|
1233
|
-
.ant-zoom-down-leave {
|
|
1234
|
-
animation-duration: 0.2s;
|
|
1235
|
-
animation-fill-mode: both;
|
|
1236
|
-
animation-play-state: paused;
|
|
1237
|
-
}
|
|
1238
|
-
.ant-zoom-down-enter.ant-zoom-down-enter-active,
|
|
1239
|
-
.ant-zoom-down-appear.ant-zoom-down-appear-active {
|
|
1240
|
-
animation-name: antZoomDownIn;
|
|
1241
|
-
animation-play-state: running;
|
|
1242
|
-
}
|
|
1243
|
-
.ant-zoom-down-leave.ant-zoom-down-leave-active {
|
|
1244
|
-
animation-name: antZoomDownOut;
|
|
1245
|
-
animation-play-state: running;
|
|
1246
|
-
pointer-events: none;
|
|
1247
|
-
}
|
|
1248
|
-
.ant-zoom-down-enter,
|
|
1249
|
-
.ant-zoom-down-appear {
|
|
1250
|
-
animation-duration: 0.2s;
|
|
1251
|
-
animation-fill-mode: both;
|
|
1252
|
-
animation-play-state: paused;
|
|
1253
|
-
}
|
|
1254
|
-
.ant-zoom-down-leave {
|
|
1255
|
-
animation-duration: 0.2s;
|
|
1256
|
-
animation-fill-mode: both;
|
|
1257
|
-
animation-play-state: paused;
|
|
1258
|
-
}
|
|
1259
|
-
.ant-zoom-down-enter.ant-zoom-down-enter-active,
|
|
1260
|
-
.ant-zoom-down-appear.ant-zoom-down-appear-active {
|
|
1261
|
-
animation-name: antZoomDownIn;
|
|
1262
|
-
animation-play-state: running;
|
|
1263
|
-
}
|
|
1264
|
-
.ant-zoom-down-leave.ant-zoom-down-leave-active {
|
|
1265
|
-
animation-name: antZoomDownOut;
|
|
1266
|
-
animation-play-state: running;
|
|
1267
|
-
pointer-events: none;
|
|
1268
|
-
}
|
|
1269
|
-
.ant-zoom-down-enter,
|
|
1270
|
-
.ant-zoom-down-appear {
|
|
1271
|
-
transform: scale(0);
|
|
1272
|
-
opacity: 0;
|
|
1273
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1274
|
-
}
|
|
1275
|
-
.ant-zoom-down-enter-prepare,
|
|
1276
|
-
.ant-zoom-down-appear-prepare {
|
|
1277
|
-
transform: none;
|
|
1278
|
-
}
|
|
1279
|
-
.ant-zoom-down-leave {
|
|
1280
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1281
|
-
}
|
|
1282
|
-
.ant-zoom-left-enter,
|
|
1283
|
-
.ant-zoom-left-appear {
|
|
1284
|
-
animation-duration: 0.2s;
|
|
1285
|
-
animation-fill-mode: both;
|
|
1286
|
-
animation-play-state: paused;
|
|
1287
|
-
}
|
|
1288
|
-
.ant-zoom-left-leave {
|
|
1289
|
-
animation-duration: 0.2s;
|
|
1290
|
-
animation-fill-mode: both;
|
|
1291
|
-
animation-play-state: paused;
|
|
1292
|
-
}
|
|
1293
|
-
.ant-zoom-left-enter.ant-zoom-left-enter-active,
|
|
1294
|
-
.ant-zoom-left-appear.ant-zoom-left-appear-active {
|
|
1295
|
-
animation-name: antZoomLeftIn;
|
|
1296
|
-
animation-play-state: running;
|
|
1297
|
-
}
|
|
1298
|
-
.ant-zoom-left-leave.ant-zoom-left-leave-active {
|
|
1299
|
-
animation-name: antZoomLeftOut;
|
|
1300
|
-
animation-play-state: running;
|
|
1301
|
-
pointer-events: none;
|
|
1302
|
-
}
|
|
1303
|
-
.ant-zoom-left-enter,
|
|
1304
|
-
.ant-zoom-left-appear {
|
|
1305
|
-
animation-duration: 0.2s;
|
|
1306
|
-
animation-fill-mode: both;
|
|
1307
|
-
animation-play-state: paused;
|
|
1308
|
-
}
|
|
1309
|
-
.ant-zoom-left-leave {
|
|
1310
|
-
animation-duration: 0.2s;
|
|
1311
|
-
animation-fill-mode: both;
|
|
1312
|
-
animation-play-state: paused;
|
|
1313
|
-
}
|
|
1314
|
-
.ant-zoom-left-enter.ant-zoom-left-enter-active,
|
|
1315
|
-
.ant-zoom-left-appear.ant-zoom-left-appear-active {
|
|
1316
|
-
animation-name: antZoomLeftIn;
|
|
1317
|
-
animation-play-state: running;
|
|
1318
|
-
}
|
|
1319
|
-
.ant-zoom-left-leave.ant-zoom-left-leave-active {
|
|
1320
|
-
animation-name: antZoomLeftOut;
|
|
1321
|
-
animation-play-state: running;
|
|
1322
|
-
pointer-events: none;
|
|
1323
|
-
}
|
|
1324
|
-
.ant-zoom-left-enter,
|
|
1325
|
-
.ant-zoom-left-appear {
|
|
1326
|
-
transform: scale(0);
|
|
1327
|
-
opacity: 0;
|
|
1328
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1329
|
-
}
|
|
1330
|
-
.ant-zoom-left-enter-prepare,
|
|
1331
|
-
.ant-zoom-left-appear-prepare {
|
|
1332
|
-
transform: none;
|
|
1333
|
-
}
|
|
1334
|
-
.ant-zoom-left-leave {
|
|
1335
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1336
|
-
}
|
|
1337
|
-
.ant-zoom-right-enter,
|
|
1338
|
-
.ant-zoom-right-appear {
|
|
1339
|
-
animation-duration: 0.2s;
|
|
1340
|
-
animation-fill-mode: both;
|
|
1341
|
-
animation-play-state: paused;
|
|
1342
|
-
}
|
|
1343
|
-
.ant-zoom-right-leave {
|
|
1344
|
-
animation-duration: 0.2s;
|
|
1345
|
-
animation-fill-mode: both;
|
|
1346
|
-
animation-play-state: paused;
|
|
1347
|
-
}
|
|
1348
|
-
.ant-zoom-right-enter.ant-zoom-right-enter-active,
|
|
1349
|
-
.ant-zoom-right-appear.ant-zoom-right-appear-active {
|
|
1350
|
-
animation-name: antZoomRightIn;
|
|
1351
|
-
animation-play-state: running;
|
|
1352
|
-
}
|
|
1353
|
-
.ant-zoom-right-leave.ant-zoom-right-leave-active {
|
|
1354
|
-
animation-name: antZoomRightOut;
|
|
1355
|
-
animation-play-state: running;
|
|
1356
|
-
pointer-events: none;
|
|
1357
|
-
}
|
|
1358
|
-
.ant-zoom-right-enter,
|
|
1359
|
-
.ant-zoom-right-appear {
|
|
1360
|
-
animation-duration: 0.2s;
|
|
1361
|
-
animation-fill-mode: both;
|
|
1362
|
-
animation-play-state: paused;
|
|
1363
|
-
}
|
|
1364
|
-
.ant-zoom-right-leave {
|
|
1365
|
-
animation-duration: 0.2s;
|
|
1366
|
-
animation-fill-mode: both;
|
|
1367
|
-
animation-play-state: paused;
|
|
1368
|
-
}
|
|
1369
|
-
.ant-zoom-right-enter.ant-zoom-right-enter-active,
|
|
1370
|
-
.ant-zoom-right-appear.ant-zoom-right-appear-active {
|
|
1371
|
-
animation-name: antZoomRightIn;
|
|
1372
|
-
animation-play-state: running;
|
|
1373
|
-
}
|
|
1374
|
-
.ant-zoom-right-leave.ant-zoom-right-leave-active {
|
|
1375
|
-
animation-name: antZoomRightOut;
|
|
1376
|
-
animation-play-state: running;
|
|
1377
|
-
pointer-events: none;
|
|
1378
|
-
}
|
|
1379
|
-
.ant-zoom-right-enter,
|
|
1380
|
-
.ant-zoom-right-appear {
|
|
1381
|
-
transform: scale(0);
|
|
1382
|
-
opacity: 0;
|
|
1383
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
1384
|
-
}
|
|
1385
|
-
.ant-zoom-right-enter-prepare,
|
|
1386
|
-
.ant-zoom-right-appear-prepare {
|
|
1387
|
-
transform: none;
|
|
1388
|
-
}
|
|
1389
|
-
.ant-zoom-right-leave {
|
|
1390
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
1391
|
-
}
|
|
1392
|
-
@keyframes antZoomIn {
|
|
1393
|
-
0% {
|
|
1394
|
-
transform: scale(0.2);
|
|
1395
|
-
opacity: 0;
|
|
1396
|
-
}
|
|
1397
|
-
100% {
|
|
1398
|
-
transform: scale(1);
|
|
1399
|
-
opacity: 1;
|
|
1400
|
-
}
|
|
1401
|
-
}
|
|
1402
|
-
@keyframes antZoomOut {
|
|
1403
|
-
0% {
|
|
1404
|
-
transform: scale(1);
|
|
1405
|
-
}
|
|
1406
|
-
100% {
|
|
1407
|
-
transform: scale(0.2);
|
|
1408
|
-
opacity: 0;
|
|
1409
|
-
}
|
|
1410
|
-
}
|
|
1411
|
-
@keyframes antZoomBigIn {
|
|
1412
|
-
0% {
|
|
1413
|
-
transform: scale(0.8);
|
|
1414
|
-
opacity: 0;
|
|
1415
|
-
}
|
|
1416
|
-
100% {
|
|
1417
|
-
transform: scale(1);
|
|
1418
|
-
opacity: 1;
|
|
1419
|
-
}
|
|
1420
|
-
}
|
|
1421
|
-
@keyframes antZoomBigOut {
|
|
1422
|
-
0% {
|
|
1423
|
-
transform: scale(1);
|
|
1424
|
-
}
|
|
1425
|
-
100% {
|
|
1426
|
-
transform: scale(0.8);
|
|
1427
|
-
opacity: 0;
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
@keyframes antZoomUpIn {
|
|
1431
|
-
0% {
|
|
1432
|
-
transform: scale(0.8);
|
|
1433
|
-
transform-origin: 50% 0%;
|
|
1434
|
-
opacity: 0;
|
|
1435
|
-
}
|
|
1436
|
-
100% {
|
|
1437
|
-
transform: scale(1);
|
|
1438
|
-
transform-origin: 50% 0%;
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
@keyframes antZoomUpOut {
|
|
1442
|
-
0% {
|
|
1443
|
-
transform: scale(1);
|
|
1444
|
-
transform-origin: 50% 0%;
|
|
1445
|
-
}
|
|
1446
|
-
100% {
|
|
1447
|
-
transform: scale(0.8);
|
|
1448
|
-
transform-origin: 50% 0%;
|
|
1449
|
-
opacity: 0;
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
@keyframes antZoomLeftIn {
|
|
1453
|
-
0% {
|
|
1454
|
-
transform: scale(0.8);
|
|
1455
|
-
transform-origin: 0% 50%;
|
|
1456
|
-
opacity: 0;
|
|
1457
|
-
}
|
|
1458
|
-
100% {
|
|
1459
|
-
transform: scale(1);
|
|
1460
|
-
transform-origin: 0% 50%;
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
@keyframes antZoomLeftOut {
|
|
1464
|
-
0% {
|
|
1465
|
-
transform: scale(1);
|
|
1466
|
-
transform-origin: 0% 50%;
|
|
1467
|
-
}
|
|
1468
|
-
100% {
|
|
1469
|
-
transform: scale(0.8);
|
|
1470
|
-
transform-origin: 0% 50%;
|
|
1471
|
-
opacity: 0;
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
@keyframes antZoomRightIn {
|
|
1475
|
-
0% {
|
|
1476
|
-
transform: scale(0.8);
|
|
1477
|
-
transform-origin: 100% 50%;
|
|
1478
|
-
opacity: 0;
|
|
1479
|
-
}
|
|
1480
|
-
100% {
|
|
1481
|
-
transform: scale(1);
|
|
1482
|
-
transform-origin: 100% 50%;
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
@keyframes antZoomRightOut {
|
|
1486
|
-
0% {
|
|
1487
|
-
transform: scale(1);
|
|
1488
|
-
transform-origin: 100% 50%;
|
|
1489
|
-
}
|
|
1490
|
-
100% {
|
|
1491
|
-
transform: scale(0.8);
|
|
1492
|
-
transform-origin: 100% 50%;
|
|
1493
|
-
opacity: 0;
|
|
1494
|
-
}
|
|
1495
|
-
}
|
|
1496
|
-
@keyframes antZoomDownIn {
|
|
1497
|
-
0% {
|
|
1498
|
-
transform: scale(0.8);
|
|
1499
|
-
transform-origin: 50% 100%;
|
|
1500
|
-
opacity: 0;
|
|
1501
|
-
}
|
|
1502
|
-
100% {
|
|
1503
|
-
transform: scale(1);
|
|
1504
|
-
transform-origin: 50% 100%;
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
@keyframes antZoomDownOut {
|
|
1508
|
-
0% {
|
|
1509
|
-
transform: scale(1);
|
|
1510
|
-
transform-origin: 50% 100%;
|
|
1511
|
-
}
|
|
1512
|
-
100% {
|
|
1513
|
-
transform: scale(0.8);
|
|
1514
|
-
transform-origin: 50% 100%;
|
|
1515
|
-
opacity: 0;
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
1007
|
.ant-motion-collapse-legacy {
|
|
1519
1008
|
overflow: hidden;
|
|
1520
1009
|
}
|
|
@@ -1675,6 +1164,18 @@ html {
|
|
|
1675
1164
|
.nz-animate-disabled.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
|
|
1676
1165
|
transition: none;
|
|
1677
1166
|
}
|
|
1167
|
+
.nz-animate-disabled.ant-tooltip,
|
|
1168
|
+
.nz-animate-disabled.ant-popover {
|
|
1169
|
+
animation: none;
|
|
1170
|
+
}
|
|
1171
|
+
.ant-tooltip.ant-zoom-big-fast-enter .ant-tooltip-arrow,
|
|
1172
|
+
.ant-tooltip.ant-zoom-big-fast-leave .ant-tooltip-arrow {
|
|
1173
|
+
will-change: transform;
|
|
1174
|
+
}
|
|
1175
|
+
.ant-popover.ant-zoom-big-enter .ant-popover-arrow,
|
|
1176
|
+
.ant-popover.ant-zoom-big-leave .ant-popover-arrow {
|
|
1177
|
+
will-change: transform;
|
|
1178
|
+
}
|
|
1678
1179
|
/** antd: all components */
|
|
1679
1180
|
.ant-affix {
|
|
1680
1181
|
position: fixed;
|
|
@@ -2110,7 +1611,7 @@ nz-link {
|
|
|
2110
1611
|
border-radius: 7px;
|
|
2111
1612
|
}
|
|
2112
1613
|
.ant-badge-multiple-words {
|
|
2113
|
-
padding: 0
|
|
1614
|
+
padding: 0 4px;
|
|
2114
1615
|
}
|
|
2115
1616
|
.ant-badge-dot {
|
|
2116
1617
|
z-index: auto;
|
|
@@ -2218,7 +1719,7 @@ nz-link {
|
|
|
2218
1719
|
background: #722ed1;
|
|
2219
1720
|
}
|
|
2220
1721
|
.ant-badge-status-text {
|
|
2221
|
-
margin-left:
|
|
1722
|
+
margin-left: 4px;
|
|
2222
1723
|
color: rgba(0, 0, 0, 0.85);
|
|
2223
1724
|
font-size: 12px;
|
|
2224
1725
|
}
|
|
@@ -2456,7 +1957,7 @@ nz-link {
|
|
|
2456
1957
|
transform-origin: 0% 0%;
|
|
2457
1958
|
}
|
|
2458
1959
|
.ant-badge-rtl .ant-badge-status-text {
|
|
2459
|
-
margin-right:
|
|
1960
|
+
margin-right: 4px;
|
|
2460
1961
|
margin-left: 0;
|
|
2461
1962
|
}
|
|
2462
1963
|
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
|
|
@@ -19466,14 +18967,47 @@ textarea.ant-mentions {
|
|
|
19466
18967
|
margin-right: 8px;
|
|
19467
18968
|
font-size: 14px;
|
|
19468
18969
|
}
|
|
19469
|
-
.ant-message-
|
|
18970
|
+
.ant-message-rtl {
|
|
18971
|
+
direction: rtl;
|
|
18972
|
+
}
|
|
18973
|
+
.ant-message-rtl span {
|
|
18974
|
+
direction: rtl;
|
|
18975
|
+
}
|
|
18976
|
+
.ant-message-rtl .anticon {
|
|
18977
|
+
margin-right: 0;
|
|
18978
|
+
margin-left: 8px;
|
|
18979
|
+
}
|
|
18980
|
+
.ant-message .ant-message-move-up {
|
|
18981
|
+
animation-fill-mode: forwards;
|
|
18982
|
+
}
|
|
18983
|
+
.ant-message .ant-message-move-up-enter {
|
|
18984
|
+
animation-name: MessageMoveIn;
|
|
18985
|
+
animation-duration: 0.3s;
|
|
18986
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
18987
|
+
animation-fill-mode: both;
|
|
18988
|
+
}
|
|
18989
|
+
.ant-message .ant-message-move-up-leave {
|
|
19470
18990
|
animation-name: MessageMoveOut;
|
|
19471
18991
|
animation-duration: 0.3s;
|
|
18992
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
18993
|
+
animation-fill-mode: both;
|
|
18994
|
+
}
|
|
18995
|
+
@keyframes MessageMoveIn {
|
|
18996
|
+
0% {
|
|
18997
|
+
padding: 0;
|
|
18998
|
+
transform: translateY(-100%);
|
|
18999
|
+
opacity: 0;
|
|
19000
|
+
}
|
|
19001
|
+
100% {
|
|
19002
|
+
padding: 4px;
|
|
19003
|
+
transform: translateY(0);
|
|
19004
|
+
opacity: 1;
|
|
19005
|
+
}
|
|
19472
19006
|
}
|
|
19473
19007
|
@keyframes MessageMoveOut {
|
|
19474
19008
|
0% {
|
|
19475
19009
|
max-height: 150px;
|
|
19476
|
-
padding:
|
|
19010
|
+
padding: 4px;
|
|
19477
19011
|
opacity: 1;
|
|
19478
19012
|
}
|
|
19479
19013
|
100% {
|
|
@@ -19482,15 +19016,131 @@ textarea.ant-mentions {
|
|
|
19482
19016
|
opacity: 0;
|
|
19483
19017
|
}
|
|
19484
19018
|
}
|
|
19485
|
-
|
|
19486
|
-
|
|
19019
|
+
@keyframes antZoomIn {
|
|
19020
|
+
0% {
|
|
19021
|
+
transform: scale(0.2);
|
|
19022
|
+
opacity: 0;
|
|
19023
|
+
}
|
|
19024
|
+
100% {
|
|
19025
|
+
transform: scale(1);
|
|
19026
|
+
opacity: 1;
|
|
19027
|
+
}
|
|
19487
19028
|
}
|
|
19488
|
-
|
|
19489
|
-
|
|
19029
|
+
@keyframes antZoomOut {
|
|
19030
|
+
0% {
|
|
19031
|
+
transform: scale(1);
|
|
19032
|
+
}
|
|
19033
|
+
100% {
|
|
19034
|
+
transform: scale(0.2);
|
|
19035
|
+
opacity: 0;
|
|
19036
|
+
}
|
|
19490
19037
|
}
|
|
19491
|
-
|
|
19492
|
-
|
|
19493
|
-
|
|
19038
|
+
@keyframes antZoomBigIn {
|
|
19039
|
+
0% {
|
|
19040
|
+
transform: scale(0.8);
|
|
19041
|
+
opacity: 0;
|
|
19042
|
+
}
|
|
19043
|
+
100% {
|
|
19044
|
+
transform: scale(1);
|
|
19045
|
+
opacity: 1;
|
|
19046
|
+
}
|
|
19047
|
+
}
|
|
19048
|
+
@keyframes antZoomBigOut {
|
|
19049
|
+
0% {
|
|
19050
|
+
transform: scale(1);
|
|
19051
|
+
}
|
|
19052
|
+
100% {
|
|
19053
|
+
transform: scale(0.8);
|
|
19054
|
+
opacity: 0;
|
|
19055
|
+
}
|
|
19056
|
+
}
|
|
19057
|
+
@keyframes antZoomUpIn {
|
|
19058
|
+
0% {
|
|
19059
|
+
transform: scale(0.8);
|
|
19060
|
+
transform-origin: 50% 0%;
|
|
19061
|
+
opacity: 0;
|
|
19062
|
+
}
|
|
19063
|
+
100% {
|
|
19064
|
+
transform: scale(1);
|
|
19065
|
+
transform-origin: 50% 0%;
|
|
19066
|
+
}
|
|
19067
|
+
}
|
|
19068
|
+
@keyframes antZoomUpOut {
|
|
19069
|
+
0% {
|
|
19070
|
+
transform: scale(1);
|
|
19071
|
+
transform-origin: 50% 0%;
|
|
19072
|
+
}
|
|
19073
|
+
100% {
|
|
19074
|
+
transform: scale(0.8);
|
|
19075
|
+
transform-origin: 50% 0%;
|
|
19076
|
+
opacity: 0;
|
|
19077
|
+
}
|
|
19078
|
+
}
|
|
19079
|
+
@keyframes antZoomLeftIn {
|
|
19080
|
+
0% {
|
|
19081
|
+
transform: scale(0.8);
|
|
19082
|
+
transform-origin: 0% 50%;
|
|
19083
|
+
opacity: 0;
|
|
19084
|
+
}
|
|
19085
|
+
100% {
|
|
19086
|
+
transform: scale(1);
|
|
19087
|
+
transform-origin: 0% 50%;
|
|
19088
|
+
}
|
|
19089
|
+
}
|
|
19090
|
+
@keyframes antZoomLeftOut {
|
|
19091
|
+
0% {
|
|
19092
|
+
transform: scale(1);
|
|
19093
|
+
transform-origin: 0% 50%;
|
|
19094
|
+
}
|
|
19095
|
+
100% {
|
|
19096
|
+
transform: scale(0.8);
|
|
19097
|
+
transform-origin: 0% 50%;
|
|
19098
|
+
opacity: 0;
|
|
19099
|
+
}
|
|
19100
|
+
}
|
|
19101
|
+
@keyframes antZoomRightIn {
|
|
19102
|
+
0% {
|
|
19103
|
+
transform: scale(0.8);
|
|
19104
|
+
transform-origin: 100% 50%;
|
|
19105
|
+
opacity: 0;
|
|
19106
|
+
}
|
|
19107
|
+
100% {
|
|
19108
|
+
transform: scale(1);
|
|
19109
|
+
transform-origin: 100% 50%;
|
|
19110
|
+
}
|
|
19111
|
+
}
|
|
19112
|
+
@keyframes antZoomRightOut {
|
|
19113
|
+
0% {
|
|
19114
|
+
transform: scale(1);
|
|
19115
|
+
transform-origin: 100% 50%;
|
|
19116
|
+
}
|
|
19117
|
+
100% {
|
|
19118
|
+
transform: scale(0.8);
|
|
19119
|
+
transform-origin: 100% 50%;
|
|
19120
|
+
opacity: 0;
|
|
19121
|
+
}
|
|
19122
|
+
}
|
|
19123
|
+
@keyframes antZoomDownIn {
|
|
19124
|
+
0% {
|
|
19125
|
+
transform: scale(0.8);
|
|
19126
|
+
transform-origin: 50% 100%;
|
|
19127
|
+
opacity: 0;
|
|
19128
|
+
}
|
|
19129
|
+
100% {
|
|
19130
|
+
transform: scale(1);
|
|
19131
|
+
transform-origin: 50% 100%;
|
|
19132
|
+
}
|
|
19133
|
+
}
|
|
19134
|
+
@keyframes antZoomDownOut {
|
|
19135
|
+
0% {
|
|
19136
|
+
transform: scale(1);
|
|
19137
|
+
transform-origin: 50% 100%;
|
|
19138
|
+
}
|
|
19139
|
+
100% {
|
|
19140
|
+
transform: scale(0.8);
|
|
19141
|
+
transform-origin: 50% 100%;
|
|
19142
|
+
opacity: 0;
|
|
19143
|
+
}
|
|
19494
19144
|
}
|
|
19495
19145
|
.ant-modal {
|
|
19496
19146
|
box-sizing: border-box;
|
|
@@ -19796,6 +19446,61 @@ textarea.ant-mentions {
|
|
|
19796
19446
|
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
|
|
19797
19447
|
text-align: right;
|
|
19798
19448
|
}
|
|
19449
|
+
.ant-zoom-enter,
|
|
19450
|
+
.ant-zoom-appear {
|
|
19451
|
+
animation-duration: 0.2s;
|
|
19452
|
+
animation-fill-mode: both;
|
|
19453
|
+
animation-play-state: paused;
|
|
19454
|
+
}
|
|
19455
|
+
.ant-zoom-leave {
|
|
19456
|
+
animation-duration: 0.2s;
|
|
19457
|
+
animation-fill-mode: both;
|
|
19458
|
+
animation-play-state: paused;
|
|
19459
|
+
}
|
|
19460
|
+
.ant-zoom-enter.ant-zoom-enter-active,
|
|
19461
|
+
.ant-zoom-appear.ant-zoom-appear-active {
|
|
19462
|
+
animation-name: antZoomIn;
|
|
19463
|
+
animation-play-state: running;
|
|
19464
|
+
}
|
|
19465
|
+
.ant-zoom-leave.ant-zoom-leave-active {
|
|
19466
|
+
animation-name: antZoomOut;
|
|
19467
|
+
animation-play-state: running;
|
|
19468
|
+
pointer-events: none;
|
|
19469
|
+
}
|
|
19470
|
+
.ant-zoom-enter,
|
|
19471
|
+
.ant-zoom-appear {
|
|
19472
|
+
animation-duration: 0.2s;
|
|
19473
|
+
animation-fill-mode: both;
|
|
19474
|
+
animation-play-state: paused;
|
|
19475
|
+
}
|
|
19476
|
+
.ant-zoom-leave {
|
|
19477
|
+
animation-duration: 0.2s;
|
|
19478
|
+
animation-fill-mode: both;
|
|
19479
|
+
animation-play-state: paused;
|
|
19480
|
+
}
|
|
19481
|
+
.ant-zoom-enter.ant-zoom-enter-active,
|
|
19482
|
+
.ant-zoom-appear.ant-zoom-appear-active {
|
|
19483
|
+
animation-name: antZoomIn;
|
|
19484
|
+
animation-play-state: running;
|
|
19485
|
+
}
|
|
19486
|
+
.ant-zoom-leave.ant-zoom-leave-active {
|
|
19487
|
+
animation-name: antZoomOut;
|
|
19488
|
+
animation-play-state: running;
|
|
19489
|
+
pointer-events: none;
|
|
19490
|
+
}
|
|
19491
|
+
.ant-zoom-enter,
|
|
19492
|
+
.ant-zoom-appear {
|
|
19493
|
+
transform: scale(0);
|
|
19494
|
+
opacity: 0;
|
|
19495
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
19496
|
+
}
|
|
19497
|
+
.ant-zoom-enter-prepare,
|
|
19498
|
+
.ant-zoom-appear-prepare {
|
|
19499
|
+
transform: none;
|
|
19500
|
+
}
|
|
19501
|
+
.ant-zoom-leave {
|
|
19502
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
19503
|
+
}
|
|
19799
19504
|
.ant-notification {
|
|
19800
19505
|
box-sizing: border-box;
|
|
19801
19506
|
margin: 0;
|
|
@@ -19905,59 +19610,6 @@ textarea.ant-mentions {
|
|
|
19905
19610
|
float: right;
|
|
19906
19611
|
margin-top: 16px;
|
|
19907
19612
|
}
|
|
19908
|
-
.ant-notification .notification-fade-effect {
|
|
19909
|
-
animation-duration: 0.24s;
|
|
19910
|
-
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
19911
|
-
animation-fill-mode: both;
|
|
19912
|
-
}
|
|
19913
|
-
.ant-notification-fade-enter,
|
|
19914
|
-
.ant-notification-fade-appear {
|
|
19915
|
-
animation-duration: 0.24s;
|
|
19916
|
-
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
19917
|
-
animation-fill-mode: both;
|
|
19918
|
-
opacity: 0;
|
|
19919
|
-
animation-play-state: paused;
|
|
19920
|
-
}
|
|
19921
|
-
.ant-notification-fade-leave {
|
|
19922
|
-
animation-duration: 0.24s;
|
|
19923
|
-
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
19924
|
-
animation-fill-mode: both;
|
|
19925
|
-
animation-duration: 0.2s;
|
|
19926
|
-
animation-play-state: paused;
|
|
19927
|
-
}
|
|
19928
|
-
.ant-notification-fade-enter.ant-notification-fade-enter-active,
|
|
19929
|
-
.ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
19930
|
-
animation-name: NotificationFadeIn;
|
|
19931
|
-
animation-play-state: running;
|
|
19932
|
-
}
|
|
19933
|
-
.ant-notification-fade-leave.ant-notification-fade-leave-active {
|
|
19934
|
-
animation-name: NotificationFadeOut;
|
|
19935
|
-
animation-play-state: running;
|
|
19936
|
-
}
|
|
19937
|
-
@keyframes NotificationFadeIn {
|
|
19938
|
-
0% {
|
|
19939
|
-
left: 384px;
|
|
19940
|
-
opacity: 0;
|
|
19941
|
-
}
|
|
19942
|
-
100% {
|
|
19943
|
-
left: 0;
|
|
19944
|
-
opacity: 1;
|
|
19945
|
-
}
|
|
19946
|
-
}
|
|
19947
|
-
@keyframes NotificationFadeOut {
|
|
19948
|
-
0% {
|
|
19949
|
-
max-height: 150px;
|
|
19950
|
-
margin-bottom: 16px;
|
|
19951
|
-
opacity: 1;
|
|
19952
|
-
}
|
|
19953
|
-
100% {
|
|
19954
|
-
max-height: 0;
|
|
19955
|
-
margin-bottom: 0;
|
|
19956
|
-
padding-top: 0;
|
|
19957
|
-
padding-bottom: 0;
|
|
19958
|
-
opacity: 0;
|
|
19959
|
-
}
|
|
19960
|
-
}
|
|
19961
19613
|
.ant-notification-rtl {
|
|
19962
19614
|
direction: rtl;
|
|
19963
19615
|
}
|
|
@@ -19984,60 +19636,95 @@ textarea.ant-mentions {
|
|
|
19984
19636
|
.ant-notification-rtl .ant-notification-notice-btn {
|
|
19985
19637
|
float: left;
|
|
19986
19638
|
}
|
|
19639
|
+
.ant-notification .ant-notification-fade-enter {
|
|
19640
|
+
animation-name: antNotificationFadeIn;
|
|
19641
|
+
animation-duration: 0.2s;
|
|
19642
|
+
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
19643
|
+
animation-fill-mode: both;
|
|
19644
|
+
}
|
|
19645
|
+
.ant-notification .ant-notification-fade-leave {
|
|
19646
|
+
animation-name: antNotificationFadeOut;
|
|
19647
|
+
animation-duration: 0.2s;
|
|
19648
|
+
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
19649
|
+
animation-fill-mode: both;
|
|
19650
|
+
}
|
|
19651
|
+
.ant-notification .notification-fade-effect {
|
|
19652
|
+
animation-duration: 0.24s;
|
|
19653
|
+
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
19654
|
+
animation-fill-mode: both;
|
|
19655
|
+
}
|
|
19987
19656
|
.ant-notification-top,
|
|
19988
19657
|
.ant-notification-bottom {
|
|
19989
|
-
margin-
|
|
19990
|
-
margin-left: 0;
|
|
19658
|
+
margin-inline: 0;
|
|
19991
19659
|
}
|
|
19992
|
-
.ant-notification-top .ant-notification-fade-enter
|
|
19993
|
-
|
|
19994
|
-
animation-name: NotificationTopFadeIn;
|
|
19660
|
+
.ant-notification-top .ant-notification-fade-enter {
|
|
19661
|
+
animation-name: antNotificationTopFadeIn;
|
|
19995
19662
|
}
|
|
19996
|
-
.ant-notification-bottom .ant-notification-fade-enter
|
|
19997
|
-
|
|
19998
|
-
animation-name: NotificationBottomFadeIn;
|
|
19663
|
+
.ant-notification-bottom .ant-notification-fade-enter {
|
|
19664
|
+
animation-name: antNotificationBottomFadeIn;
|
|
19999
19665
|
}
|
|
20000
19666
|
.ant-notification-topLeft,
|
|
20001
19667
|
.ant-notification-bottomLeft {
|
|
20002
19668
|
margin-right: 0;
|
|
20003
19669
|
margin-left: 24px;
|
|
20004
19670
|
}
|
|
20005
|
-
.ant-notification-topLeft .ant-notification-fade-enter
|
|
20006
|
-
.ant-notification-bottomLeft .ant-notification-fade-enter
|
|
20007
|
-
|
|
20008
|
-
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
|
|
20009
|
-
animation-name: NotificationLeftFadeIn;
|
|
19671
|
+
.ant-notification-topLeft .ant-notification-fade-enter,
|
|
19672
|
+
.ant-notification-bottomLeft .ant-notification-fade-enter {
|
|
19673
|
+
animation-name: antNotificationLeftFadeIn;
|
|
20010
19674
|
}
|
|
20011
|
-
@keyframes
|
|
19675
|
+
@keyframes antNotificationFadeIn {
|
|
20012
19676
|
0% {
|
|
20013
|
-
|
|
19677
|
+
transform: translate3d(100%, 0, 0);
|
|
20014
19678
|
opacity: 0;
|
|
20015
19679
|
}
|
|
20016
19680
|
100% {
|
|
20017
|
-
|
|
19681
|
+
transform: translate3d(0, 0, 0);
|
|
20018
19682
|
opacity: 1;
|
|
20019
19683
|
}
|
|
20020
19684
|
}
|
|
20021
|
-
@keyframes
|
|
19685
|
+
@keyframes antNotificationTopFadeIn {
|
|
20022
19686
|
0% {
|
|
20023
|
-
|
|
19687
|
+
top: -150px;
|
|
20024
19688
|
opacity: 0;
|
|
20025
19689
|
}
|
|
20026
19690
|
100% {
|
|
20027
|
-
|
|
19691
|
+
top: 0;
|
|
20028
19692
|
opacity: 1;
|
|
20029
19693
|
}
|
|
20030
19694
|
}
|
|
20031
|
-
@keyframes
|
|
19695
|
+
@keyframes antNotificationBottomFadeIn {
|
|
20032
19696
|
0% {
|
|
20033
|
-
|
|
19697
|
+
bottom: -150px;
|
|
20034
19698
|
opacity: 0;
|
|
20035
19699
|
}
|
|
20036
19700
|
100% {
|
|
20037
|
-
|
|
19701
|
+
bottom: 0;
|
|
20038
19702
|
opacity: 1;
|
|
20039
19703
|
}
|
|
20040
19704
|
}
|
|
19705
|
+
@keyframes antNotificationLeftFadeIn {
|
|
19706
|
+
0% {
|
|
19707
|
+
transform: translate3d(-100%, 0, 0);
|
|
19708
|
+
opacity: 0;
|
|
19709
|
+
}
|
|
19710
|
+
100% {
|
|
19711
|
+
transform: translate3d(0, 0, 0);
|
|
19712
|
+
opacity: 1;
|
|
19713
|
+
}
|
|
19714
|
+
}
|
|
19715
|
+
@keyframes antNotificationFadeOut {
|
|
19716
|
+
0% {
|
|
19717
|
+
max-height: 150px;
|
|
19718
|
+
margin-bottom: 16px;
|
|
19719
|
+
}
|
|
19720
|
+
100% {
|
|
19721
|
+
max-height: 0;
|
|
19722
|
+
margin-bottom: 0;
|
|
19723
|
+
padding-top: 0;
|
|
19724
|
+
padding-bottom: 0;
|
|
19725
|
+
opacity: 0;
|
|
19726
|
+
}
|
|
19727
|
+
}
|
|
20041
19728
|
.ant-page-header {
|
|
20042
19729
|
box-sizing: border-box;
|
|
20043
19730
|
margin: 0;
|
|
@@ -21237,6 +20924,61 @@ nz-pagination {
|
|
|
21237
20924
|
.ant-popover-purple .ant-popover-arrow {
|
|
21238
20925
|
background-color: #722ed1;
|
|
21239
20926
|
}
|
|
20927
|
+
.ant-zoom-big-enter,
|
|
20928
|
+
.ant-zoom-big-appear {
|
|
20929
|
+
animation-duration: 0.2s;
|
|
20930
|
+
animation-fill-mode: both;
|
|
20931
|
+
animation-play-state: paused;
|
|
20932
|
+
}
|
|
20933
|
+
.ant-zoom-big-leave {
|
|
20934
|
+
animation-duration: 0.2s;
|
|
20935
|
+
animation-fill-mode: both;
|
|
20936
|
+
animation-play-state: paused;
|
|
20937
|
+
}
|
|
20938
|
+
.ant-zoom-big-enter.ant-zoom-big-enter-active,
|
|
20939
|
+
.ant-zoom-big-appear.ant-zoom-big-appear-active {
|
|
20940
|
+
animation-name: antZoomBigIn;
|
|
20941
|
+
animation-play-state: running;
|
|
20942
|
+
}
|
|
20943
|
+
.ant-zoom-big-leave.ant-zoom-big-leave-active {
|
|
20944
|
+
animation-name: antZoomBigOut;
|
|
20945
|
+
animation-play-state: running;
|
|
20946
|
+
pointer-events: none;
|
|
20947
|
+
}
|
|
20948
|
+
.ant-zoom-big-enter,
|
|
20949
|
+
.ant-zoom-big-appear {
|
|
20950
|
+
animation-duration: 0.2s;
|
|
20951
|
+
animation-fill-mode: both;
|
|
20952
|
+
animation-play-state: paused;
|
|
20953
|
+
}
|
|
20954
|
+
.ant-zoom-big-leave {
|
|
20955
|
+
animation-duration: 0.2s;
|
|
20956
|
+
animation-fill-mode: both;
|
|
20957
|
+
animation-play-state: paused;
|
|
20958
|
+
}
|
|
20959
|
+
.ant-zoom-big-enter.ant-zoom-big-enter-active,
|
|
20960
|
+
.ant-zoom-big-appear.ant-zoom-big-appear-active {
|
|
20961
|
+
animation-name: antZoomBigIn;
|
|
20962
|
+
animation-play-state: running;
|
|
20963
|
+
}
|
|
20964
|
+
.ant-zoom-big-leave.ant-zoom-big-leave-active {
|
|
20965
|
+
animation-name: antZoomBigOut;
|
|
20966
|
+
animation-play-state: running;
|
|
20967
|
+
pointer-events: none;
|
|
20968
|
+
}
|
|
20969
|
+
.ant-zoom-big-enter,
|
|
20970
|
+
.ant-zoom-big-appear {
|
|
20971
|
+
transform: scale(0);
|
|
20972
|
+
opacity: 0;
|
|
20973
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
20974
|
+
}
|
|
20975
|
+
.ant-zoom-big-enter-prepare,
|
|
20976
|
+
.ant-zoom-big-appear-prepare {
|
|
20977
|
+
transform: none;
|
|
20978
|
+
}
|
|
20979
|
+
.ant-zoom-big-leave {
|
|
20980
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
20981
|
+
}
|
|
21240
20982
|
.ant-popover-rtl {
|
|
21241
20983
|
direction: rtl;
|
|
21242
20984
|
text-align: right;
|
|
@@ -23330,8 +23072,8 @@ span.ant-radio + * {
|
|
|
23330
23072
|
height: 0;
|
|
23331
23073
|
}
|
|
23332
23074
|
.ant-segmented-vertical .ant-segmented-thumb-motion-appear-active {
|
|
23333
|
-
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
|
|
23334
|
-
will-change: transform,
|
|
23075
|
+
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
23076
|
+
will-change: transform, height;
|
|
23335
23077
|
}
|
|
23336
23078
|
.ant-segmented-shape-round {
|
|
23337
23079
|
border-radius: 9999px;
|
|
@@ -23412,11 +23154,11 @@ span.ant-radio + * {
|
|
|
23412
23154
|
border-radius: 2px;
|
|
23413
23155
|
box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
|
|
23414
23156
|
position: absolute;
|
|
23415
|
-
|
|
23416
|
-
|
|
23157
|
+
inset-block-start: 0;
|
|
23158
|
+
inset-inline-start: 0;
|
|
23417
23159
|
width: 0;
|
|
23418
23160
|
height: 100%;
|
|
23419
|
-
padding:
|
|
23161
|
+
padding: 0px 0;
|
|
23420
23162
|
}
|
|
23421
23163
|
.ant-segmented-thumb-motion-appear-active {
|
|
23422
23164
|
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -26705,7 +26447,6 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
26705
26447
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
|
|
26706
26448
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
|
|
26707
26449
|
position: relative;
|
|
26708
|
-
display: inline-block;
|
|
26709
26450
|
display: flex;
|
|
26710
26451
|
flex: auto;
|
|
26711
26452
|
align-self: stretch;
|
|
@@ -27811,6 +27552,61 @@ cdk-virtual-scroll-viewport.ant-table-body {
|
|
|
27811
27552
|
.ant-tooltip-purple .ant-tooltip-arrow {
|
|
27812
27553
|
--antd-arrow-background-color: #722ed1;
|
|
27813
27554
|
}
|
|
27555
|
+
.ant-zoom-big-fast-enter,
|
|
27556
|
+
.ant-zoom-big-fast-appear {
|
|
27557
|
+
animation-duration: 0.1s;
|
|
27558
|
+
animation-fill-mode: both;
|
|
27559
|
+
animation-play-state: paused;
|
|
27560
|
+
}
|
|
27561
|
+
.ant-zoom-big-fast-leave {
|
|
27562
|
+
animation-duration: 0.1s;
|
|
27563
|
+
animation-fill-mode: both;
|
|
27564
|
+
animation-play-state: paused;
|
|
27565
|
+
}
|
|
27566
|
+
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
|
|
27567
|
+
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
|
|
27568
|
+
animation-name: antZoomBigIn;
|
|
27569
|
+
animation-play-state: running;
|
|
27570
|
+
}
|
|
27571
|
+
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
|
|
27572
|
+
animation-name: antZoomBigOut;
|
|
27573
|
+
animation-play-state: running;
|
|
27574
|
+
pointer-events: none;
|
|
27575
|
+
}
|
|
27576
|
+
.ant-zoom-big-fast-enter,
|
|
27577
|
+
.ant-zoom-big-fast-appear {
|
|
27578
|
+
animation-duration: 0.1s;
|
|
27579
|
+
animation-fill-mode: both;
|
|
27580
|
+
animation-play-state: paused;
|
|
27581
|
+
}
|
|
27582
|
+
.ant-zoom-big-fast-leave {
|
|
27583
|
+
animation-duration: 0.1s;
|
|
27584
|
+
animation-fill-mode: both;
|
|
27585
|
+
animation-play-state: paused;
|
|
27586
|
+
}
|
|
27587
|
+
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
|
|
27588
|
+
.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
|
|
27589
|
+
animation-name: antZoomBigIn;
|
|
27590
|
+
animation-play-state: running;
|
|
27591
|
+
}
|
|
27592
|
+
.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
|
|
27593
|
+
animation-name: antZoomBigOut;
|
|
27594
|
+
animation-play-state: running;
|
|
27595
|
+
pointer-events: none;
|
|
27596
|
+
}
|
|
27597
|
+
.ant-zoom-big-fast-enter,
|
|
27598
|
+
.ant-zoom-big-fast-appear {
|
|
27599
|
+
transform: scale(0);
|
|
27600
|
+
opacity: 0;
|
|
27601
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
27602
|
+
}
|
|
27603
|
+
.ant-zoom-big-fast-enter-prepare,
|
|
27604
|
+
.ant-zoom-big-fast-appear-prepare {
|
|
27605
|
+
transform: none;
|
|
27606
|
+
}
|
|
27607
|
+
.ant-zoom-big-fast-leave {
|
|
27608
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
27609
|
+
}
|
|
27814
27610
|
.ant-tooltip-rtl {
|
|
27815
27611
|
direction: rtl;
|
|
27816
27612
|
}
|
|
@@ -29924,7 +29720,7 @@ nz-tree-view .ant-tree-list-holder-inner {
|
|
|
29924
29720
|
.ant-tree .ant-tree-treenode {
|
|
29925
29721
|
display: flex;
|
|
29926
29722
|
align-items: flex-start;
|
|
29927
|
-
|
|
29723
|
+
margin-bottom: 2px;
|
|
29928
29724
|
outline: none;
|
|
29929
29725
|
}
|
|
29930
29726
|
.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
|
|
@@ -30416,7 +30212,7 @@ nz-tree {
|
|
|
30416
30212
|
.ant-select-tree .ant-select-tree-treenode {
|
|
30417
30213
|
display: flex;
|
|
30418
30214
|
align-items: flex-start;
|
|
30419
|
-
|
|
30215
|
+
margin-bottom: 2px;
|
|
30420
30216
|
outline: none;
|
|
30421
30217
|
}
|
|
30422
30218
|
.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
|
|
@@ -31162,6 +30958,22 @@ nz-space-item {
|
|
|
31162
30958
|
overflow: hidden;
|
|
31163
30959
|
outline: none;
|
|
31164
30960
|
}
|
|
30961
|
+
@keyframes antFadeIn {
|
|
30962
|
+
0% {
|
|
30963
|
+
opacity: 0;
|
|
30964
|
+
}
|
|
30965
|
+
100% {
|
|
30966
|
+
opacity: 1;
|
|
30967
|
+
}
|
|
30968
|
+
}
|
|
30969
|
+
@keyframes antFadeOut {
|
|
30970
|
+
0% {
|
|
30971
|
+
opacity: 1;
|
|
30972
|
+
}
|
|
30973
|
+
100% {
|
|
30974
|
+
opacity: 0;
|
|
30975
|
+
}
|
|
30976
|
+
}
|
|
31165
30977
|
.ant-image-preview-fade-motion-enter {
|
|
31166
30978
|
animation-name: antFadeIn;
|
|
31167
30979
|
animation-duration: 0.2s;
|
|
@@ -33378,7 +33190,6 @@ fieldset {
|
|
|
33378
33190
|
}
|
|
33379
33191
|
.setting-drawer__theme {
|
|
33380
33192
|
overflow: hidden;
|
|
33381
|
-
margin-top: 24px;
|
|
33382
33193
|
}
|
|
33383
33194
|
.setting-drawer__theme-tag {
|
|
33384
33195
|
cursor: pointer;
|
|
@@ -33413,10 +33224,6 @@ fieldset {
|
|
|
33413
33224
|
font-size: 20px;
|
|
33414
33225
|
color: #fff;
|
|
33415
33226
|
}
|
|
33416
|
-
.setting-drawer__handle-opened {
|
|
33417
|
-
z-index: 1001;
|
|
33418
|
-
right: 500px;
|
|
33419
|
-
}
|
|
33420
33227
|
.setting-drawer-rtl {
|
|
33421
33228
|
direction: rtl;
|
|
33422
33229
|
}
|
|
@@ -36451,7 +36258,7 @@ body {
|
|
|
36451
36258
|
.alain-default__search .ant-input-affix-wrapper {
|
|
36452
36259
|
border: none;
|
|
36453
36260
|
color: #fff;
|
|
36454
|
-
background-color:
|
|
36261
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
36455
36262
|
}
|
|
36456
36263
|
.alain-default__search .ant-input::placeholder,
|
|
36457
36264
|
.alain-default__search .ant-input-group-addon::placeholder,
|
|
@@ -36462,8 +36269,8 @@ body {
|
|
|
36462
36269
|
.alain-default__search .ant-input-affix-wrapper .ant-input {
|
|
36463
36270
|
background-color: transparent;
|
|
36464
36271
|
}
|
|
36465
|
-
.alain-default__search .ant-input-group-addon
|
|
36466
|
-
.alain-default__search .ant-input-affix-wrapper
|
|
36272
|
+
.alain-default__search .ant-input-group-addon .anticon,
|
|
36273
|
+
.alain-default__search .ant-input-affix-wrapper .anticon {
|
|
36467
36274
|
color: #fff;
|
|
36468
36275
|
transition: color 300ms,
|
|
36469
36276
|
transform 400ms;
|
|
@@ -36480,8 +36287,8 @@ body {
|
|
|
36480
36287
|
color: #595959;
|
|
36481
36288
|
opacity: 1;
|
|
36482
36289
|
}
|
|
36483
|
-
.alain-default__search-focus .ant-input-group-addon
|
|
36484
|
-
.alain-default__search-focus .ant-input-affix-wrapper
|
|
36290
|
+
.alain-default__search-focus .ant-input-group-addon .anticon,
|
|
36291
|
+
.alain-default__search-focus .ant-input-affix-wrapper .anticon {
|
|
36485
36292
|
transform: rotate(90deg);
|
|
36486
36293
|
color: #595959;
|
|
36487
36294
|
}
|
|
@@ -38148,7 +37955,7 @@ ellipsis {
|
|
|
38148
37955
|
.cell__small {
|
|
38149
37956
|
font-size: 12px;
|
|
38150
37957
|
}
|
|
38151
|
-
.cell[data-type=
|
|
37958
|
+
.cell[data-type='img'] .img:not(:last-child) {
|
|
38152
37959
|
margin-right: 4px;
|
|
38153
37960
|
}
|
|
38154
37961
|
.cell .img {
|
|
@@ -38160,10 +37967,10 @@ ellipsis {
|
|
|
38160
37967
|
font-size: 12px;
|
|
38161
37968
|
color: rgba(0, 0, 0, 0.45);
|
|
38162
37969
|
}
|
|
38163
|
-
.cell__disabled[data-type=
|
|
37970
|
+
.cell__disabled[data-type='link'] {
|
|
38164
37971
|
pointer-events: none;
|
|
38165
37972
|
}
|
|
38166
|
-
.cell__disabled[data-type=
|
|
37973
|
+
.cell__disabled[data-type='link'] > a {
|
|
38167
37974
|
color: rgba(0, 0, 0, 0.85);
|
|
38168
37975
|
}
|
|
38169
37976
|
g2-chart,
|