@cloudtower/eagle 0.26.26 → 0.26.29

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,35 +29927,6 @@ 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
-
29959
29930
  .buj61ew.ant-btn-icon-only {
29960
29931
  justify-content: center;
29961
29932
  }
@@ -30212,6 +30183,35 @@ html body {
30212
30183
  padding: 0;
30213
30184
  }
30214
30185
 
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
30215
  .fde5mpd {
30216
30216
  width: 100%;
30217
30217
  height: 100%;
@@ -30267,152 +30267,6 @@ html body {
30267
30267
  position: absolute;
30268
30268
  }
30269
30269
 
30270
- .rxbeqvl.ant-radio-wrapper {
30271
- display: inline-flex;
30272
- align-items: baseline;
30273
- white-space: pre-wrap;
30274
- }
30275
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30276
- position: relative;
30277
- top: 3px;
30278
- }
30279
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30280
- border-color: rgba(107, 128, 167, 0.6);
30281
- }
30282
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30283
- border-color: #0080ff;
30284
- }
30285
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30286
- border-color: #0080ff;
30287
- background: #0080ff;
30288
- }
30289
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30290
- top: 4px;
30291
- left: 4px;
30292
- width: 6px;
30293
- height: 6px;
30294
- background: #fff;
30295
- }
30296
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30297
- opacity: 0.5;
30298
- }
30299
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30300
- border-color: rgba(107, 128, 167, 0.6);
30301
- background: rgba(211, 218, 235, 0.6);
30302
- }
30303
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30304
- background: #00122e;
30305
- }
30306
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30307
- color: #00122e;
30308
- opacity: 0.5;
30309
- }
30310
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30311
- color: #00122e;
30312
- }
30313
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30314
- display: inline-block;
30315
- padding: 0;
30316
- padding-left: 12px;
30317
- }
30318
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30319
- margin-bottom: 0;
30320
- white-space: pre-wrap;
30321
- color: rgba(44, 56, 82, 0.6);
30322
- }
30323
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30324
- padding-left: 8px;
30325
- }
30326
-
30327
- .r5ie79y .ant-radio-button-wrapper:first-child {
30328
- border-radius: 5px 0 0 5px;
30329
- }
30330
- .r5ie79y .ant-radio-button-wrapper:last-child {
30331
- border-radius: 0 5px 5px 0;
30332
- }
30333
-
30334
- .r1f0aqcc {
30335
- color: #00122e;
30336
- border-color: #ccd4e3;
30337
- }
30338
- .r1f0aqcc:first-child {
30339
- border-color: #a3b4cc;
30340
- }
30341
- .r1f0aqcc.ant-radio-button-wrapper {
30342
- padding: 0 12px;
30343
- line-height: 32px;
30344
- height: 32px;
30345
- }
30346
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30347
- white-space: nowrap;
30348
- }
30349
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30350
- height: 22px;
30351
- padding: 0 7px;
30352
- line-height: 20px;
30353
- }
30354
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30355
- background: #ccd4e3;
30356
- }
30357
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30358
- background: #0080ff;
30359
- }
30360
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30361
- background: #ccd4e3;
30362
- opacity: 0.5;
30363
- }
30364
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30365
- border-right-color: #0080ff;
30366
- }
30367
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30368
- border-color: #0080ff;
30369
- }
30370
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30371
- background: rgba(0, 136, 255, 0.1);
30372
- }
30373
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30374
- background: rgba(211, 218, 235, 0.6);
30375
- border-color: #ccd4e3;
30376
- opacity: 0.5;
30377
- }
30378
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30379
- color: #00122e;
30380
- border-color: #ccd4e3;
30381
- }
30382
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30383
- color: #00122e;
30384
- border-color: #ccd4e3;
30385
- background: rgba(172, 186, 211, 0.6);
30386
- }
30387
- .r1f0aqcc .ant-radio-button-input {
30388
- margin-right: 8px;
30389
- display: inline;
30390
- border: none;
30391
- padding: 0;
30392
- width: 36px;
30393
- background: transparent;
30394
- }
30395
- .r1f0aqcc .ant-radio-button-input:focus {
30396
- box-shadow: none;
30397
- }
30398
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30399
- margin-right: 0;
30400
- width: initial;
30401
- box-shadow: none;
30402
- }
30403
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30404
- display: none;
30405
- }
30406
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30407
- display: inline;
30408
- }
30409
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30410
- display: inline;
30411
- margin-right: 8px;
30412
- padding: 0;
30413
- width: 36px;
30414
- }
30415
-
30416
30270
  .p12gwtiw {
30417
30271
  display: flex;
30418
30272
  justify-content: space-between;
@@ -31136,40 +30990,267 @@ input.rrg1fkn.ant-input {
31136
30990
  border-bottom-left-radius: 0;
31137
30991
  }
31138
30992
 
31139
- .t1upn1sz {
31140
- height: 100%;
31141
- }
31142
-
31143
- .tta5kd2 {
31144
- height: 100%;
30993
+ .rxbeqvl.ant-radio-wrapper {
30994
+ display: inline-flex;
30995
+ align-items: baseline;
30996
+ white-space: pre-wrap;
31145
30997
  }
31146
- .tta5kd2.empty-table .ant-table-content {
31147
- overflow: visible !important;
31148
- height: 100%;
30998
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30999
+ position: relative;
31000
+ top: 3px;
31149
31001
  }
31150
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31151
- height: 100%;
31002
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31003
+ border-color: rgba(107, 128, 167, 0.6);
31152
31004
  }
31153
- .tta5kd2.empty-table .ant-table-content table {
31154
- width: 100% !important;
31155
- height: 100%;
31005
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31006
+ border-color: #0080ff;
31156
31007
  }
31157
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31158
- padding: 15px 0;
31008
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31009
+ border-color: #0080ff;
31010
+ background: #0080ff;
31159
31011
  }
31160
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31161
- display: none;
31012
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31013
+ top: 4px;
31014
+ left: 4px;
31015
+ width: 6px;
31016
+ height: 6px;
31017
+ background: #fff;
31162
31018
  }
31163
- .tta5kd2 .active-row td:nth-child(1) {
31164
- font-weight: 700;
31019
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31020
+ opacity: 0.5;
31165
31021
  }
31166
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31167
- font-weight: 700;
31022
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31023
+ border-color: rgba(107, 128, 167, 0.6);
31024
+ background: rgba(211, 218, 235, 0.6);
31168
31025
  }
31169
- .tta5kd2 .ant-spin-nested-loading {
31170
- height: 100%;
31026
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31027
+ background: #00122e;
31171
31028
  }
31172
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31029
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31030
+ color: #00122e;
31031
+ opacity: 0.5;
31032
+ }
31033
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31034
+ color: #00122e;
31035
+ }
31036
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31037
+ display: inline-block;
31038
+ padding: 0;
31039
+ padding-left: 12px;
31040
+ }
31041
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31042
+ margin-bottom: 0;
31043
+ white-space: pre-wrap;
31044
+ color: rgba(44, 56, 82, 0.6);
31045
+ }
31046
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31047
+ padding-left: 8px;
31048
+ }
31049
+
31050
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31051
+ border-radius: 5px 0 0 5px;
31052
+ }
31053
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31054
+ border-radius: 0 5px 5px 0;
31055
+ }
31056
+
31057
+ .r1f0aqcc {
31058
+ color: #00122e;
31059
+ border-color: #ccd4e3;
31060
+ }
31061
+ .r1f0aqcc:first-child {
31062
+ border-color: #a3b4cc;
31063
+ }
31064
+ .r1f0aqcc.ant-radio-button-wrapper {
31065
+ padding: 0 12px;
31066
+ line-height: 32px;
31067
+ height: 32px;
31068
+ }
31069
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31070
+ white-space: nowrap;
31071
+ }
31072
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31073
+ height: 22px;
31074
+ padding: 0 7px;
31075
+ line-height: 20px;
31076
+ }
31077
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31078
+ background: #ccd4e3;
31079
+ }
31080
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31081
+ background: #0080ff;
31082
+ }
31083
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31084
+ background: #ccd4e3;
31085
+ opacity: 0.5;
31086
+ }
31087
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31088
+ border-right-color: #0080ff;
31089
+ }
31090
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31091
+ border-color: #0080ff;
31092
+ }
31093
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31094
+ background: rgba(0, 136, 255, 0.1);
31095
+ }
31096
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31097
+ background: rgba(211, 218, 235, 0.6);
31098
+ border-color: #ccd4e3;
31099
+ opacity: 0.5;
31100
+ }
31101
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31102
+ color: #00122e;
31103
+ border-color: #ccd4e3;
31104
+ }
31105
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31106
+ color: #00122e;
31107
+ border-color: #ccd4e3;
31108
+ background: rgba(172, 186, 211, 0.6);
31109
+ }
31110
+ .r1f0aqcc .ant-radio-button-input {
31111
+ margin-right: 8px;
31112
+ display: inline;
31113
+ border: none;
31114
+ padding: 0;
31115
+ width: 36px;
31116
+ background: transparent;
31117
+ }
31118
+ .r1f0aqcc .ant-radio-button-input:focus {
31119
+ box-shadow: none;
31120
+ }
31121
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31122
+ margin-right: 0;
31123
+ width: initial;
31124
+ box-shadow: none;
31125
+ }
31126
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31127
+ display: none;
31128
+ }
31129
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31130
+ display: inline;
31131
+ }
31132
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31133
+ display: inline;
31134
+ margin-right: 8px;
31135
+ padding: 0;
31136
+ width: 36px;
31137
+ }
31138
+
31139
+ .s1fc623g {
31140
+ width: 430px !important;
31141
+ }
31142
+
31143
+ .da3mx0o .ant-select-item-group {
31144
+ padding: 8px 16px;
31145
+ line-height: 18px;
31146
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31147
+ height: 34px;
31148
+ min-height: 34px;
31149
+ box-sizing: border-box;
31150
+ margin-top: 8px;
31151
+ }
31152
+
31153
+ .onr9gzt {
31154
+ display: flex;
31155
+ flex-direction: column;
31156
+ margin: 1px 8px;
31157
+ padding: 8px;
31158
+ border-radius: 4px;
31159
+ }
31160
+ .onr9gzt .selected-icon {
31161
+ display: none;
31162
+ }
31163
+ .onr9gzt.ant-select-item-option-grouped {
31164
+ padding-left: 8px;
31165
+ }
31166
+ .onr9gzt.ant-select-item-option-selected {
31167
+ background-color: white;
31168
+ }
31169
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31170
+ color: #0080ff;
31171
+ }
31172
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31173
+ display: block;
31174
+ }
31175
+ .onr9gzt.ant-select-item-option-active {
31176
+ background: rgba(0, 136, 255, 0.16);
31177
+ }
31178
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31179
+ color: #0080ff;
31180
+ }
31181
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31182
+ background: rgba(0, 136, 255, 0.1);
31183
+ color: #0080ff;
31184
+ }
31185
+
31186
+ .oiy0apc {
31187
+ display: flex;
31188
+ justify-content: space-between;
31189
+ height: 20px;
31190
+ line-height: 20px;
31191
+ }
31192
+ .oiy0apc .timezone-title {
31193
+ color: #2d3a56;
31194
+ overflow: hidden;
31195
+ text-overflow: ellipsis;
31196
+ }
31197
+
31198
+ .of4y382 {
31199
+ display: flex;
31200
+ justify-content: space-between;
31201
+ color: rgba(44, 56, 82, 0.6);
31202
+ height: 18px;
31203
+ line-height: 18px;
31204
+ margin-top: 2px;
31205
+ }
31206
+
31207
+ .t19903l9 {
31208
+ border: none;
31209
+ margin-right: 0;
31210
+ background: rgba(225, 230, 241, 0.6);
31211
+ }
31212
+
31213
+ .ohwbvxu {
31214
+ pointer-events: none;
31215
+ height: 32px;
31216
+ width: 100%;
31217
+ opacity: 0;
31218
+ }
31219
+
31220
+ .t1upn1sz {
31221
+ height: 100%;
31222
+ }
31223
+
31224
+ .tta5kd2 {
31225
+ height: 100%;
31226
+ }
31227
+ .tta5kd2.empty-table .ant-table-content {
31228
+ overflow: visible !important;
31229
+ height: 100%;
31230
+ }
31231
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31232
+ height: 100%;
31233
+ }
31234
+ .tta5kd2.empty-table .ant-table-content table {
31235
+ width: 100% !important;
31236
+ height: 100%;
31237
+ }
31238
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31239
+ padding: 15px 0;
31240
+ }
31241
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31242
+ display: none;
31243
+ }
31244
+ .tta5kd2 .active-row td:nth-child(1) {
31245
+ font-weight: 700;
31246
+ }
31247
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31248
+ font-weight: 700;
31249
+ }
31250
+ .tta5kd2 .ant-spin-nested-loading {
31251
+ height: 100%;
31252
+ }
31253
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31173
31254
  height: 100%;
31174
31255
  overflow: visible;
31175
31256
  }
@@ -31222,7 +31303,7 @@ input.rrg1fkn.ant-input {
31222
31303
  border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31223
31304
  margin-bottom: -1px;
31224
31305
  }
31225
- .tta5kd2 .ant-table .time-wrapper .data,
31306
+ .tta5kd2 .ant-table .time-wrapper .date,
31226
31307
  .tta5kd2 .ant-table .value {
31227
31308
  color: #2d3a56;
31228
31309
  }
@@ -31500,105 +31581,24 @@ input.rrg1fkn.ant-input {
31500
31581
  background: #fff;
31501
31582
  }
31502
31583
 
31503
- .s1fc623g {
31504
- width: 430px !important;
31584
+ .i1e4sgug {
31585
+ display: inline-block;
31505
31586
  }
31506
31587
 
31507
- .da3mx0o .ant-select-item-group {
31508
- padding: 8px 16px;
31509
- line-height: 18px;
31510
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31511
- height: 34px;
31512
- min-height: 34px;
31513
- box-sizing: border-box;
31514
- margin-top: 8px;
31588
+ .d6j0lbj {
31589
+ font-family: Inter;
31590
+ font-style: normal;
31591
+ font-weight: bold;
31592
+ font-size: 32px;
31593
+ line-height: 40px;
31515
31594
  }
31516
31595
 
31517
- .onr9gzt {
31518
- display: flex;
31519
- flex-direction: column;
31520
- margin: 1px 8px;
31521
- padding: 8px;
31522
- border-radius: 4px;
31523
- }
31524
- .onr9gzt .selected-icon {
31525
- display: none;
31526
- }
31527
- .onr9gzt.ant-select-item-option-grouped {
31528
- padding-left: 8px;
31529
- }
31530
- .onr9gzt.ant-select-item-option-selected {
31531
- background-color: white;
31532
- }
31533
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31534
- color: #0080ff;
31535
- }
31536
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31537
- display: block;
31538
- }
31539
- .onr9gzt.ant-select-item-option-active {
31540
- background: rgba(0, 136, 255, 0.16);
31541
- }
31542
- .onr9gzt.ant-select-item-option-active .timezone-title {
31543
- color: #0080ff;
31544
- }
31545
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31546
- background: rgba(0, 136, 255, 0.1);
31547
- color: #0080ff;
31548
- }
31549
-
31550
- .oiy0apc {
31551
- display: flex;
31552
- justify-content: space-between;
31553
- height: 20px;
31554
- line-height: 20px;
31555
- }
31556
- .oiy0apc .timezone-title {
31557
- color: #2d3a56;
31558
- overflow: hidden;
31559
- text-overflow: ellipsis;
31560
- }
31561
-
31562
- .of4y382 {
31563
- display: flex;
31564
- justify-content: space-between;
31565
- color: rgba(44, 56, 82, 0.6);
31566
- height: 18px;
31567
- line-height: 18px;
31568
- margin-top: 2px;
31569
- }
31570
-
31571
- .t19903l9 {
31572
- border: none;
31573
- margin-right: 0;
31574
- background: rgba(225, 230, 241, 0.6);
31575
- }
31576
-
31577
- .ohwbvxu {
31578
- pointer-events: none;
31579
- height: 32px;
31580
- width: 100%;
31581
- opacity: 0;
31582
- }
31583
-
31584
- .i1e4sgug {
31585
- display: inline-block;
31586
- }
31587
-
31588
- .d6j0lbj {
31589
- font-family: Inter;
31590
- font-style: normal;
31591
- font-weight: bold;
31592
- font-size: 32px;
31593
- line-height: 40px;
31594
- }
31595
-
31596
- .d1xhvvxe {
31597
- font-family: Inter;
31598
- font-style: normal;
31599
- font-weight: bold;
31600
- font-size: 24px;
31601
- line-height: 32px;
31596
+ .d1xhvvxe {
31597
+ font-family: Inter;
31598
+ font-style: normal;
31599
+ font-weight: bold;
31600
+ font-size: 24px;
31601
+ line-height: 32px;
31602
31602
  }
31603
31603
 
31604
31604
  .dk10mxq {
@@ -32173,10 +32173,6 @@ input.rrg1fkn.ant-input {
32173
32173
  cursor: default;
32174
32174
  }
32175
32175
 
32176
- .iiqau4c.ant-input-group.ant-input-group-compact {
32177
- display: flex;
32178
- }
32179
-
32180
32176
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32181
32177
  border-radius: 6px;
32182
32178
  }
@@ -32234,6 +32230,10 @@ input.rrg1fkn.ant-input {
32234
32230
  transform: rotate(180deg);
32235
32231
  }
32236
32232
 
32233
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32234
+ display: flex;
32235
+ }
32236
+
32237
32237
  .igz4le8 {
32238
32238
  height: 24px;
32239
32239
  width: 56px !important;
@@ -32318,6 +32318,10 @@ input.rrg1fkn.ant-input {
32318
32318
  display: inline-block;
32319
32319
  }
32320
32320
 
32321
+ .t19ustft .date {
32322
+ margin-right: 4px;
32323
+ }
32324
+
32321
32325
  .m1thnes4 {
32322
32326
  color: rgba(44, 56, 82, 0.6);
32323
32327
  text-align: center;
@@ -32479,6 +32483,97 @@ input.rrg1fkn.ant-input {
32479
32483
  margin-left: 8px;
32480
32484
  }
32481
32485
 
32486
+ .s1uupxds {
32487
+ padding: 0 8px;
32488
+ border-radius: 4px;
32489
+ }
32490
+
32491
+ .m10sqwut {
32492
+ padding: 2px 8px;
32493
+ border-radius: 3px;
32494
+ }
32495
+
32496
+ .l1d492wb {
32497
+ padding: 3px 8px;
32498
+ border-radius: 2px;
32499
+ }
32500
+
32501
+ .t1lzavmu.ant-tag:hover {
32502
+ opacity: unset;
32503
+ }
32504
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32505
+ margin: 0;
32506
+ margin-right: 8px;
32507
+ display: inline-flex;
32508
+ align-items: center;
32509
+ border: none;
32510
+ }
32511
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32512
+ width: 16px;
32513
+ height: 16px;
32514
+ color: inherit;
32515
+ margin-left: 4px;
32516
+ opacity: 0.6;
32517
+ display: inline-flex;
32518
+ }
32519
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32520
+ opacity: 1;
32521
+ }
32522
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32523
+ color: #0080ff;
32524
+ background-color: rgba(0, 136, 255, 0.1);
32525
+ }
32526
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32527
+ color: #f0483e;
32528
+ background-color: rgba(255, 74, 74, 0.1);
32529
+ }
32530
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32531
+ color: #e07f00;
32532
+ background-color: rgba(255, 187, 0, 0.1);
32533
+ }
32534
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32535
+ color: #008f4c;
32536
+ background-color: rgba(30, 201, 127, 0.1);
32537
+ }
32538
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32539
+ color: #1d326c;
32540
+ background-color: rgba(225, 230, 241, 0.6);
32541
+ }
32542
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32543
+ color: #7E41FF;
32544
+ background-color: rgba(126, 65, 255, 0.1);
32545
+ }
32546
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32547
+ color: #fff;
32548
+ }
32549
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32550
+ background-color: #f0483e;
32551
+ }
32552
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32553
+ background-color: #fea008;
32554
+ }
32555
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32556
+ background-color: #00ba5d;
32557
+ }
32558
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32559
+ background-color: #0080ff;
32560
+ }
32561
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32562
+ background-color: #6b7d99;
32563
+ }
32564
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32565
+ background-color: #7E41FF;
32566
+ }
32567
+
32568
+ .o8ocss1 {
32569
+ overflow: hidden;
32570
+ text-overflow: ellipsis;
32571
+ }
32572
+
32573
+ .n17syc35 {
32574
+ white-space: nowrap;
32575
+ }
32576
+
32482
32577
  .sq6vos1 {
32483
32578
  --item-min-width: 60px;
32484
32579
  }
@@ -32698,97 +32793,6 @@ input.rrg1fkn.ant-input {
32698
32793
  padding: 0 12px 14px 12px;
32699
32794
  }
32700
32795
 
32701
- .s1uupxds {
32702
- padding: 0 8px;
32703
- border-radius: 4px;
32704
- }
32705
-
32706
- .m10sqwut {
32707
- padding: 2px 8px;
32708
- border-radius: 3px;
32709
- }
32710
-
32711
- .l1d492wb {
32712
- padding: 3px 8px;
32713
- border-radius: 2px;
32714
- }
32715
-
32716
- .t1lzavmu.ant-tag:hover {
32717
- opacity: unset;
32718
- }
32719
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32720
- margin: 0;
32721
- margin-right: 8px;
32722
- display: inline-flex;
32723
- align-items: center;
32724
- border: none;
32725
- }
32726
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32727
- width: 16px;
32728
- height: 16px;
32729
- color: inherit;
32730
- margin-left: 4px;
32731
- opacity: 0.6;
32732
- display: inline-flex;
32733
- }
32734
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32735
- opacity: 1;
32736
- }
32737
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32738
- color: #0080ff;
32739
- background-color: rgba(0, 136, 255, 0.1);
32740
- }
32741
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32742
- color: #f0483e;
32743
- background-color: rgba(255, 74, 74, 0.1);
32744
- }
32745
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32746
- color: #e07f00;
32747
- background-color: rgba(255, 187, 0, 0.1);
32748
- }
32749
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32750
- color: #008f4c;
32751
- background-color: rgba(30, 201, 127, 0.1);
32752
- }
32753
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32754
- color: #1d326c;
32755
- background-color: rgba(225, 230, 241, 0.6);
32756
- }
32757
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32758
- color: #7E41FF;
32759
- background-color: rgba(126, 65, 255, 0.1);
32760
- }
32761
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32762
- color: #fff;
32763
- }
32764
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32765
- background-color: #f0483e;
32766
- }
32767
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32768
- background-color: #fea008;
32769
- }
32770
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32771
- background-color: #00ba5d;
32772
- }
32773
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32774
- background-color: #0080ff;
32775
- }
32776
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32777
- background-color: #6b7d99;
32778
- }
32779
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32780
- background-color: #7E41FF;
32781
- }
32782
-
32783
- .o8ocss1 {
32784
- overflow: hidden;
32785
- text-overflow: ellipsis;
32786
- }
32787
-
32788
- .n17syc35 {
32789
- white-space: nowrap;
32790
- }
32791
-
32792
32796
  .c1udgdh2 {
32793
32797
  color: #2d3a56;
32794
32798
  padding: 7px 12px;
@@ -32829,22 +32833,6 @@ input.rrg1fkn.ant-input {
32829
32833
  margin-right: 2px;
32830
32834
  }
32831
32835
 
32832
- .rrwcpby {
32833
- display: flex;
32834
- align-items: center;
32835
- }
32836
- .rrwcpby .order {
32837
- height: 24px;
32838
- width: 24px;
32839
- border-radius: 20px;
32840
- color: #0080ff;
32841
- background: rgba(0, 136, 255, 0.1);
32842
- display: flex;
32843
- align-items: center;
32844
- justify-content: center;
32845
- margin-right: 6px;
32846
- }
32847
-
32848
32836
  .bab9xum {
32849
32837
  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);
32850
32838
  }
@@ -32862,112 +32850,20 @@ input.rrg1fkn.ant-input {
32862
32850
  transform: translateY(-4px);
32863
32851
  }
32864
32852
 
32865
- .sut42l0 {
32866
- padding: 0 8px;
32867
- height: 18px;
32868
- }
32869
-
32870
- .mfsz1jz {
32871
- padding: 2px 8px;
32872
- height: 24px;
32873
- }
32874
-
32875
- .tnd6h4m {
32876
- margin: 0;
32877
- }
32878
-
32879
- .i1qw4clm {
32880
- margin-right: 4px;
32881
- height: 16px;
32882
- }
32883
-
32884
- .w1xcixj5.outside-tag {
32885
- padding-left: 0;
32886
- }
32887
- .w1xcixj5.outside-tag .inside-tag {
32888
- border-radius: 4px 0 0 4px;
32889
- padding-right: 4px;
32890
- margin-right: 4px;
32891
- }
32892
-
32893
- .f1p9ti6d {
32894
- width: 100%;
32895
- margin-bottom: 0 !important;
32896
- flex-flow: nowrap !important;
32897
- line-break: auto;
32898
- }
32899
- .f1p9ti6d > .ant-form-item-label {
32900
- text-align: left !important;
32901
- padding-bottom: 0 !important;
32902
- }
32903
- .f1p9ti6d > .ant-form-item-label > label {
32904
- min-height: 32px;
32905
- height: auto;
32906
- font-size: 13px;
32907
- color: rgba(44, 56, 82, 0.6);
32908
- white-space: normal;
32909
- }
32910
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32911
- border-color: #ff4d4f !important;
32912
- }
32913
- .f1p9ti6d .ant-form-item-explain {
32914
- margin-top: 4px;
32915
- font-size: 12px;
32916
- min-height: 0px;
32917
- }
32918
- .f1p9ti6d .ant-form-item-extra {
32919
- font-size: 12px;
32920
- color: rgba(44, 56, 82, 0.6);
32921
- min-height: 0px;
32922
- }
32923
-
32924
- .at4ovwe .ant-input-number-handler-wrap {
32925
- display: var(--at4ovwe-0);
32926
- }
32927
- .at4ovwe .ant-input-number-input-wrap {
32928
- padding: 5px 12px;
32929
- display: inline-flex;
32930
- line-height: 1.5715;
32931
- height: 100%;
32932
- width: 100%;
32933
- }
32934
- .at4ovwe .ant-input-number-input-wrap::after {
32935
- content: var(--at4ovwe-1);
32936
- display: var(--at4ovwe-2);
32937
- flex: none;
32853
+ .rrwcpby {
32854
+ display: flex;
32938
32855
  align-items: center;
32939
- margin-left: 4px;
32940
- color: rgba(44, 56, 82, 0.6);
32941
32856
  }
32942
- .at4ovwe .ant-input-number-input-wrap::before {
32943
- content: var(--at4ovwe-3);
32944
- display: var(--at4ovwe-4);
32945
- flex: none;
32857
+ .rrwcpby .order {
32858
+ height: 24px;
32859
+ width: 24px;
32860
+ border-radius: 20px;
32861
+ color: #0080ff;
32862
+ background: rgba(0, 136, 255, 0.1);
32863
+ display: flex;
32946
32864
  align-items: center;
32947
- margin-right: 4px;
32948
- cursor: auto;
32949
- color: rgba(44, 56, 82, 0.6);
32950
- }
32951
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32952
- border-radius: 0;
32953
- }
32954
- .at4ovwe.ant-input-number {
32955
- width: 100%;
32956
- border-radius: 6px;
32957
- }
32958
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32959
- border-color: #0096ff;
32960
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32961
- }
32962
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32963
- border-color: #e75a3a;
32964
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32965
- }
32966
- .at4ovwe .ant-input-number-input {
32967
- padding: 0;
32968
- margin: 0;
32969
- height: auto;
32970
- font-size: inherit;
32865
+ justify-content: center;
32866
+ margin-right: 6px;
32971
32867
  }
32972
32868
 
32973
32869
  .tc40oxa {
@@ -33163,11 +33059,119 @@ input.rrg1fkn.ant-input {
33163
33059
  margin-right: 8px;
33164
33060
  }
33165
33061
 
33062
+ .f1p9ti6d {
33063
+ width: 100%;
33064
+ margin-bottom: 0 !important;
33065
+ flex-flow: nowrap !important;
33066
+ line-break: auto;
33067
+ }
33068
+ .f1p9ti6d > .ant-form-item-label {
33069
+ text-align: left !important;
33070
+ padding-bottom: 0 !important;
33071
+ }
33072
+ .f1p9ti6d > .ant-form-item-label > label {
33073
+ min-height: 32px;
33074
+ height: auto;
33075
+ font-size: 13px;
33076
+ color: rgba(44, 56, 82, 0.6);
33077
+ white-space: normal;
33078
+ }
33079
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33080
+ border-color: #ff4d4f !important;
33081
+ }
33082
+ .f1p9ti6d .ant-form-item-explain {
33083
+ margin-top: 4px;
33084
+ font-size: 12px;
33085
+ min-height: 0px;
33086
+ }
33087
+ .f1p9ti6d .ant-form-item-extra {
33088
+ font-size: 12px;
33089
+ color: rgba(44, 56, 82, 0.6);
33090
+ min-height: 0px;
33091
+ }
33092
+
33093
+ .w1xcixj5.outside-tag {
33094
+ padding-left: 0;
33095
+ }
33096
+ .w1xcixj5.outside-tag .inside-tag {
33097
+ border-radius: 4px 0 0 4px;
33098
+ padding-right: 4px;
33099
+ margin-right: 4px;
33100
+ }
33101
+
33102
+ .sut42l0 {
33103
+ padding: 0 8px;
33104
+ height: 18px;
33105
+ }
33106
+
33107
+ .mfsz1jz {
33108
+ padding: 2px 8px;
33109
+ height: 24px;
33110
+ }
33111
+
33112
+ .tnd6h4m {
33113
+ margin: 0;
33114
+ }
33115
+
33116
+ .i1qw4clm {
33117
+ margin-right: 4px;
33118
+ height: 16px;
33119
+ }
33120
+
33166
33121
  .iwsze0q {
33167
33122
  margin-right: 4px;
33168
33123
  height: 16px;
33169
33124
  }
33170
33125
 
33126
+ .at4ovwe .ant-input-number-handler-wrap {
33127
+ display: var(--at4ovwe-0);
33128
+ }
33129
+ .at4ovwe .ant-input-number-input-wrap {
33130
+ padding: 5px 12px;
33131
+ display: inline-flex;
33132
+ line-height: 1.5715;
33133
+ height: 100%;
33134
+ width: 100%;
33135
+ }
33136
+ .at4ovwe .ant-input-number-input-wrap::after {
33137
+ content: var(--at4ovwe-1);
33138
+ display: var(--at4ovwe-2);
33139
+ flex: none;
33140
+ align-items: center;
33141
+ margin-left: 4px;
33142
+ color: rgba(44, 56, 82, 0.6);
33143
+ }
33144
+ .at4ovwe .ant-input-number-input-wrap::before {
33145
+ content: var(--at4ovwe-3);
33146
+ display: var(--at4ovwe-4);
33147
+ flex: none;
33148
+ align-items: center;
33149
+ margin-right: 4px;
33150
+ cursor: auto;
33151
+ color: rgba(44, 56, 82, 0.6);
33152
+ }
33153
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33154
+ border-radius: 0;
33155
+ }
33156
+ .at4ovwe.ant-input-number {
33157
+ width: 100%;
33158
+ border-radius: 6px;
33159
+ }
33160
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33161
+ border-color: #0096ff;
33162
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33163
+ }
33164
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33165
+ border-color: #e75a3a;
33166
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33167
+ }
33168
+ .at4ovwe .ant-input-number-input {
33169
+ padding: 0;
33170
+ margin: 0;
33171
+ height: auto;
33172
+ font-size: inherit;
33173
+ }
33174
+
33171
33175
  .a6dbbkm .ant-input-number-handler-wrap {
33172
33176
  display: var(--a6dbbkm-0);
33173
33177
  }