@cloudtower/eagle 0.26.31 → 0.26.32

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.
@@ -29840,74 +29840,13 @@ html body {
29840
29840
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29841
29841
  }
29842
29842
  }
29843
- .iap75of {
29844
- height: 18px;
29845
- line-height: 18px;
29846
- padding: 0 4px;
29847
- border-radius: 4px;
29848
- background: rgba(235, 239, 245, 0.6);
29849
- border: 1px solid rgba(223, 228, 235, 0.6);
29850
- display: flex;
29851
- align-items: center;
29852
- white-space: nowrap;
29853
- margin-right: 4px;
29854
- }
29855
-
29856
- .fde5mpd {
29857
- width: 100%;
29858
- height: 100%;
29859
- min-height: 124px;
29860
- display: flex;
29861
- flex-direction: column;
29862
- justify-content: center;
29863
- align-items: center;
29864
- }
29865
- .fde5mpd .error-text {
29866
- color: rgba(10, 37, 85, 0.6);
29867
- margin-bottom: 16px;
29868
- font-size: 18px;
29869
- }
29870
-
29871
- .bpq0js6 {
29872
- padding: 4px 11px;
29873
- }
29874
-
29875
- .b15sn34c {
29876
- white-space: nowrap;
29877
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29878
- }
29879
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29880
- --color: #0080ff;
29881
- }
29882
- .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] {
29883
- --color: #0080ff;
29884
- }
29885
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29886
- margin-left: 1px;
29887
- }
29888
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29889
- border-top-right-radius: 0;
29890
- border-bottom-right-radius: 0;
29891
- }
29892
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29893
- border-top-left-radius: 0;
29894
- border-bottom-left-radius: 0;
29895
- }
29896
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29897
- border-radius: unset;
29898
- }
29899
-
29900
29843
  .buj61ew.ant-btn-icon-only {
29901
29844
  justify-content: center;
29902
29845
  }
29903
- .buj61ew.ant-btn.ant-btn-link {
29904
- padding: 0;
29905
- }
29906
29846
  .buj61ew.ant-btn {
29907
29847
  display: inline-flex;
29908
29848
  align-items: center;
29909
29849
  justify-content: center;
29910
- padding: 5px 12px;
29911
29850
  height: 32px;
29912
29851
  border-radius: 6px;
29913
29852
  line-height: 22px;
@@ -29917,10 +29856,8 @@ html body {
29917
29856
  .buj61ew.ant-btn.ant-btn-lg {
29918
29857
  height: 40px;
29919
29858
  line-height: 24px;
29920
- padding: 8px 16px;
29921
29859
  }
29922
29860
  .buj61ew.ant-btn.ant-btn-sm {
29923
- padding: 2px 8px;
29924
29861
  height: 24px;
29925
29862
  line-height: 20px;
29926
29863
  }
@@ -30153,6 +30090,50 @@ html body {
30153
30090
  padding: 0;
30154
30091
  }
30155
30092
 
30093
+ .bpq0js6 {
30094
+ padding: 4px 11px;
30095
+ }
30096
+
30097
+ .b15sn34c {
30098
+ white-space: nowrap;
30099
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30100
+ }
30101
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30102
+ --color: #0080ff;
30103
+ }
30104
+ .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] {
30105
+ --color: #0080ff;
30106
+ }
30107
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30108
+ margin-left: 1px;
30109
+ }
30110
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
30111
+ border-top-right-radius: 0;
30112
+ border-bottom-right-radius: 0;
30113
+ }
30114
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
30115
+ border-top-left-radius: 0;
30116
+ border-bottom-left-radius: 0;
30117
+ }
30118
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30119
+ border-radius: unset;
30120
+ }
30121
+
30122
+ .fde5mpd {
30123
+ width: 100%;
30124
+ height: 100%;
30125
+ min-height: 124px;
30126
+ display: flex;
30127
+ flex-direction: column;
30128
+ justify-content: center;
30129
+ align-items: center;
30130
+ }
30131
+ .fde5mpd .error-text {
30132
+ color: rgba(10, 37, 85, 0.6);
30133
+ margin-bottom: 16px;
30134
+ font-size: 18px;
30135
+ }
30136
+
30156
30137
  .i1mrf09m {
30157
30138
  display: inline-flex;
30158
30139
  align-items: center;
@@ -30171,6 +30152,19 @@ html body {
30171
30152
  animation: rotate 680ms linear infinite;
30172
30153
  }
30173
30154
 
30155
+ .iap75of {
30156
+ height: 18px;
30157
+ line-height: 18px;
30158
+ padding: 0 4px;
30159
+ border-radius: 4px;
30160
+ background: rgba(235, 239, 245, 0.6);
30161
+ border: 1px solid rgba(223, 228, 235, 0.6);
30162
+ display: flex;
30163
+ align-items: center;
30164
+ white-space: nowrap;
30165
+ margin-right: 4px;
30166
+ }
30167
+
30174
30168
  .obf05yr {
30175
30169
  display: inline-block;
30176
30170
  }
@@ -30237,59 +30231,150 @@ html body {
30237
30231
  line-height: 18px;
30238
30232
  }
30239
30233
 
30240
- .s34f1qb.ant-switch {
30241
- min-width: 40px;
30242
- height: 24px;
30243
- background: rgba(172, 186, 211, 0.6);
30244
- overflow: hidden;
30234
+ .rxbeqvl.ant-radio-wrapper {
30235
+ display: inline-flex;
30236
+ align-items: baseline;
30237
+ white-space: pre-wrap;
30245
30238
  }
30246
- .s34f1qb.ant-switch:focus {
30247
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30239
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30240
+ position: relative;
30241
+ top: 3px;
30248
30242
  }
30249
- .s34f1qb.ant-switch-small {
30250
- min-width: 26px;
30251
- height: 16px;
30243
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30244
+ border-color: rgba(107, 128, 167, 0.6);
30252
30245
  }
30253
- .s34f1qb.ant-switch-large {
30254
- min-width: 52px;
30255
- height: 32px;
30246
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30247
+ border-color: #0080ff;
30256
30248
  }
30257
- .s34f1qb.ant-switch .ant-switch-handle {
30258
- height: 20px;
30259
- width: 20px;
30249
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30250
+ border-color: #0080ff;
30251
+ background: #0080ff;
30260
30252
  }
30261
- .s34f1qb.ant-switch .ant-switch-handle::before {
30262
- border-radius: 10px;
30263
- transition-delay: 120ms;
30253
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30254
+ top: 4px;
30255
+ left: 4px;
30256
+ width: 6px;
30257
+ height: 6px;
30258
+ background: #fff;
30264
30259
  }
30265
- .s34f1qb.ant-switch-small .ant-switch-handle {
30266
- height: 14px;
30267
- width: 14px;
30268
- top: 1px;
30269
- left: 1px;
30260
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30261
+ opacity: 0.5;
30270
30262
  }
30271
- .s34f1qb.ant-switch-large .ant-switch-handle {
30272
- height: 28px;
30273
- width: 28px;
30263
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30264
+ border-color: rgba(107, 128, 167, 0.6);
30265
+ background: rgba(211, 218, 235, 0.6);
30274
30266
  }
30275
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30276
- border-radius: 14px;
30267
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30268
+ background: #00122e;
30277
30269
  }
30278
- .s34f1qb.ant-switch-checked {
30279
- background-color: #00ba5d;
30270
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30271
+ color: #00122e;
30272
+ opacity: 0.5;
30280
30273
  }
30281
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30282
- left: calc(100% - 20px - 2px);
30274
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30275
+ color: #00122e;
30283
30276
  }
30284
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30285
- left: calc(100% - 14px - 1px);
30277
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30278
+ display: inline-block;
30279
+ padding: 0;
30280
+ padding-left: 12px;
30286
30281
  }
30287
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30288
- left: calc(100% - 28px - 2px);
30282
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30283
+ margin-bottom: 0;
30284
+ white-space: pre-wrap;
30285
+ color: rgba(44, 56, 82, 0.6);
30286
+ }
30287
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30288
+ padding-left: 8px;
30289
30289
  }
30290
30290
 
30291
- .c1to9vb9 {
30292
- margin-left: 5px;
30291
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30292
+ border-radius: 5px 0 0 5px;
30293
+ }
30294
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30295
+ border-radius: 0 5px 5px 0;
30296
+ }
30297
+
30298
+ .r1f0aqcc {
30299
+ color: #00122e;
30300
+ border-color: #ccd4e3;
30301
+ }
30302
+ .r1f0aqcc:first-child {
30303
+ border-color: #a3b4cc;
30304
+ }
30305
+ .r1f0aqcc.ant-radio-button-wrapper {
30306
+ padding: 0 12px;
30307
+ line-height: 32px;
30308
+ height: 32px;
30309
+ }
30310
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30311
+ white-space: nowrap;
30312
+ }
30313
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30314
+ height: 22px;
30315
+ padding: 0 7px;
30316
+ line-height: 20px;
30317
+ }
30318
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30319
+ background: #ccd4e3;
30320
+ }
30321
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30322
+ background: #0080ff;
30323
+ }
30324
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30325
+ background: #ccd4e3;
30326
+ opacity: 0.5;
30327
+ }
30328
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30329
+ border-right-color: #0080ff;
30330
+ }
30331
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30332
+ border-color: #0080ff;
30333
+ }
30334
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30335
+ background: rgba(0, 136, 255, 0.1);
30336
+ }
30337
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30338
+ background: rgba(211, 218, 235, 0.6);
30339
+ border-color: #ccd4e3;
30340
+ opacity: 0.5;
30341
+ }
30342
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30343
+ color: #00122e;
30344
+ border-color: #ccd4e3;
30345
+ }
30346
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30347
+ color: #00122e;
30348
+ border-color: #ccd4e3;
30349
+ background: rgba(172, 186, 211, 0.6);
30350
+ }
30351
+ .r1f0aqcc .ant-radio-button-input {
30352
+ margin-right: 8px;
30353
+ display: inline;
30354
+ border: none;
30355
+ padding: 0;
30356
+ width: 36px;
30357
+ background: transparent;
30358
+ }
30359
+ .r1f0aqcc .ant-radio-button-input:focus {
30360
+ box-shadow: none;
30361
+ }
30362
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30363
+ margin-right: 0;
30364
+ width: initial;
30365
+ box-shadow: none;
30366
+ }
30367
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30368
+ display: none;
30369
+ }
30370
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30371
+ display: inline;
30372
+ }
30373
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30374
+ display: inline;
30375
+ margin-right: 8px;
30376
+ padding: 0;
30377
+ width: 36px;
30293
30378
  }
30294
30379
 
30295
30380
  .cz04yix {
@@ -30904,150 +30989,59 @@ input.rrg1fkn.ant-input {
30904
30989
  border-bottom-left-radius: 0;
30905
30990
  }
30906
30991
 
30907
- .rxbeqvl.ant-radio-wrapper {
30908
- display: inline-flex;
30909
- align-items: baseline;
30910
- white-space: pre-wrap;
30911
- }
30912
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30913
- position: relative;
30914
- top: 3px;
30915
- }
30916
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30917
- border-color: rgba(107, 128, 167, 0.6);
30918
- }
30919
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30920
- border-color: #0080ff;
30921
- }
30922
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30923
- border-color: #0080ff;
30924
- background: #0080ff;
30925
- }
30926
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30927
- top: 4px;
30928
- left: 4px;
30929
- width: 6px;
30930
- height: 6px;
30931
- background: #fff;
30932
- }
30933
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30934
- opacity: 0.5;
30935
- }
30936
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30937
- border-color: rgba(107, 128, 167, 0.6);
30938
- background: rgba(211, 218, 235, 0.6);
30939
- }
30940
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30941
- background: #00122e;
30942
- }
30943
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30944
- color: #00122e;
30945
- opacity: 0.5;
30946
- }
30947
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30948
- color: #00122e;
30949
- }
30950
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30951
- display: inline-block;
30952
- padding: 0;
30953
- padding-left: 12px;
30954
- }
30955
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30956
- margin-bottom: 0;
30957
- white-space: pre-wrap;
30958
- color: rgba(44, 56, 82, 0.6);
30959
- }
30960
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30961
- padding-left: 8px;
30962
- }
30963
-
30964
- .r5ie79y .ant-radio-button-wrapper:first-child {
30965
- border-radius: 5px 0 0 5px;
30966
- }
30967
- .r5ie79y .ant-radio-button-wrapper:last-child {
30968
- border-radius: 0 5px 5px 0;
30992
+ .s34f1qb.ant-switch {
30993
+ min-width: 40px;
30994
+ height: 24px;
30995
+ background: rgba(172, 186, 211, 0.6);
30996
+ overflow: hidden;
30969
30997
  }
30970
-
30971
- .r1f0aqcc {
30972
- color: #00122e;
30973
- border-color: #ccd4e3;
30998
+ .s34f1qb.ant-switch:focus {
30999
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30974
31000
  }
30975
- .r1f0aqcc:first-child {
30976
- border-color: #a3b4cc;
31001
+ .s34f1qb.ant-switch-small {
31002
+ min-width: 26px;
31003
+ height: 16px;
30977
31004
  }
30978
- .r1f0aqcc.ant-radio-button-wrapper {
30979
- padding: 0 12px;
30980
- line-height: 32px;
31005
+ .s34f1qb.ant-switch-large {
31006
+ min-width: 52px;
30981
31007
  height: 32px;
30982
31008
  }
30983
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30984
- white-space: nowrap;
30985
- }
30986
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30987
- height: 22px;
30988
- padding: 0 7px;
30989
- line-height: 20px;
30990
- }
30991
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30992
- background: #ccd4e3;
30993
- }
30994
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30995
- background: #0080ff;
30996
- }
30997
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30998
- background: #ccd4e3;
30999
- opacity: 0.5;
31000
- }
31001
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31002
- border-right-color: #0080ff;
31003
- }
31004
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31005
- border-color: #0080ff;
31006
- }
31007
- .r1f0aqcc.ant-radio-button-wrapper-checked {
31008
- background: rgba(0, 136, 255, 0.1);
31009
+ .s34f1qb.ant-switch .ant-switch-handle {
31010
+ height: 20px;
31011
+ width: 20px;
31009
31012
  }
31010
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
31011
- background: rgba(211, 218, 235, 0.6);
31012
- border-color: #ccd4e3;
31013
- opacity: 0.5;
31013
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31014
+ border-radius: 10px;
31015
+ transition-delay: 120ms;
31014
31016
  }
31015
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31016
- color: #00122e;
31017
- border-color: #ccd4e3;
31017
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31018
+ height: 14px;
31019
+ width: 14px;
31020
+ top: 1px;
31021
+ left: 1px;
31018
31022
  }
31019
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31020
- color: #00122e;
31021
- border-color: #ccd4e3;
31022
- background: rgba(172, 186, 211, 0.6);
31023
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31024
+ height: 28px;
31025
+ width: 28px;
31023
31026
  }
31024
- .r1f0aqcc .ant-radio-button-input {
31025
- margin-right: 8px;
31026
- display: inline;
31027
- border: none;
31028
- padding: 0;
31029
- width: 36px;
31030
- background: transparent;
31027
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31028
+ border-radius: 14px;
31031
31029
  }
31032
- .r1f0aqcc .ant-radio-button-input:focus {
31033
- box-shadow: none;
31030
+ .s34f1qb.ant-switch-checked {
31031
+ background-color: #00ba5d;
31034
31032
  }
31035
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31036
- margin-right: 0;
31037
- width: initial;
31038
- box-shadow: none;
31033
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31034
+ left: calc(100% - 20px - 2px);
31039
31035
  }
31040
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31041
- display: none;
31036
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31037
+ left: calc(100% - 14px - 1px);
31042
31038
  }
31043
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31044
- display: inline;
31039
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31040
+ left: calc(100% - 28px - 2px);
31045
31041
  }
31046
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31047
- display: inline;
31048
- margin-right: 8px;
31049
- padding: 0;
31050
- width: 36px;
31042
+
31043
+ .c1to9vb9 {
31044
+ margin-left: 5px;
31051
31045
  }
31052
31046
 
31053
31047
  .t1upn1sz {
@@ -32087,6 +32081,24 @@ input.rrg1fkn.ant-input {
32087
32081
  cursor: default;
32088
32082
  }
32089
32083
 
32084
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32085
+ display: flex;
32086
+ }
32087
+
32088
+ .igz4le8 {
32089
+ height: 24px;
32090
+ width: 56px !important;
32091
+ margin-right: 4px;
32092
+ }
32093
+
32094
+ .c1riexje {
32095
+ color: rgba(44, 56, 82, 0.6);
32096
+ }
32097
+
32098
+ .t19ustft .date {
32099
+ margin-right: 4px;
32100
+ }
32101
+
32090
32102
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32091
32103
  border-radius: 6px;
32092
32104
  }
@@ -32144,20 +32156,6 @@ input.rrg1fkn.ant-input {
32144
32156
  transform: rotate(180deg);
32145
32157
  }
32146
32158
 
32147
- .igz4le8 {
32148
- height: 24px;
32149
- width: 56px !important;
32150
- margin-right: 4px;
32151
- }
32152
-
32153
- .c1riexje {
32154
- color: rgba(44, 56, 82, 0.6);
32155
- }
32156
-
32157
- .iiqau4c.ant-input-group.ant-input-group-compact {
32158
- display: flex;
32159
- }
32160
-
32161
32159
  .s14dk8r1 {
32162
32160
  margin: 0;
32163
32161
  border-radius: 20px;
@@ -32232,8 +32230,13 @@ input.rrg1fkn.ant-input {
32232
32230
  display: inline-block;
32233
32231
  }
32234
32232
 
32235
- .t19ustft .date {
32236
- margin-right: 4px;
32233
+ .o8ocss1 {
32234
+ overflow: hidden;
32235
+ text-overflow: ellipsis;
32236
+ }
32237
+
32238
+ .n17syc35 {
32239
+ white-space: nowrap;
32237
32240
  }
32238
32241
 
32239
32242
  .s1uupxds {
@@ -32318,15 +32321,6 @@ input.rrg1fkn.ant-input {
32318
32321
  background-color: #7E41FF;
32319
32322
  }
32320
32323
 
32321
- .o8ocss1 {
32322
- overflow: hidden;
32323
- text-overflow: ellipsis;
32324
- }
32325
-
32326
- .n17syc35 {
32327
- white-space: nowrap;
32328
- }
32329
-
32330
32324
  .n3qomhu {
32331
32325
  font-size: 90%;
32332
32326
  font-weight: bold;