@cloudtower/eagle 0.27.0-alpha.0 → 0.27.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/dist/style.css CHANGED
@@ -29927,17 +29927,42 @@ html body {
29927
29927
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29928
29928
  }
29929
29929
  }
29930
+ .bpq0js6 {
29931
+ padding: 4px 11px;
29932
+ }
29933
+
29934
+ .b15sn34c {
29935
+ white-space: nowrap;
29936
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29937
+ }
29938
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29939
+ --color: #0080ff;
29940
+ }
29941
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29942
+ --color: #0080ff;
29943
+ }
29944
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29945
+ margin-left: 1px;
29946
+ }
29947
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29948
+ border-top-right-radius: 0;
29949
+ border-bottom-right-radius: 0;
29950
+ }
29951
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29952
+ border-top-left-radius: 0;
29953
+ border-bottom-left-radius: 0;
29954
+ }
29955
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29956
+ border-radius: unset;
29957
+ }
29958
+
29930
29959
  .buj61ew.ant-btn-icon-only {
29931
29960
  justify-content: center;
29932
29961
  }
29933
- .buj61ew.ant-btn.ant-btn-link {
29934
- padding: 0;
29935
- }
29936
29962
  .buj61ew.ant-btn {
29937
29963
  display: inline-flex;
29938
29964
  align-items: center;
29939
29965
  justify-content: center;
29940
- padding: 5px 12px;
29941
29966
  height: 32px;
29942
29967
  border-radius: 6px;
29943
29968
  line-height: 22px;
@@ -29947,10 +29972,8 @@ html body {
29947
29972
  .buj61ew.ant-btn.ant-btn-lg {
29948
29973
  height: 40px;
29949
29974
  line-height: 24px;
29950
- padding: 8px 16px;
29951
29975
  }
29952
29976
  .buj61ew.ant-btn.ant-btn-sm {
29953
- padding: 2px 8px;
29954
29977
  height: 24px;
29955
29978
  line-height: 20px;
29956
29979
  }
@@ -30183,50 +30206,6 @@ html body {
30183
30206
  padding: 0;
30184
30207
  }
30185
30208
 
30186
- .bpq0js6 {
30187
- padding: 4px 11px;
30188
- }
30189
-
30190
- .b15sn34c {
30191
- white-space: nowrap;
30192
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30193
- }
30194
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30195
- --color: #0080ff;
30196
- }
30197
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30198
- --color: #0080ff;
30199
- }
30200
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30201
- margin-left: 1px;
30202
- }
30203
- .b15sn34c > .ant-btn:not(:only-child):first-child {
30204
- border-top-right-radius: 0;
30205
- border-bottom-right-radius: 0;
30206
- }
30207
- .b15sn34c > .ant-btn:not(:only-child):last-child {
30208
- border-top-left-radius: 0;
30209
- border-bottom-left-radius: 0;
30210
- }
30211
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30212
- border-radius: unset;
30213
- }
30214
-
30215
- .fde5mpd {
30216
- width: 100%;
30217
- height: 100%;
30218
- min-height: 124px;
30219
- display: flex;
30220
- flex-direction: column;
30221
- justify-content: center;
30222
- align-items: center;
30223
- }
30224
- .fde5mpd .error-text {
30225
- color: rgba(10, 37, 85, 0.6);
30226
- margin-bottom: 16px;
30227
- font-size: 18px;
30228
- }
30229
-
30230
30209
  .i1mrf09m {
30231
30210
  display: inline-flex;
30232
30211
  align-items: center;
@@ -30245,28 +30224,6 @@ html body {
30245
30224
  animation: rotate 680ms linear infinite;
30246
30225
  }
30247
30226
 
30248
- .iap75of {
30249
- height: 18px;
30250
- line-height: 18px;
30251
- padding: 0 4px;
30252
- border-radius: 4px;
30253
- background: rgba(235, 239, 245, 0.6);
30254
- border: 1px solid rgba(223, 228, 235, 0.6);
30255
- display: flex;
30256
- align-items: center;
30257
- white-space: nowrap;
30258
- margin-right: 4px;
30259
- }
30260
-
30261
- .obf05yr {
30262
- display: inline-block;
30263
- }
30264
-
30265
- .hsms1n6 {
30266
- visibility: hidden;
30267
- position: absolute;
30268
- }
30269
-
30270
30227
  .p12gwtiw {
30271
30228
  display: flex;
30272
30229
  justify-content: space-between;
@@ -30324,150 +30281,19 @@ html body {
30324
30281
  line-height: 18px;
30325
30282
  }
30326
30283
 
30327
- .rxbeqvl.ant-radio-wrapper {
30328
- display: inline-flex;
30329
- align-items: baseline;
30330
- white-space: pre-wrap;
30331
- }
30332
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30333
- position: relative;
30334
- top: 3px;
30335
- }
30336
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30337
- border-color: rgba(107, 128, 167, 0.6);
30338
- }
30339
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30340
- border-color: #0080ff;
30341
- }
30342
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30343
- border-color: #0080ff;
30344
- background: #0080ff;
30345
- }
30346
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30347
- top: 4px;
30348
- left: 4px;
30349
- width: 6px;
30350
- height: 6px;
30351
- background: #fff;
30352
- }
30353
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30354
- opacity: 0.5;
30355
- }
30356
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30357
- border-color: rgba(107, 128, 167, 0.6);
30358
- background: rgba(211, 218, 235, 0.6);
30359
- }
30360
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30361
- background: #00122e;
30362
- }
30363
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30364
- color: #00122e;
30365
- opacity: 0.5;
30366
- }
30367
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30368
- color: #00122e;
30369
- }
30370
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30371
- display: inline-block;
30372
- padding: 0;
30373
- padding-left: 12px;
30374
- }
30375
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30376
- margin-bottom: 0;
30377
- white-space: pre-wrap;
30378
- color: rgba(44, 56, 82, 0.6);
30379
- }
30380
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30381
- padding-left: 8px;
30382
- }
30383
-
30384
- .r5ie79y .ant-radio-button-wrapper:first-child {
30385
- border-radius: 5px 0 0 5px;
30386
- }
30387
- .r5ie79y .ant-radio-button-wrapper:last-child {
30388
- border-radius: 0 5px 5px 0;
30389
- }
30390
-
30391
- .r1f0aqcc {
30392
- color: #00122e;
30393
- border-color: #ccd4e3;
30394
- }
30395
- .r1f0aqcc:first-child {
30396
- border-color: #a3b4cc;
30397
- }
30398
- .r1f0aqcc.ant-radio-button-wrapper {
30399
- padding: 0 12px;
30400
- line-height: 32px;
30401
- height: 32px;
30402
- }
30403
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30404
- white-space: nowrap;
30405
- }
30406
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30407
- height: 22px;
30408
- padding: 0 7px;
30409
- line-height: 20px;
30410
- }
30411
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30412
- background: #ccd4e3;
30413
- }
30414
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30415
- background: #0080ff;
30416
- }
30417
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30418
- background: #ccd4e3;
30419
- opacity: 0.5;
30420
- }
30421
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30422
- border-right-color: #0080ff;
30423
- }
30424
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30425
- border-color: #0080ff;
30426
- }
30427
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30428
- background: rgba(0, 136, 255, 0.1);
30429
- }
30430
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30431
- background: rgba(211, 218, 235, 0.6);
30432
- border-color: #ccd4e3;
30433
- opacity: 0.5;
30434
- }
30435
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30436
- color: #00122e;
30437
- border-color: #ccd4e3;
30438
- }
30439
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30440
- color: #00122e;
30441
- border-color: #ccd4e3;
30442
- background: rgba(172, 186, 211, 0.6);
30443
- }
30444
- .r1f0aqcc .ant-radio-button-input {
30445
- margin-right: 8px;
30446
- display: inline;
30447
- border: none;
30448
- padding: 0;
30449
- width: 36px;
30450
- background: transparent;
30451
- }
30452
- .r1f0aqcc .ant-radio-button-input:focus {
30453
- box-shadow: none;
30454
- }
30455
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30456
- margin-right: 0;
30457
- width: initial;
30458
- box-shadow: none;
30459
- }
30460
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30461
- display: none;
30462
- }
30463
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30464
- display: inline;
30284
+ .fde5mpd {
30285
+ width: 100%;
30286
+ height: 100%;
30287
+ min-height: 124px;
30288
+ display: flex;
30289
+ flex-direction: column;
30290
+ justify-content: center;
30291
+ align-items: center;
30465
30292
  }
30466
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30467
- display: inline;
30468
- margin-right: 8px;
30469
- padding: 0;
30470
- width: 36px;
30293
+ .fde5mpd .error-text {
30294
+ color: rgba(10, 37, 85, 0.6);
30295
+ margin-bottom: 16px;
30296
+ font-size: 18px;
30471
30297
  }
30472
30298
 
30473
30299
  .cz04yix {
@@ -31082,7 +30908,29 @@ input.rrg1fkn.ant-input {
31082
30908
  border-bottom-left-radius: 0;
31083
30909
  }
31084
30910
 
31085
- .s34f1qb.ant-switch {
30911
+ .obf05yr {
30912
+ display: inline-block;
30913
+ }
30914
+
30915
+ .hsms1n6 {
30916
+ visibility: hidden;
30917
+ position: absolute;
30918
+ }
30919
+
30920
+ .iap75of {
30921
+ height: 18px;
30922
+ line-height: 18px;
30923
+ padding: 0 4px;
30924
+ border-radius: 4px;
30925
+ background: rgba(235, 239, 245, 0.6);
30926
+ border: 1px solid rgba(223, 228, 235, 0.6);
30927
+ display: flex;
30928
+ align-items: center;
30929
+ white-space: nowrap;
30930
+ margin-right: 4px;
30931
+ }
30932
+
30933
+ .s34f1qb.ant-switch {
31086
30934
  min-width: 40px;
31087
30935
  height: 24px;
31088
30936
  background: rgba(172, 186, 211, 0.6);
@@ -31137,6 +30985,152 @@ input.rrg1fkn.ant-input {
31137
30985
  margin-left: 5px;
31138
30986
  }
31139
30987
 
30988
+ .rxbeqvl.ant-radio-wrapper {
30989
+ display: inline-flex;
30990
+ align-items: baseline;
30991
+ white-space: pre-wrap;
30992
+ }
30993
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30994
+ position: relative;
30995
+ top: 3px;
30996
+ }
30997
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30998
+ border-color: rgba(107, 128, 167, 0.6);
30999
+ }
31000
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31001
+ border-color: #0080ff;
31002
+ }
31003
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31004
+ border-color: #0080ff;
31005
+ background: #0080ff;
31006
+ }
31007
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31008
+ top: 4px;
31009
+ left: 4px;
31010
+ width: 6px;
31011
+ height: 6px;
31012
+ background: #fff;
31013
+ }
31014
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31015
+ opacity: 0.5;
31016
+ }
31017
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31018
+ border-color: rgba(107, 128, 167, 0.6);
31019
+ background: rgba(211, 218, 235, 0.6);
31020
+ }
31021
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31022
+ background: #00122e;
31023
+ }
31024
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31025
+ color: #00122e;
31026
+ opacity: 0.5;
31027
+ }
31028
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31029
+ color: #00122e;
31030
+ }
31031
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31032
+ display: inline-block;
31033
+ padding: 0;
31034
+ padding-left: 12px;
31035
+ }
31036
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31037
+ margin-bottom: 0;
31038
+ white-space: pre-wrap;
31039
+ color: rgba(44, 56, 82, 0.6);
31040
+ }
31041
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31042
+ padding-left: 8px;
31043
+ }
31044
+
31045
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31046
+ border-radius: 5px 0 0 5px;
31047
+ }
31048
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31049
+ border-radius: 0 5px 5px 0;
31050
+ }
31051
+
31052
+ .r1f0aqcc {
31053
+ color: #00122e;
31054
+ border-color: #ccd4e3;
31055
+ }
31056
+ .r1f0aqcc:first-child {
31057
+ border-color: #a3b4cc;
31058
+ }
31059
+ .r1f0aqcc.ant-radio-button-wrapper {
31060
+ padding: 0 12px;
31061
+ line-height: 32px;
31062
+ height: 32px;
31063
+ }
31064
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31065
+ white-space: nowrap;
31066
+ }
31067
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31068
+ height: 22px;
31069
+ padding: 0 7px;
31070
+ line-height: 20px;
31071
+ }
31072
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31073
+ background: #ccd4e3;
31074
+ }
31075
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31076
+ background: #0080ff;
31077
+ }
31078
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31079
+ background: #ccd4e3;
31080
+ opacity: 0.5;
31081
+ }
31082
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31083
+ border-right-color: #0080ff;
31084
+ }
31085
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31086
+ border-color: #0080ff;
31087
+ }
31088
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31089
+ background: rgba(0, 136, 255, 0.1);
31090
+ }
31091
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31092
+ background: rgba(211, 218, 235, 0.6);
31093
+ border-color: #ccd4e3;
31094
+ opacity: 0.5;
31095
+ }
31096
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31097
+ color: #00122e;
31098
+ border-color: #ccd4e3;
31099
+ }
31100
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31101
+ color: #00122e;
31102
+ border-color: #ccd4e3;
31103
+ background: rgba(172, 186, 211, 0.6);
31104
+ }
31105
+ .r1f0aqcc .ant-radio-button-input {
31106
+ margin-right: 8px;
31107
+ display: inline;
31108
+ border: none;
31109
+ padding: 0;
31110
+ width: 36px;
31111
+ background: transparent;
31112
+ }
31113
+ .r1f0aqcc .ant-radio-button-input:focus {
31114
+ box-shadow: none;
31115
+ }
31116
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31117
+ margin-right: 0;
31118
+ width: initial;
31119
+ box-shadow: none;
31120
+ }
31121
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31122
+ display: none;
31123
+ }
31124
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31125
+ display: inline;
31126
+ }
31127
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31128
+ display: inline;
31129
+ margin-right: 8px;
31130
+ padding: 0;
31131
+ width: 36px;
31132
+ }
31133
+
31140
31134
  .t1upn1sz {
31141
31135
  height: 100%;
31142
31136
  }
@@ -32074,6 +32068,48 @@ input.rrg1fkn.ant-input {
32074
32068
  width: 100%;
32075
32069
  }
32076
32070
 
32071
+ .c18gxmrl {
32072
+ border: 1px solid #d8deeb;
32073
+ border-radius: 4px;
32074
+ }
32075
+ .c18gxmrl + .c18gxmrl {
32076
+ margin-top: 8px;
32077
+ }
32078
+ .c18gxmrl:hover {
32079
+ border-color: #0080ff;
32080
+ }
32081
+ .c18gxmrl:hover > header {
32082
+ background: rgba(0, 128, 255, 0.1);
32083
+ }
32084
+ .c18gxmrl.active header {
32085
+ border-bottom: 1px solid #d8deeb;
32086
+ }
32087
+ .c18gxmrl > header {
32088
+ padding: 8px 12px;
32089
+ }
32090
+
32091
+ .c1uzzomf {
32092
+ margin-bottom: 16px;
32093
+ }
32094
+ .c1uzzomf .card-title {
32095
+ font-size: 16px;
32096
+ color: rgba(44, 56, 82, 0.6);
32097
+ font-weight: 700;
32098
+ line-height: 32px;
32099
+ }
32100
+ .c1uzzomf .card-body {
32101
+ padding: 24px;
32102
+ border-radius: 8px;
32103
+ background: #fff;
32104
+ }
32105
+ .c1uzzomf .empty {
32106
+ font-weight: 700;
32107
+ font-size: 14px;
32108
+ line-height: 22px;
32109
+ color: rgba(0, 21, 64, 0.3);
32110
+ text-align: center;
32111
+ }
32112
+
32077
32113
  .c198s9j3 {
32078
32114
  color: #2d3a56;
32079
32115
  line-height: 22px;
@@ -32145,6 +32181,18 @@ input.rrg1fkn.ant-input {
32145
32181
  margin-left: 24px;
32146
32182
  }
32147
32183
 
32184
+ .n3qomhu {
32185
+ font-size: 90%;
32186
+ font-weight: bold;
32187
+ background-color: rgba(240, 243, 247, 0.6);
32188
+ padding: 1px 4px 1px;
32189
+ margin-left: 2px;
32190
+ margin-right: 2px;
32191
+ border: 1px solid rgba(213, 219, 227, 0.6);
32192
+ border-radius: 4px;
32193
+ word-break: break-all;
32194
+ }
32195
+
32148
32196
  .c10crapj {
32149
32197
  border-radius: 8px;
32150
32198
  }
@@ -32174,117 +32222,38 @@ input.rrg1fkn.ant-input {
32174
32222
  cursor: default;
32175
32223
  }
32176
32224
 
32177
- .iiqau4c.ant-input-group.ant-input-group-compact {
32178
- display: flex;
32225
+ .o8ocss1 {
32226
+ overflow: hidden;
32227
+ text-overflow: ellipsis;
32179
32228
  }
32180
32229
 
32181
- .igz4le8 {
32182
- height: 24px;
32183
- width: 56px !important;
32184
- margin-right: 4px;
32230
+ .n17syc35 {
32231
+ white-space: nowrap;
32185
32232
  }
32186
32233
 
32187
- .c1riexje {
32188
- color: rgba(44, 56, 82, 0.6);
32234
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32235
+ border-radius: 6px;
32189
32236
  }
32190
-
32191
- .s14dk8r1 {
32192
- margin: 0;
32193
- border-radius: 20px;
32194
- padding: 2px 10px;
32195
- height: 22px;
32237
+ .shq1k1g.ant-select.ant-select-single {
32238
+ width: 100%;
32239
+ color: #2d3a56;
32240
+ border-color: rgba(211, 218, 235, 0.6);
32241
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32242
+ font-size: 13px;
32196
32243
  }
32197
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32198
- background-color: rgba(237, 241, 250, 0.6) !important;
32244
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32245
+ height: 30px;
32199
32246
  }
32200
- .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32201
- background-color: rgba(225, 230, 241, 0.6) !important;
32247
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32248
+ height: 38px;
32249
+ font-size: 13px;
32202
32250
  }
32203
- .s14dk8r1.ant-tag.ui-kit-status-capsule {
32204
- color: #00122e;
32251
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32252
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32253
+ transition: 160ms ease;
32205
32254
  }
32206
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32207
- margin-right: 6px;
32208
- }
32209
- .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32210
- margin-left: 4px;
32211
- }
32212
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32213
- background-color: rgba(0, 136, 255, 0.1);
32214
- }
32215
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32216
- background-color: #0080ff;
32217
- }
32218
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32219
- background-color: rgba(0, 136, 255, 0.16);
32220
- }
32221
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32222
- background-color: rgba(255, 74, 74, 0.1);
32223
- }
32224
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32225
- background-color: #f0483e;
32226
- }
32227
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32228
- background-color: rgba(255, 74, 74, 0.16);
32229
- }
32230
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32231
- background-color: rgba(254, 160, 8, 0.1);
32232
- }
32233
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32234
- background-color: #fea008;
32235
- }
32236
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32237
- background-color: rgba(255, 187, 0, 0.16);
32238
- }
32239
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32240
- background-color: rgba(30, 201, 127, 0.1);
32241
- }
32242
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32243
- background-color: #00ba5d;
32244
- }
32245
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32246
- background-color: rgba(30, 201, 127, 0.16);
32247
- }
32248
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32249
- background-color: rgba(225, 230, 241, 0.6);
32250
- }
32251
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32252
- background-color: #6b7d99;
32253
- }
32254
- .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32255
- background-color: rgba(211, 218, 235, 0.6);
32256
- }
32257
-
32258
- .s1uupoto {
32259
- width: 8px;
32260
- height: 8px;
32261
- border-radius: 50%;
32262
- display: inline-block;
32263
- }
32264
-
32265
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32266
- border-radius: 6px;
32267
- }
32268
- .shq1k1g.ant-select.ant-select-single {
32269
- width: 100%;
32270
- color: #2d3a56;
32271
- border-color: rgba(211, 218, 235, 0.6);
32272
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32273
- font-size: 13px;
32274
- }
32275
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32276
- height: 30px;
32277
- }
32278
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32279
- height: 38px;
32280
- font-size: 13px;
32281
- }
32282
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32283
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32284
- transition: 160ms ease;
32285
- }
32286
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32287
- color: #0080ff;
32255
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32256
+ color: #0080ff;
32288
32257
  }
32289
32258
  .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32290
32259
  border-color: rgba(107, 128, 167, 0.6);
@@ -32319,10 +32288,20 @@ input.rrg1fkn.ant-input {
32319
32288
  transform: rotate(180deg);
32320
32289
  }
32321
32290
 
32322
- .t19ustft .date {
32291
+ .igz4le8 {
32292
+ height: 24px;
32293
+ width: 56px !important;
32323
32294
  margin-right: 4px;
32324
32295
  }
32325
32296
 
32297
+ .c1riexje {
32298
+ color: rgba(44, 56, 82, 0.6);
32299
+ }
32300
+
32301
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32302
+ display: flex;
32303
+ }
32304
+
32326
32305
  .m1thnes4 {
32327
32306
  color: rgba(44, 56, 82, 0.6);
32328
32307
  text-align: center;
@@ -32484,6 +32463,84 @@ input.rrg1fkn.ant-input {
32484
32463
  margin-left: 8px;
32485
32464
  }
32486
32465
 
32466
+ .s14dk8r1 {
32467
+ margin: 0;
32468
+ border-radius: 20px;
32469
+ padding: 2px 10px;
32470
+ height: 22px;
32471
+ }
32472
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
32473
+ background-color: rgba(237, 241, 250, 0.6) !important;
32474
+ }
32475
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32476
+ background-color: rgba(225, 230, 241, 0.6) !important;
32477
+ }
32478
+ .s14dk8r1.ant-tag.ui-kit-status-capsule {
32479
+ color: #00122e;
32480
+ }
32481
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32482
+ margin-right: 6px;
32483
+ }
32484
+ .s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32485
+ margin-left: 4px;
32486
+ }
32487
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32488
+ background-color: rgba(0, 136, 255, 0.1);
32489
+ }
32490
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32491
+ background-color: #0080ff;
32492
+ }
32493
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32494
+ background-color: rgba(0, 136, 255, 0.16);
32495
+ }
32496
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
32497
+ background-color: rgba(255, 74, 74, 0.1);
32498
+ }
32499
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32500
+ background-color: #f0483e;
32501
+ }
32502
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32503
+ background-color: rgba(255, 74, 74, 0.16);
32504
+ }
32505
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32506
+ background-color: rgba(254, 160, 8, 0.1);
32507
+ }
32508
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32509
+ background-color: #fea008;
32510
+ }
32511
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32512
+ background-color: rgba(255, 187, 0, 0.16);
32513
+ }
32514
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
32515
+ background-color: rgba(30, 201, 127, 0.1);
32516
+ }
32517
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32518
+ background-color: #00ba5d;
32519
+ }
32520
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32521
+ background-color: rgba(30, 201, 127, 0.16);
32522
+ }
32523
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32524
+ background-color: rgba(225, 230, 241, 0.6);
32525
+ }
32526
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32527
+ background-color: #6b7d99;
32528
+ }
32529
+ .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32530
+ background-color: rgba(211, 218, 235, 0.6);
32531
+ }
32532
+
32533
+ .s1uupoto {
32534
+ width: 8px;
32535
+ height: 8px;
32536
+ border-radius: 50%;
32537
+ display: inline-block;
32538
+ }
32539
+
32540
+ .t19ustft .date {
32541
+ margin-right: 4px;
32542
+ }
32543
+
32487
32544
  .s1uupxds {
32488
32545
  padding: 0 8px;
32489
32546
  border-radius: 4px;
@@ -32566,57 +32623,6 @@ input.rrg1fkn.ant-input {
32566
32623
  background-color: #7E41FF;
32567
32624
  }
32568
32625
 
32569
- .n3qomhu {
32570
- font-size: 90%;
32571
- font-weight: bold;
32572
- background-color: rgba(240, 243, 247, 0.6);
32573
- padding: 1px 4px 1px;
32574
- margin-left: 2px;
32575
- margin-right: 2px;
32576
- border: 1px solid rgba(213, 219, 227, 0.6);
32577
- border-radius: 4px;
32578
- word-break: break-all;
32579
- }
32580
-
32581
- .o8ocss1 {
32582
- overflow: hidden;
32583
- text-overflow: ellipsis;
32584
- }
32585
-
32586
- .n17syc35 {
32587
- white-space: nowrap;
32588
- }
32589
-
32590
- .t1gz6wqf {
32591
- height: 100%;
32592
- }
32593
- .t1gz6wqf .table-loading-item {
32594
- padding: 12px 4px;
32595
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32596
- display: flex;
32597
- }
32598
- .t1gz6wqf .table-loading-item > * {
32599
- height: 16px;
32600
- margin: 4px;
32601
- background: rgba(204, 212, 227, 0.18);
32602
- border-radius: 2px;
32603
- }
32604
- .t1gz6wqf .table-loading-item .checkbox-loading {
32605
- width: 16px;
32606
- }
32607
- .t1gz6wqf .table-loading-item .td-loading {
32608
- flex: 1;
32609
- }
32610
- .t1gz6wqf :nth-child(1) {
32611
- padding: 8px 4px;
32612
- }
32613
- .t1gz6wqf :nth-child(1) > * {
32614
- background: rgba(107, 125, 153, 0.18);
32615
- }
32616
- .t1gz6wqf :nth-child(1) > * {
32617
- background: rgba(163, 180, 204, 0.18);
32618
- }
32619
-
32620
32626
  .sq6vos1 {
32621
32627
  --item-min-width: 60px;
32622
32628
  }
@@ -32802,6 +32808,36 @@ input.rrg1fkn.ant-input {
32802
32808
  justify-content: center;
32803
32809
  }
32804
32810
 
32811
+ .t1gz6wqf {
32812
+ height: 100%;
32813
+ }
32814
+ .t1gz6wqf .table-loading-item {
32815
+ padding: 12px 4px;
32816
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32817
+ display: flex;
32818
+ }
32819
+ .t1gz6wqf .table-loading-item > * {
32820
+ height: 16px;
32821
+ margin: 4px;
32822
+ background: rgba(204, 212, 227, 0.18);
32823
+ border-radius: 2px;
32824
+ }
32825
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32826
+ width: 16px;
32827
+ }
32828
+ .t1gz6wqf .table-loading-item .td-loading {
32829
+ flex: 1;
32830
+ }
32831
+ .t1gz6wqf :nth-child(1) {
32832
+ padding: 8px 4px;
32833
+ }
32834
+ .t1gz6wqf :nth-child(1) > * {
32835
+ background: rgba(107, 125, 153, 0.18);
32836
+ }
32837
+ .t1gz6wqf :nth-child(1) > * {
32838
+ background: rgba(163, 180, 204, 0.18);
32839
+ }
32840
+
32805
32841
  .c1k4vanq {
32806
32842
  padding: 0 12px 14px 12px;
32807
32843
  }
@@ -32846,6 +32882,23 @@ input.rrg1fkn.ant-input {
32846
32882
  margin-right: 2px;
32847
32883
  }
32848
32884
 
32885
+ .bab9xum {
32886
+ box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32887
+ }
32888
+
32889
+ .cav4gt6 {
32890
+ border-radius: 8px;
32891
+ background-color: white;
32892
+ }
32893
+ .cav4gt6.hoverable {
32894
+ cursor: pointer;
32895
+ }
32896
+ .cav4gt6.hoverable:hover {
32897
+ transition: all 200ms ease;
32898
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32899
+ transform: translateY(-4px);
32900
+ }
32901
+
32849
32902
  .rrwcpby {
32850
32903
  display: flex;
32851
32904
  align-items: center;
@@ -32862,21 +32915,54 @@ input.rrg1fkn.ant-input {
32862
32915
  margin-right: 6px;
32863
32916
  }
32864
32917
 
32865
- .bab9xum {
32866
- box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
32918
+ .f1p9ti6d {
32919
+ width: 100%;
32920
+ margin-bottom: 0 !important;
32921
+ flex-flow: nowrap !important;
32922
+ line-break: auto;
32923
+ }
32924
+ .f1p9ti6d > .ant-form-item-label {
32925
+ text-align: left !important;
32926
+ padding-bottom: 0 !important;
32927
+ }
32928
+ .f1p9ti6d > .ant-form-item-label > label {
32929
+ min-height: 32px;
32930
+ height: auto;
32931
+ font-size: 13px;
32932
+ color: rgba(44, 56, 82, 0.6);
32933
+ white-space: normal;
32934
+ }
32935
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
32936
+ border-color: #ff4d4f !important;
32937
+ }
32938
+ .f1p9ti6d .ant-form-item-explain {
32939
+ margin-top: 4px;
32940
+ font-size: 12px;
32941
+ min-height: 0px;
32942
+ }
32943
+ .f1p9ti6d .ant-form-item-extra {
32944
+ font-size: 12px;
32945
+ color: rgba(44, 56, 82, 0.6);
32946
+ min-height: 0px;
32867
32947
  }
32868
32948
 
32869
- .cav4gt6 {
32870
- border-radius: 8px;
32871
- background-color: white;
32949
+ .sut42l0 {
32950
+ padding: 0 8px;
32951
+ height: 18px;
32872
32952
  }
32873
- .cav4gt6.hoverable {
32874
- cursor: pointer;
32953
+
32954
+ .mfsz1jz {
32955
+ padding: 2px 8px;
32956
+ height: 24px;
32875
32957
  }
32876
- .cav4gt6.hoverable:hover {
32877
- transition: all 200ms ease;
32878
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32879
- transform: translateY(-4px);
32958
+
32959
+ .tnd6h4m {
32960
+ margin: 0;
32961
+ }
32962
+
32963
+ .i1qw4clm {
32964
+ margin-right: 4px;
32965
+ height: 16px;
32880
32966
  }
32881
32967
 
32882
32968
  .tc40oxa {
@@ -33072,37 +33158,6 @@ input.rrg1fkn.ant-input {
33072
33158
  margin-right: 8px;
33073
33159
  }
33074
33160
 
33075
- .f1p9ti6d {
33076
- width: 100%;
33077
- margin-bottom: 0 !important;
33078
- flex-flow: nowrap !important;
33079
- line-break: auto;
33080
- }
33081
- .f1p9ti6d > .ant-form-item-label {
33082
- text-align: left !important;
33083
- padding-bottom: 0 !important;
33084
- }
33085
- .f1p9ti6d > .ant-form-item-label > label {
33086
- min-height: 32px;
33087
- height: auto;
33088
- font-size: 13px;
33089
- color: rgba(44, 56, 82, 0.6);
33090
- white-space: normal;
33091
- }
33092
- .f1p9ti6d.ant-form-item-has-error .ant-input {
33093
- border-color: #ff4d4f !important;
33094
- }
33095
- .f1p9ti6d .ant-form-item-explain {
33096
- margin-top: 4px;
33097
- font-size: 12px;
33098
- min-height: 0px;
33099
- }
33100
- .f1p9ti6d .ant-form-item-extra {
33101
- font-size: 12px;
33102
- color: rgba(44, 56, 82, 0.6);
33103
- min-height: 0px;
33104
- }
33105
-
33106
33161
  .w1xcixj5.outside-tag {
33107
33162
  padding-left: 0;
33108
33163
  }
@@ -33117,25 +33172,6 @@ input.rrg1fkn.ant-input {
33117
33172
  height: 16px;
33118
33173
  }
33119
33174
 
33120
- .sut42l0 {
33121
- padding: 0 8px;
33122
- height: 18px;
33123
- }
33124
-
33125
- .mfsz1jz {
33126
- padding: 2px 8px;
33127
- height: 24px;
33128
- }
33129
-
33130
- .tnd6h4m {
33131
- margin: 0;
33132
- }
33133
-
33134
- .i1qw4clm {
33135
- margin-right: 4px;
33136
- height: 16px;
33137
- }
33138
-
33139
33175
  .at4ovwe .ant-input-number-handler-wrap {
33140
33176
  display: var(--at4ovwe-0);
33141
33177
  }
@@ -33186,6 +33222,25 @@ input.rrg1fkn.ant-input {
33186
33222
  font-size: inherit;
33187
33223
  }
33188
33224
 
33225
+ .feau332.ant-form-item {
33226
+ margin-bottom: 0;
33227
+ }
33228
+ .feau332 .ant-form-item-explain {
33229
+ display: none;
33230
+ min-height: 18px;
33231
+ margin-top: 5px;
33232
+ font-family: "Inter";
33233
+ font-weight: 400;
33234
+ font-size: 12px;
33235
+ line-height: 18px;
33236
+ }
33237
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33238
+ white-space: pre-wrap;
33239
+ }
33240
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33241
+ display: block;
33242
+ }
33243
+
33189
33244
  .a6dbbkm .ant-input-number-handler-wrap {
33190
33245
  display: var(--a6dbbkm-0);
33191
33246
  }
@@ -33215,23 +33270,4 @@ input.rrg1fkn.ant-input {
33215
33270
  margin: 0;
33216
33271
  height: auto;
33217
33272
  font-size: inherit;
33218
- }
33219
-
33220
- .feau332.ant-form-item {
33221
- margin-bottom: 0;
33222
- }
33223
- .feau332 .ant-form-item-explain {
33224
- display: none;
33225
- min-height: 18px;
33226
- margin-top: 5px;
33227
- font-family: "Inter";
33228
- font-weight: 400;
33229
- font-size: 12px;
33230
- line-height: 18px;
33231
- }
33232
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33233
- white-space: pre-wrap;
33234
- }
33235
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33236
- display: block;
33237
33273
  }