@cloudtower/eagle 0.27.16 → 0.27.17

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.
@@ -29471,6 +29471,39 @@ html body {
29471
29471
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29472
29472
  }
29473
29473
  }
29474
+ .fde5mpd {
29475
+ width: 100%;
29476
+ height: 100%;
29477
+ min-height: 124px;
29478
+ display: flex;
29479
+ flex-direction: column;
29480
+ justify-content: center;
29481
+ align-items: center;
29482
+ }
29483
+ .fde5mpd .error-text {
29484
+ color: rgba(10, 37, 85, 0.6);
29485
+ margin-bottom: 16px;
29486
+ font-size: 18px;
29487
+ }
29488
+
29489
+ .i1mrf09m {
29490
+ display: inline-flex;
29491
+ align-items: center;
29492
+ }
29493
+ .i1mrf09m .icon-inner {
29494
+ display: inline-flex;
29495
+ align-items: center;
29496
+ justify-content: center;
29497
+ }
29498
+ .i1mrf09m .icon-inner + span,
29499
+ .i1mrf09m span + .icon-inner.suffix {
29500
+ margin-left: 4px;
29501
+ }
29502
+ .i1mrf09m.is-rotate img,
29503
+ .i1mrf09m.is-rotate svg {
29504
+ animation: rotate 680ms linear infinite;
29505
+ }
29506
+
29474
29507
  .iap75of {
29475
29508
  height: 18px;
29476
29509
  line-height: 18px;
@@ -29513,24 +29546,6 @@ html body {
29513
29546
  border-radius: unset;
29514
29547
  }
29515
29548
 
29516
- .i1mrf09m {
29517
- display: inline-flex;
29518
- align-items: center;
29519
- }
29520
- .i1mrf09m .icon-inner {
29521
- display: inline-flex;
29522
- align-items: center;
29523
- justify-content: center;
29524
- }
29525
- .i1mrf09m .icon-inner + span,
29526
- .i1mrf09m span + .icon-inner.suffix {
29527
- margin-left: 4px;
29528
- }
29529
- .i1mrf09m.is-rotate img,
29530
- .i1mrf09m.is-rotate svg {
29531
- animation: rotate 680ms linear infinite;
29532
- }
29533
-
29534
29549
  .buj61ew.ant-btn-icon-only {
29535
29550
  justify-content: center;
29536
29551
  }
@@ -29781,21 +29796,6 @@ html body {
29781
29796
  padding: 0;
29782
29797
  }
29783
29798
 
29784
- .fde5mpd {
29785
- width: 100%;
29786
- height: 100%;
29787
- min-height: 124px;
29788
- display: flex;
29789
- flex-direction: column;
29790
- justify-content: center;
29791
- align-items: center;
29792
- }
29793
- .fde5mpd .error-text {
29794
- color: rgba(10, 37, 85, 0.6);
29795
- margin-bottom: 16px;
29796
- font-size: 18px;
29797
- }
29798
-
29799
29799
  .c1up1pdz {
29800
29800
  width: 648px;
29801
29801
  }
@@ -29936,152 +29936,6 @@ html body {
29936
29936
  color: #fff;
29937
29937
  }
29938
29938
 
29939
- .rxbeqvl.ant-radio-wrapper {
29940
- display: inline-flex;
29941
- align-items: baseline;
29942
- white-space: pre-wrap;
29943
- }
29944
- .rxbeqvl.ant-radio-wrapper .ant-radio {
29945
- position: relative;
29946
- top: 3px;
29947
- }
29948
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29949
- border-color: rgba(107, 128, 167, 0.6);
29950
- }
29951
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29952
- border-color: #0080ff;
29953
- }
29954
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29955
- border-color: #0080ff;
29956
- background: #0080ff;
29957
- }
29958
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29959
- top: 4px;
29960
- left: 4px;
29961
- width: 6px;
29962
- height: 6px;
29963
- background: #fff;
29964
- }
29965
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29966
- opacity: 0.5;
29967
- }
29968
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29969
- border-color: rgba(107, 128, 167, 0.6);
29970
- background: rgba(211, 218, 235, 0.6);
29971
- }
29972
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29973
- background: #00122e;
29974
- }
29975
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29976
- color: #00122e;
29977
- opacity: 0.5;
29978
- }
29979
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29980
- color: #00122e;
29981
- }
29982
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29983
- display: inline-block;
29984
- padding: 0;
29985
- padding-left: 12px;
29986
- }
29987
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29988
- margin-bottom: 0;
29989
- white-space: pre-wrap;
29990
- color: rgba(44, 56, 82, 0.6);
29991
- }
29992
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29993
- padding-left: 8px;
29994
- }
29995
-
29996
- .r5ie79y .ant-radio-button-wrapper:first-child {
29997
- border-radius: 5px 0 0 5px;
29998
- }
29999
- .r5ie79y .ant-radio-button-wrapper:last-child {
30000
- border-radius: 0 5px 5px 0;
30001
- }
30002
-
30003
- .r1f0aqcc {
30004
- color: #00122e;
30005
- border-color: #ccd4e3;
30006
- }
30007
- .r1f0aqcc:first-child {
30008
- border-color: #a3b4cc;
30009
- }
30010
- .r1f0aqcc.ant-radio-button-wrapper {
30011
- padding: 0 12px;
30012
- line-height: 32px;
30013
- height: 32px;
30014
- }
30015
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30016
- white-space: nowrap;
30017
- }
30018
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30019
- height: 22px;
30020
- padding: 0 7px;
30021
- line-height: 20px;
30022
- }
30023
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30024
- background: #ccd4e3;
30025
- }
30026
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30027
- background: #0080ff;
30028
- }
30029
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30030
- background: #ccd4e3;
30031
- opacity: 0.5;
30032
- }
30033
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30034
- border-right-color: #0080ff;
30035
- }
30036
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30037
- border-color: #0080ff;
30038
- }
30039
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30040
- background: rgba(0, 136, 255, 0.1);
30041
- }
30042
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30043
- background: rgba(211, 218, 235, 0.6);
30044
- border-color: #ccd4e3;
30045
- opacity: 0.5;
30046
- }
30047
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30048
- color: #00122e;
30049
- border-color: #ccd4e3;
30050
- }
30051
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30052
- color: #00122e;
30053
- border-color: #ccd4e3;
30054
- background: rgba(172, 186, 211, 0.6);
30055
- }
30056
- .r1f0aqcc .ant-radio-button-input {
30057
- margin-right: 8px;
30058
- display: inline;
30059
- border: none;
30060
- padding: 0;
30061
- width: 36px;
30062
- background: transparent;
30063
- }
30064
- .r1f0aqcc .ant-radio-button-input:focus {
30065
- box-shadow: none;
30066
- }
30067
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30068
- margin-right: 0;
30069
- width: initial;
30070
- box-shadow: none;
30071
- }
30072
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30073
- display: none;
30074
- }
30075
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30076
- display: inline;
30077
- }
30078
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30079
- display: inline;
30080
- margin-right: 8px;
30081
- padding: 0;
30082
- width: 36px;
30083
- }
30084
-
30085
29939
  .p12gwtiw {
30086
29940
  display: flex;
30087
29941
  justify-content: space-between;
@@ -30139,1197 +29993,1343 @@ html body {
30139
29993
  line-height: 18px;
30140
29994
  }
30141
29995
 
30142
- .s1fc623g {
30143
- width: 430px !important;
29996
+ .s34f1qb.ant-switch {
29997
+ min-width: 40px;
29998
+ height: 24px;
29999
+ background: rgba(172, 186, 211, 0.6);
30000
+ overflow: hidden;
30144
30001
  }
30145
-
30146
- .da3mx0o .ant-select-item-group {
30147
- padding: 8px 16px;
30148
- line-height: 18px;
30149
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30150
- height: 34px;
30151
- min-height: 34px;
30152
- box-sizing: border-box;
30153
- margin-top: 8px;
30002
+ .s34f1qb.ant-switch:focus {
30003
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30154
30004
  }
30155
-
30156
- .onr9gzt {
30157
- display: flex;
30158
- flex-direction: column;
30159
- margin: 1px 8px;
30160
- padding: 8px;
30161
- border-radius: 4px;
30005
+ .s34f1qb.ant-switch-small {
30006
+ min-width: 26px;
30007
+ height: 16px;
30162
30008
  }
30163
- .onr9gzt .selected-icon {
30164
- display: none;
30009
+ .s34f1qb.ant-switch-large {
30010
+ min-width: 52px;
30011
+ height: 32px;
30165
30012
  }
30166
- .onr9gzt.ant-select-item-option-grouped {
30167
- padding-left: 8px;
30013
+ .s34f1qb.ant-switch .ant-switch-handle {
30014
+ height: 20px;
30015
+ width: 20px;
30168
30016
  }
30169
- .onr9gzt.ant-select-item-option-selected {
30170
- background-color: white;
30017
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30018
+ border-radius: 10px;
30019
+ transition-delay: 120ms;
30171
30020
  }
30172
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30173
- color: #0080ff;
30021
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30022
+ height: 14px;
30023
+ width: 14px;
30024
+ top: 1px;
30025
+ left: 1px;
30174
30026
  }
30175
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30176
- display: block;
30027
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30028
+ height: 28px;
30029
+ width: 28px;
30177
30030
  }
30178
- .onr9gzt.ant-select-item-option-active {
30179
- background: rgba(0, 136, 255, 0.16);
30031
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30032
+ border-radius: 14px;
30180
30033
  }
30181
- .onr9gzt.ant-select-item-option-active .timezone-title {
30182
- color: #0080ff;
30034
+ .s34f1qb.ant-switch-checked {
30035
+ background-color: #00ba5d;
30183
30036
  }
30184
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30185
- background: rgba(0, 136, 255, 0.1);
30186
- color: #0080ff;
30037
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30038
+ left: calc(100% - 20px - 2px);
30187
30039
  }
30188
-
30189
- .oiy0apc {
30190
- display: flex;
30191
- justify-content: space-between;
30192
- height: 20px;
30193
- line-height: 20px;
30040
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30041
+ left: calc(100% - 14px - 1px);
30194
30042
  }
30195
- .oiy0apc .timezone-title {
30196
- color: #2d3a56;
30197
- overflow: hidden;
30198
- text-overflow: ellipsis;
30043
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30044
+ left: calc(100% - 28px - 2px);
30199
30045
  }
30200
30046
 
30201
- .of4y382 {
30202
- display: flex;
30203
- justify-content: space-between;
30204
- color: rgba(44, 56, 82, 0.6);
30205
- height: 18px;
30206
- line-height: 18px;
30207
- margin-top: 2px;
30047
+ .c1to9vb9 {
30048
+ margin-left: 5px;
30208
30049
  }
30209
30050
 
30210
- .t19903l9 {
30211
- border: none;
30212
- margin-right: 0;
30213
- background: rgba(225, 230, 241, 0.6);
30051
+ .i1e4sgug {
30052
+ display: inline-block;
30214
30053
  }
30215
30054
 
30216
- .ohwbvxu {
30217
- pointer-events: none;
30218
- height: 32px;
30219
- width: 100%;
30220
- opacity: 0;
30055
+ .obf05yr {
30056
+ display: inline-block;
30221
30057
  }
30222
30058
 
30223
- .cz04yix {
30224
- display: flex;
30225
- flex-direction: column;
30059
+ .hsms1n6 {
30060
+ visibility: hidden;
30061
+ position: absolute;
30226
30062
  }
30227
30063
 
30228
- .m1if5j39 {
30229
- max-width: 1120px;
30230
- width: 100%;
30231
- margin: 0 auto;
30064
+ .t1upn1sz {
30232
30065
  height: 100%;
30233
30066
  }
30234
30067
 
30235
- .w1vvwdlp {
30236
- max-width: 1120px;
30237
- width: 100%;
30238
- margin: 0 auto;
30239
- display: flex;
30068
+ .tta5kd2 {
30069
+ height: 100%;
30240
30070
  }
30241
- .w1vvwdlp .left,
30242
- .w1vvwdlp .right {
30243
- flex-grow: 0;
30244
- flex-shrink: 0;
30245
- flex-basis: 21%;
30071
+ .tta5kd2.empty-table .ant-table-content {
30072
+ overflow: visible !important;
30073
+ height: 100%;
30246
30074
  }
30247
- .w1vvwdlp .left {
30248
- display: flex;
30249
- justify-content: flex-end;
30250
- padding-right: 44px;
30075
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30076
+ height: 100%;
30251
30077
  }
30252
- .w1vvwdlp .right {
30253
- padding-left: 44px;
30078
+ .tta5kd2.empty-table .ant-table-content table {
30079
+ width: 100% !important;
30080
+ height: 100%;
30254
30081
  }
30255
- .w1vvwdlp .middle {
30256
- margin-bottom: 40px;
30257
- flex-grow: 0;
30258
- flex-shrink: 0;
30259
- flex-basis: 58%;
30082
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30083
+ padding: 15px 0;
30260
30084
  }
30261
- .w1vvwdlp .middle .form-base-field {
30262
- width: 100%;
30085
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30086
+ display: none;
30263
30087
  }
30264
- .w1vvwdlp .middle .form-base-field .form-base-field {
30265
- width: auto;
30088
+ .tta5kd2 .active-row td:nth-child(1) {
30089
+ font-weight: 700;
30266
30090
  }
30267
-
30268
- .h1cuopx7 .ant-modal-header {
30269
- margin: 0 auto;
30270
- width: 100%;
30271
- max-width: 648px;
30091
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
30092
+ font-weight: 700;
30272
30093
  }
30273
- .h1cuopx7 .ant-modal-header .ant-modal-title {
30274
- margin-left: 0;
30094
+ .tta5kd2 .ant-spin-nested-loading {
30095
+ height: 100%;
30275
30096
  }
30276
- .h1cuopx7 .ant-modal-body {
30277
- margin: 0 auto;
30278
- padding: 0;
30279
- width: 100%;
30280
- max-width: 648px;
30281
- overflow: hidden;
30097
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30098
+ height: 100%;
30099
+ overflow: visible;
30282
30100
  }
30283
- .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30284
- margin-bottom: 40px;
30101
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
30102
+ max-height: none;
30285
30103
  }
30286
- .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30287
- height: calc(100vh - 225px);
30288
- overflow-y: auto;
30104
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
30105
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
30106
+ display: none;
30289
30107
  }
30290
- .h1cuopx7 .ant-modal-footer .footer-content {
30291
- margin: 0 auto;
30292
- max-width: 648px;
30108
+ .tta5kd2 td.ant-table-column-sort {
30109
+ background: transparent;
30293
30110
  }
30294
-
30295
- .h1p6d3y3 .ant-modal-header {
30296
- margin: 0 auto;
30297
- width: 100%;
30298
- max-width: 1024px;
30111
+ .tta5kd2 td.ant-table-cell-fix-left,
30112
+ .tta5kd2 td.ant-table-cell-fix-right {
30113
+ background: #fff;
30114
+ padding: 0 !important;
30299
30115
  }
30300
- .h1p6d3y3 .ant-modal-header .ant-modal-title {
30301
- margin-left: 0;
30116
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30117
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30118
+ display: flex;
30119
+ align-items: center;
30120
+ height: 100%;
30121
+ padding: 8px;
30302
30122
  }
30303
- .h1p6d3y3 .ant-modal-body {
30304
- margin: 0 auto;
30305
- padding: 0;
30306
- width: 100%;
30307
- max-width: 1024px;
30123
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30124
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30308
30125
  overflow: hidden;
30126
+ text-overflow: ellipsis;
30127
+ width: 100%;
30309
30128
  }
30310
- .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30311
- margin-bottom: 40px;
30312
- }
30313
- .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30314
- height: calc(100vh - 225px);
30315
- overflow-y: auto;
30129
+ .tta5kd2 .ant-table-container {
30130
+ height: 100%;
30316
30131
  }
30317
- .h1p6d3y3 .ant-modal-footer .footer-content {
30318
- margin: 0 auto;
30319
- max-width: 1024px;
30132
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30133
+ box-shadow: none !important;
30320
30134
  }
30321
-
30322
- .fxgckuk {
30323
- flex: 1;
30135
+ .tta5kd2 .ant-table {
30136
+ border-radius: 0px;
30137
+ border-left: none;
30138
+ border-right: none;
30139
+ border-bottom: none;
30140
+ height: 100%;
30141
+ font-size: 12px;
30142
+ background: transparent;
30324
30143
  }
30325
- .fxgckuk label {
30326
- font-size: 13px;
30327
- line-height: 20px;
30328
- color: rgba(44, 56, 82, 0.6);
30144
+ .tta5kd2 .ant-table .ant-table-header {
30145
+ position: relative;
30146
+ z-index: 3;
30147
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30148
+ margin-bottom: -1px;
30329
30149
  }
30330
- .fxgckuk .title {
30331
- font-size: 14px;
30332
- line-height: 20px;
30150
+ .tta5kd2 .ant-table .time-wrapper .date,
30151
+ .tta5kd2 .ant-table .value {
30333
30152
  color: #2d3a56;
30334
- margin-bottom: 12px;
30335
30153
  }
30336
- .fxgckuk.connect-cluster .title {
30337
- padding-bottom: 26px;
30154
+ .tta5kd2 .ant-table .time-wrapper .time,
30155
+ .tta5kd2 .ant-table .unit {
30156
+ color: rgba(44, 56, 82, 0.6);
30338
30157
  }
30339
-
30340
- .f1d0vek1 {
30341
- padding: 25px 0 15px 0;
30342
- border-bottom: 1px solid #e1e5eb;
30343
- margin-bottom: 16px;
30158
+ .tta5kd2 .ant-table .ant-table-selection {
30159
+ position: unset;
30160
+ text-align: center;
30344
30161
  }
30345
-
30346
- .f4u402y {
30347
- display: flex;
30348
- align-items: center;
30349
- margin-bottom: 8px;
30162
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30163
+ background: #fff;
30350
30164
  }
30351
- .f4u402y > label {
30352
- width: 216px;
30165
+ .tta5kd2 .ant-table .anticon-setting {
30166
+ cursor: pointer;
30167
+ position: absolute;
30168
+ top: 50%;
30169
+ right: 12px;
30170
+ transform: translateY(-50%);
30353
30171
  }
30354
- .f4u402y > label + * {
30355
- width: 100%;
30172
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30173
+ box-shadow: none;
30174
+ width: 1px;
30175
+ background: rgba(213, 219, 227, 0.6);
30356
30176
  }
30357
- .f4u402y .ant-select {
30358
- width: 100%;
30177
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30178
+ box-shadow: none;
30179
+ width: 1px;
30180
+ background: rgba(213, 219, 227, 0.6);
30359
30181
  }
30360
-
30361
- .e1pldf6v {
30362
- color: #e75a3a;
30363
- margin-right: 10px;
30182
+ .tta5kd2 .ant-table .ant-table-tbody {
30183
+ position: relative;
30364
30184
  }
30365
-
30366
- .dq0gblh {
30185
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30186
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30187
+ border-bottom: 1px solid white;
30188
+ height: 40px;
30189
+ vertical-align: middle;
30190
+ transition: background 0ms;
30191
+ color: #00122e;
30192
+ }
30193
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30194
+ background: #f2f5fa;
30195
+ border-bottom-color: #f2f5fa;
30196
+ }
30197
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30198
+ height: auto;
30199
+ color: #00122e;
30200
+ font-size: 12px;
30201
+ text-align: left;
30202
+ transition: none;
30203
+ overflow: hidden;
30204
+ text-overflow: ellipsis;
30205
+ white-space: nowrap;
30206
+ }
30207
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30208
+ color: #0096ff;
30209
+ }
30210
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30211
+ overflow: hidden;
30212
+ text-overflow: ellipsis;
30367
30213
  width: 100%;
30368
- height: 1px;
30369
- background: rgba(213, 219, 227, 0.6);
30370
- margin: 24px 0;
30214
+ vertical-align: middle;
30371
30215
  }
30372
-
30373
- .l1v7sr0n {
30374
- display: flex;
30375
- justify-content: center;
30376
- align-items: center;
30377
- height: 100%;
30216
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30217
+ line-height: 0px;
30378
30218
  }
30379
-
30380
- .d1i4ou6o {
30381
- display: inline-block;
30382
- width: 4px;
30383
- height: 4px;
30384
- background: #8e9aa9;
30385
- opacity: 0.4;
30386
- border-radius: 50%;
30387
- margin: 0 4px;
30219
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30220
+ padding-right: 25px;
30388
30221
  }
30389
-
30390
- .m1jy87hk .ant-modal-header,
30391
- .m1jy87hk .ant-modal-footer .footer-content {
30392
- width: 648px;
30393
- margin: 0 auto;
30222
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30223
+ border-top-color: transparent;
30394
30224
  }
30395
- .m1jy87hk .ant-modal-header {
30396
- padding: 35px 0 24px;
30397
- border: none;
30225
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30226
+ background: rgba(225, 230, 241, 0.6);
30227
+ border-color: transparent transparent white;
30398
30228
  }
30399
- .m1jy87hk .ant-modal-header .ant-modal-title {
30400
- font-size: 30px;
30229
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30230
+ border-radius: 8px 0 0 8px;
30401
30231
  }
30402
- .m1jy87hk .ant-modal-body {
30403
- padding: 4px 0 2px;
30232
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30233
+ border-radius: 8px 0 0 8px;
30404
30234
  }
30405
- .m1jy87hk .ant-modal-footer {
30406
- border: none;
30235
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30236
+ content: "";
30237
+ width: 4px;
30238
+ top: -1px;
30239
+ bottom: -1px;
30240
+ background: white;
30407
30241
  }
30408
-
30409
- .ti7fpyu {
30410
- font-size: 12px;
30411
- line-height: 18px;
30412
- font-weight: bold;
30413
- color: #fff;
30414
- padding: 0 4px;
30415
- border-radius: 4px;
30416
- display: inline-block;
30417
- background: var(--ti7fpyu-0);
30242
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30243
+ border-radius: 0 8px 8px 0;
30418
30244
  }
30419
- .ti7fpyu:not(:first-child) {
30420
- margin-left: 4px;
30245
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30246
+ border-radius: 0;
30247
+ background: white;
30248
+ border-top: none;
30421
30249
  }
30422
-
30423
- .f1rest1f {
30424
- width: 100%;
30250
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30251
+ border-top: 1px solid transparent;
30252
+ border-radius: 0 8px 8px 0;
30253
+ background: rgba(225, 230, 241, 0.6);
30254
+ }
30255
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30256
+ background: white;
30257
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30258
+ }
30259
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30260
+ display: flex;
30261
+ align-items: center;
30425
30262
  height: 100%;
30263
+ background: rgba(225, 230, 241, 0.6);
30264
+ }
30265
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30266
+ background: white;
30267
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30268
+ }
30269
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30426
30270
  display: flex;
30427
30271
  align-items: center;
30428
- justify-content: center;
30272
+ height: 100%;
30273
+ background: rgba(225, 230, 241, 0.6);
30429
30274
  }
30430
-
30431
- .n1kbdoln {
30432
- font-size: 90%;
30433
- font-weight: bold;
30434
- background-color: rgba(240, 243, 247, 0.6);
30435
- padding: 1px 4px 1px;
30436
- margin-left: 2px;
30437
- margin-right: 2px;
30438
- border: 1px solid rgba(213, 219, 227, 0.6);
30439
- border-radius: 4px;
30275
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30276
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30440
30277
  }
30441
-
30442
- .f1y3gta0.form-item-general {
30443
- width: 640px;
30278
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30279
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30280
+ border-radius: 8px;
30444
30281
  }
30445
- .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30446
- margin-top: 16px;
30282
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30283
+ border-top-color: white;
30447
30284
  }
30448
- .f1y3gta0.form-item-compact {
30449
- width: 412px;
30285
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30286
+ background: rgba(0, 136, 255, 0.1);
30287
+ border-bottom-color: transparent;
30288
+ border-top-color: transparent;
30450
30289
  }
30451
- .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30452
- margin-top: 8px;
30290
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30291
+ border-radius: 8px 0 0 8px;
30453
30292
  }
30454
- .f1y3gta0 .form-item {
30455
- width: auto;
30293
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30294
+ border-radius: 0 8px 8px 0;
30456
30295
  }
30457
- .f1y3gta0 .form-item-main {
30296
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30297
+ background: rgba(0, 136, 255, 0.1);
30298
+ }
30299
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
30300
+ background: #fff;
30301
+ font-weight: 400;
30458
30302
  position: relative;
30459
- display: flex;
30303
+ border-bottom: none;
30304
+ color: #00122e;
30305
+ transition: none;
30306
+ padding: 15px 8px 15px 8px;
30460
30307
  }
30461
- .f1y3gta0 .form-item-extra {
30462
- margin-top: 4px;
30308
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30309
+ content: "";
30310
+ width: 1px;
30311
+ top: 0;
30312
+ bottom: 0;
30313
+ background: rgba(211, 218, 235, 0.6);
30314
+ position: absolute;
30315
+ right: 0;
30316
+ }
30317
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30318
+ padding: unset;
30319
+ }
30320
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30321
+ display: none;
30322
+ }
30323
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30463
30324
  width: 100%;
30464
- padding: 14px;
30465
- background: #f2f4f6;
30466
- font-size: 13px;
30467
- line-height: 1.8;
30468
- color: #8e9aa9;
30325
+ overflow: hidden;
30326
+ white-space: nowrap;
30327
+ text-overflow: ellipsis;
30469
30328
  }
30470
- .f1y3gta0 .form-item-label {
30471
- padding-right: 12px;
30472
- font-size: 13px;
30473
- color: rgba(44, 56, 82, 0.6);
30329
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30330
+ overflow: hidden;
30331
+ text-overflow: ellipsis;
30332
+ flex: 1;
30474
30333
  }
30475
- .f1y3gta0 .form-item-label.label-right {
30476
- text-align: right;
30334
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30335
+ padding: 15px 25px 15px 8px;
30477
30336
  }
30478
- .f1y3gta0 .form-item-label,
30479
- .f1y3gta0 .form-item-control {
30480
- line-height: 32px;
30337
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30338
+ padding: 0;
30481
30339
  }
30482
- .f1y3gta0 .form-item-control .form-item-error {
30483
- line-height: 18px;
30340
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30341
+ position: absolute;
30342
+ right: 6px;
30343
+ top: 50%;
30344
+ transform: translateY(-50%);
30345
+ height: 16px;
30346
+ display: none;
30347
+ transition: transform 320ms ease;
30484
30348
  }
30485
- .f1y3gta0 .form-item-children {
30486
- width: 100%;
30349
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30350
+ display: block;
30351
+ transform: translateY(-50%) rotateX(180deg);
30487
30352
  }
30488
- .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30489
- width: 100%;
30353
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30354
+ display: block;
30490
30355
  }
30491
- .f1y3gta0 .form-item-error {
30492
- color: #e75a3a;
30493
- height: 0;
30494
- overflow: hidden;
30356
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30357
+ display: none;
30495
30358
  }
30496
- .f1y3gta0 .form-item-error-enter-done {
30497
- margin-top: 4px;
30498
- height: auto;
30499
- overflow: auto;
30359
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30360
+ transform: translateY(-50%);
30500
30361
  }
30501
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30502
- .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30503
- border: 1px solid #e75a3a;
30504
- color: #e75a3a;
30362
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30363
+ transform: translateY(-50%) rotateX(180deg);
30505
30364
  }
30506
-
30507
- .fujbm7g {
30508
- color: #2d3a56;
30365
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30366
+ background: #f2f5fa;
30367
+ }
30368
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30369
+ display: block;
30370
+ }
30371
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30372
+ padding-right: 25px;
30373
+ }
30374
+ .tta5kd2 .ant-table .ant-table-selection-column {
30375
+ padding: 0 !important;
30376
+ }
30377
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30378
+ position: absolute;
30379
+ left: 50%;
30380
+ top: 50%;
30381
+ transform: translate(-50%, -50%);
30382
+ }
30383
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
30384
+ display: none;
30385
+ }
30386
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
30387
+ background: #fff;
30388
+ }
30389
+ .tta5kd2 .ant-table .ant-table-placeholder {
30390
+ background: inherit;
30391
+ }
30392
+ .tta5kd2 .ant-table .ant-table-placeholder td {
30393
+ position: static;
30394
+ border: none;
30395
+ background: inherit !important;
30396
+ height: 100px;
30397
+ vertical-align: middle;
30398
+ }
30399
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
30400
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
30509
30401
  font-weight: bold;
30510
- padding-bottom: 6px;
30511
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30512
- margin-bottom: 16px;
30402
+ font-size: 20px;
30403
+ color: rgba(10, 37, 85, 0.6);
30513
30404
  }
30514
- .fujbm7g:not(:first-of-type) {
30515
- margin-top: 16px;
30405
+ .tta5kd2 .ant-table td.cell__action_ {
30406
+ padding: 0 !important;
30407
+ position: relative;
30408
+ background: #fff;
30516
30409
  }
30517
-
30518
- .e5fsw5s {
30519
- width: 8px;
30520
- height: 24px;
30410
+ .tta5kd2 .ant-table td.cell__action_ > * {
30411
+ height: 100%;
30521
30412
  display: flex;
30522
- justify-content: center;
30523
30413
  align-items: center;
30524
- cursor: pointer;
30525
- transition: all 200ms ease-out 40ms;
30414
+ justify-content: flex-end;
30415
+ padding-right: 8px;
30526
30416
  }
30527
- .e5fsw5s:before, .e5fsw5s:after {
30528
- content: "";
30529
- width: 1px;
30530
- height: 6px;
30531
- border-radius: 1px;
30532
- background: #ccd4e3;
30533
- position: relative;
30534
- right: 2px;
30535
- transform: rotate(-45deg);
30417
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
30418
+ width: 24px;
30419
+ height: 24px;
30420
+ cursor: pointer;
30421
+ justify-content: center;
30422
+ border-radius: 4px;
30536
30423
  }
30537
- .e5fsw5s:after {
30538
- transform: rotate(45deg);
30539
- left: 1px;
30424
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
30425
+ background: #fff;
30540
30426
  }
30541
30427
 
30542
- .w18knsg4.ant-alert-warning {
30543
- border: 0;
30544
- background: rgba(255, 187, 0, 0.1);
30545
- border-radius: 6px;
30546
- }
30547
- .w18knsg4.ant-alert,
30548
- .w18knsg4 .ant-alert-message {
30549
- color: #e07f00;
30428
+ .s1fc623g {
30429
+ width: 430px !important;
30550
30430
  }
30551
- .w18knsg4.ant-alert .dashed-border-bottom,
30552
- .w18knsg4 .ant-alert-message .dashed-border-bottom {
30553
- border-bottom-color: #e07f00;
30431
+
30432
+ .da3mx0o .ant-select-item-group {
30433
+ padding: 8px 16px;
30434
+ line-height: 18px;
30435
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30436
+ height: 34px;
30437
+ min-height: 34px;
30438
+ box-sizing: border-box;
30439
+ margin-top: 8px;
30554
30440
  }
30555
30441
 
30556
- .ng31n2o {
30442
+ .onr9gzt {
30557
30443
  display: flex;
30558
- flex-direction: row;
30559
- padding: 7px 12px;
30560
- background: rgba(255, 187, 0, 0.1);
30561
- border-radius: 6px;
30562
- color: #e07f00;
30563
- font-size: 12px;
30564
- line-height: 18px;
30444
+ flex-direction: column;
30445
+ margin: 1px 8px;
30446
+ padding: 8px;
30447
+ border-radius: 4px;
30565
30448
  }
30566
- .ng31n2o .icon-wrapper {
30567
- margin-right: 10px;
30568
- height: 18px;
30449
+ .onr9gzt .selected-icon {
30450
+ display: none;
30451
+ }
30452
+ .onr9gzt.ant-select-item-option-grouped {
30453
+ padding-left: 8px;
30454
+ }
30455
+ .onr9gzt.ant-select-item-option-selected {
30456
+ background-color: white;
30457
+ }
30458
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
30459
+ color: #0080ff;
30460
+ }
30461
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
30462
+ display: block;
30463
+ }
30464
+ .onr9gzt.ant-select-item-option-active {
30465
+ background: rgba(0, 136, 255, 0.16);
30466
+ }
30467
+ .onr9gzt.ant-select-item-option-active .timezone-title {
30468
+ color: #0080ff;
30469
+ }
30470
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
30471
+ background: rgba(0, 136, 255, 0.1);
30472
+ color: #0080ff;
30569
30473
  }
30570
30474
 
30571
- .n15x5f5y {
30475
+ .oiy0apc {
30572
30476
  display: flex;
30573
- flex-direction: row;
30574
- padding: 7px 12px;
30575
- background: rgba(225, 230, 241, 0.6);
30576
- border-radius: 6px;
30577
- color: rgba(44, 56, 82, 0.6);
30578
- font-size: 12px;
30579
- line-height: 18px;
30477
+ justify-content: space-between;
30478
+ height: 20px;
30479
+ line-height: 20px;
30580
30480
  }
30581
- .n15x5f5y .icon-wrapper {
30582
- margin-right: 10px;
30583
- height: 18px;
30481
+ .oiy0apc .timezone-title {
30482
+ color: #2d3a56;
30483
+ overflow: hidden;
30484
+ text-overflow: ellipsis;
30584
30485
  }
30585
30486
 
30586
- .i16ozz3f {
30487
+ .of4y382 {
30587
30488
  display: flex;
30588
- flex-direction: row;
30589
- padding: 7px 12px;
30590
- background: rgba(0, 136, 255, 0.1);
30591
- border-radius: 6px;
30592
- color: #005ed1;
30593
- font-size: 12px;
30489
+ justify-content: space-between;
30490
+ color: rgba(44, 56, 82, 0.6);
30491
+ height: 18px;
30594
30492
  line-height: 18px;
30493
+ margin-top: 2px;
30595
30494
  }
30596
- .i16ozz3f .icon-wrapper {
30597
- margin-right: 10px;
30598
- height: 18px;
30495
+
30496
+ .t19903l9 {
30497
+ border: none;
30498
+ margin-right: 0;
30499
+ background: rgba(225, 230, 241, 0.6);
30599
30500
  }
30600
30501
 
30601
- .dszu9qr {
30602
- color: rgba(44, 56, 82, 0.6);
30603
- margin-top: 5px;
30604
- font-size: 12px;
30605
- line-height: 18px;
30502
+ .ohwbvxu {
30503
+ pointer-events: none;
30504
+ height: 32px;
30505
+ width: 100%;
30506
+ opacity: 0;
30606
30507
  }
30607
30508
 
30608
- .snxzgx {
30609
- color: #f0483e;
30610
- font-size: 12px;
30611
- white-space: pre-wrap;
30509
+ .cz04yix {
30510
+ display: flex;
30511
+ flex-direction: column;
30612
30512
  }
30613
30513
 
30614
- .o1i4orqw {
30514
+ .m1if5j39 {
30515
+ max-width: 1120px;
30516
+ width: 100%;
30517
+ margin: 0 auto;
30518
+ height: 100%;
30519
+ }
30520
+
30521
+ .w1vvwdlp {
30522
+ max-width: 1120px;
30523
+ width: 100%;
30524
+ margin: 0 auto;
30525
+ display: flex;
30526
+ }
30527
+ .w1vvwdlp .left,
30528
+ .w1vvwdlp .right {
30529
+ flex-grow: 0;
30530
+ flex-shrink: 0;
30531
+ flex-basis: 21%;
30532
+ }
30533
+ .w1vvwdlp .left {
30615
30534
  display: flex;
30616
- align-items: center;
30617
30535
  justify-content: flex-end;
30536
+ padding-right: 44px;
30618
30537
  }
30619
- .o1i4orqw .icon-wrapper {
30620
- margin-right: 16px;
30538
+ .w1vvwdlp .right {
30539
+ padding-left: 44px;
30621
30540
  }
30622
-
30623
- .t79k8o2 {
30624
- color: rgba(0, 21, 64, 0.3);
30541
+ .w1vvwdlp .middle {
30542
+ margin-bottom: 40px;
30543
+ flex-grow: 0;
30544
+ flex-shrink: 0;
30545
+ flex-basis: 58%;
30546
+ }
30547
+ .w1vvwdlp .middle .form-base-field {
30548
+ width: 100%;
30549
+ }
30550
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30551
+ width: auto;
30625
30552
  }
30626
30553
 
30627
- .ipd9bk.ant-input {
30628
- padding: 5px 12px;
30629
- line-height: 20px;
30630
- color: #2d3a56;
30631
- border-radius: 6px;
30632
- border-color: rgba(172, 186, 211, 0.6);
30633
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30554
+ .h1cuopx7 .ant-modal-header {
30555
+ margin: 0 auto;
30556
+ width: 100%;
30557
+ max-width: 648px;
30634
30558
  }
30635
- .ipd9bk.ant-input.ant-input-lg {
30636
- padding: 8px 16px;
30637
- line-height: 22px;
30559
+ .h1cuopx7 .ant-modal-header .ant-modal-title {
30560
+ margin-left: 0;
30638
30561
  }
30639
- .ipd9bk.ant-input.ant-input-sm {
30640
- padding: 2px 8px;
30641
- line-height: 18px;
30562
+ .h1cuopx7 .ant-modal-body {
30563
+ margin: 0 auto;
30564
+ padding: 0;
30565
+ width: 100%;
30566
+ max-width: 648px;
30567
+ overflow: hidden;
30642
30568
  }
30643
- .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30644
- border-color: rgba(107, 128, 167, 0.6);
30645
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30646
- z-index: 1;
30569
+ .h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
30570
+ margin-bottom: 40px;
30647
30571
  }
30648
- .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30649
- border-color: #0096ff;
30650
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30651
- z-index: 1;
30572
+ .h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
30573
+ height: calc(100vh - 225px);
30574
+ overflow-y: auto;
30652
30575
  }
30653
- .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30654
- border-color: #e75a3a;
30655
- color: #e75a3a;
30576
+ .h1cuopx7 .ant-modal-footer .footer-content {
30577
+ margin: 0 auto;
30578
+ max-width: 648px;
30656
30579
  }
30657
- .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30658
- border-color: #e75a3a;
30659
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30580
+
30581
+ .h1p6d3y3 .ant-modal-header {
30582
+ margin: 0 auto;
30583
+ width: 100%;
30584
+ max-width: 1024px;
30660
30585
  }
30661
- .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30662
- border-color: #e75a3a;
30663
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30586
+ .h1p6d3y3 .ant-modal-header .ant-modal-title {
30587
+ margin-left: 0;
30664
30588
  }
30665
- .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30666
- background: rgba(211, 218, 235, 0.6);
30667
- color: rgba(0, 21, 64, 0.3);
30668
- border-color: rgba(172, 186, 211, 0.6);
30589
+ .h1p6d3y3 .ant-modal-body {
30590
+ margin: 0 auto;
30591
+ padding: 0;
30592
+ width: 100%;
30593
+ max-width: 1024px;
30594
+ overflow: hidden;
30669
30595
  }
30670
- .ipd9bk.ant-input-affix-wrapper {
30671
- padding: 5px 12px;
30672
- border-radius: 6px;
30673
- border-color: rgba(172, 186, 211, 0.6);
30596
+ .h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
30597
+ margin-bottom: 40px;
30598
+ }
30599
+ .h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
30600
+ height: calc(100vh - 225px);
30601
+ overflow-y: auto;
30602
+ }
30603
+ .h1p6d3y3 .ant-modal-footer .footer-content {
30604
+ margin: 0 auto;
30605
+ max-width: 1024px;
30606
+ }
30607
+
30608
+ .fxgckuk {
30609
+ flex: 1;
30610
+ }
30611
+ .fxgckuk label {
30612
+ font-size: 13px;
30613
+ line-height: 20px;
30614
+ color: rgba(44, 56, 82, 0.6);
30615
+ }
30616
+ .fxgckuk .title {
30617
+ font-size: 14px;
30674
30618
  line-height: 20px;
30675
30619
  color: #2d3a56;
30676
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30620
+ margin-bottom: 12px;
30677
30621
  }
30678
- .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30679
- .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30680
- color: rgba(44, 56, 82, 0.6);
30622
+ .fxgckuk.connect-cluster .title {
30623
+ padding-bottom: 26px;
30681
30624
  }
30682
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30683
- padding: 8px 16px;
30684
- line-height: 22px;
30625
+
30626
+ .f1d0vek1 {
30627
+ padding: 25px 0 15px 0;
30628
+ border-bottom: 1px solid #e1e5eb;
30629
+ margin-bottom: 16px;
30685
30630
  }
30686
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30687
- padding: 2px 8px;
30688
- line-height: 18px;
30631
+
30632
+ .f4u402y {
30633
+ display: flex;
30634
+ align-items: center;
30635
+ margin-bottom: 8px;
30689
30636
  }
30690
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30691
- border-color: rgba(107, 128, 167, 0.6);
30692
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30637
+ .f4u402y > label {
30638
+ width: 216px;
30693
30639
  }
30694
- .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30695
- border-color: #0096ff;
30696
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30640
+ .f4u402y > label + * {
30641
+ width: 100%;
30697
30642
  }
30698
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30699
- border-color: #e75a3a;
30643
+ .f4u402y .ant-select {
30644
+ width: 100%;
30700
30645
  }
30701
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30646
+
30647
+ .e1pldf6v {
30702
30648
  color: #e75a3a;
30649
+ margin-right: 10px;
30703
30650
  }
30704
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30705
- border-color: #e75a3a;
30706
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30651
+
30652
+ .dq0gblh {
30653
+ width: 100%;
30654
+ height: 1px;
30655
+ background: rgba(213, 219, 227, 0.6);
30656
+ margin: 24px 0;
30707
30657
  }
30708
- .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30709
- border-color: #e75a3a;
30710
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30658
+
30659
+ .l1v7sr0n {
30660
+ display: flex;
30661
+ justify-content: center;
30662
+ align-items: center;
30663
+ height: 100%;
30711
30664
  }
30712
- .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30713
- background: rgba(211, 218, 235, 0.6);
30714
- color: rgba(0, 21, 64, 0.3);
30715
- border-color: rgba(172, 186, 211, 0.6);
30665
+
30666
+ .d1i4ou6o {
30667
+ display: inline-block;
30668
+ width: 4px;
30669
+ height: 4px;
30670
+ background: #8e9aa9;
30671
+ opacity: 0.4;
30672
+ border-radius: 50%;
30673
+ margin: 0 4px;
30716
30674
  }
30717
- textarea.ipd9bk.ant-input {
30718
- transition-property: height;
30719
- transition-delay: 50ms;
30675
+
30676
+ .m1jy87hk .ant-modal-header,
30677
+ .m1jy87hk .ant-modal-footer .footer-content {
30678
+ width: 648px;
30679
+ margin: 0 auto;
30720
30680
  }
30721
- textarea.ipd9bk.ant-input.textarea-large {
30722
- min-height: 40px;
30723
- height: 40px;
30681
+ .m1jy87hk .ant-modal-header {
30682
+ padding: 35px 0 24px;
30683
+ border: none;
30724
30684
  }
30725
- textarea.ipd9bk.ant-input.textarea-large:focus {
30726
- height: 80px;
30685
+ .m1jy87hk .ant-modal-header .ant-modal-title {
30686
+ font-size: 30px;
30727
30687
  }
30728
- textarea.ipd9bk.ant-input.textarea-middle {
30729
- min-height: 32px;
30730
- height: 32px;
30688
+ .m1jy87hk .ant-modal-body {
30689
+ padding: 4px 0 2px;
30731
30690
  }
30732
- textarea.ipd9bk.ant-input.textarea-middle:focus {
30733
- height: 64px;
30691
+ .m1jy87hk .ant-modal-footer {
30692
+ border: none;
30693
+ }
30694
+
30695
+ .ti7fpyu {
30696
+ font-size: 12px;
30697
+ line-height: 18px;
30698
+ font-weight: bold;
30699
+ color: #fff;
30700
+ padding: 0 4px;
30701
+ border-radius: 4px;
30702
+ display: inline-block;
30703
+ background: var(--ti7fpyu-0);
30734
30704
  }
30735
- textarea.ipd9bk.ant-input.textarea-small {
30736
- min-height: 24px;
30737
- height: 24px;
30705
+ .ti7fpyu:not(:first-child) {
30706
+ margin-left: 4px;
30738
30707
  }
30739
- textarea.ipd9bk.ant-input.textarea-small:focus {
30740
- height: 40px;
30708
+
30709
+ .f1rest1f {
30710
+ width: 100%;
30711
+ height: 100%;
30712
+ display: flex;
30713
+ align-items: center;
30714
+ justify-content: center;
30741
30715
  }
30742
30716
 
30743
- .kypn5o5 input, .kypn5o5.input-tags {
30717
+ .n1kbdoln {
30718
+ font-size: 90%;
30719
+ font-weight: bold;
30720
+ background-color: rgba(240, 243, 247, 0.6);
30721
+ padding: 1px 4px 1px;
30722
+ margin-left: 2px;
30723
+ margin-right: 2px;
30744
30724
  border: 1px solid rgba(213, 219, 227, 0.6);
30745
30725
  border-radius: 4px;
30746
30726
  }
30747
- .kypn5o5.input-tags {
30748
- position: relative;
30749
- padding: 6px;
30750
- height: 32px;
30751
- cursor: pointer;
30752
- transition: border 150ms;
30753
- }
30754
- .kypn5o5.input-tags:hover {
30755
- border-color: #0080ff;
30756
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30727
+
30728
+ .f1y3gta0.form-item-general {
30729
+ width: 640px;
30757
30730
  }
30758
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30759
- padding-right: 30px;
30731
+ .f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
30732
+ margin-top: 16px;
30760
30733
  }
30761
- .kypn5o5.input-tags .input-tags-inner {
30762
- display: flex;
30734
+ .f1y3gta0.form-item-compact {
30735
+ width: 412px;
30763
30736
  }
30764
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30765
- display: flex;
30737
+ .f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
30738
+ margin-top: 8px;
30766
30739
  }
30767
- .kypn5o5.input-tags .input-tag-suffix {
30768
- position: absolute;
30769
- right: 12px;
30770
- top: 50%;
30771
- transform: translateY(-50%);
30740
+ .f1y3gta0 .form-item {
30741
+ width: auto;
30772
30742
  }
30773
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30774
- color: rgba(0, 0, 0, 0.25);
30775
- font-size: 12px;
30776
- cursor: pointer;
30743
+ .f1y3gta0 .form-item-main {
30744
+ position: relative;
30745
+ display: flex;
30777
30746
  }
30778
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30779
- color: rgba(0, 0, 0, 0.45);
30747
+ .f1y3gta0 .form-item-extra {
30748
+ margin-top: 4px;
30749
+ width: 100%;
30750
+ padding: 14px;
30751
+ background: #f2f4f6;
30752
+ font-size: 13px;
30753
+ line-height: 1.8;
30754
+ color: #8e9aa9;
30780
30755
  }
30781
- .kypn5o5.has-focus-indicator {
30782
- position: relative;
30783
- overflow: hidden;
30756
+ .f1y3gta0 .form-item-label {
30757
+ padding-right: 12px;
30758
+ font-size: 13px;
30759
+ color: rgba(44, 56, 82, 0.6);
30784
30760
  }
30785
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30786
- position: absolute;
30787
- top: 50%;
30788
- transform: translateY(-50%);
30789
- left: -16px;
30790
- transition: left 150ms ease;
30791
- opacity: 0;
30761
+ .f1y3gta0 .form-item-label.label-right {
30762
+ text-align: right;
30792
30763
  }
30793
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30794
- left: 8px;
30795
- opacity: 1;
30764
+ .f1y3gta0 .form-item-label,
30765
+ .f1y3gta0 .form-item-control {
30766
+ line-height: 32px;
30796
30767
  }
30797
- .kypn5o5.has-focus-indicator input {
30798
- transition: margin-left 150ms ease;
30799
- margin-left: 0px;
30768
+ .f1y3gta0 .form-item-control .form-item-error {
30769
+ line-height: 18px;
30800
30770
  }
30801
- .kypn5o5.has-focus-indicator input:focus {
30802
- margin-left: 16px;
30771
+ .f1y3gta0 .form-item-children {
30772
+ width: 100%;
30803
30773
  }
30804
-
30805
- input.l1ki27se.ant-input {
30806
- border-top-right-radius: 0;
30807
- border-bottom-right-radius: 0;
30774
+ .f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
30775
+ width: 100%;
30808
30776
  }
30809
-
30810
- .l1ki27se.ant-input-affix-wrapper {
30811
- border-top-right-radius: 0;
30812
- border-bottom-right-radius: 0;
30777
+ .f1y3gta0 .form-item-error {
30778
+ color: #e75a3a;
30779
+ height: 0;
30780
+ overflow: hidden;
30813
30781
  }
30814
-
30815
- input.rrg1fkn.ant-input {
30816
- border-top-left-radius: 0;
30817
- border-bottom-left-radius: 0;
30782
+ .f1y3gta0 .form-item-error-enter-done {
30783
+ margin-top: 4px;
30784
+ height: auto;
30785
+ overflow: auto;
30818
30786
  }
30819
-
30820
- .rrg1fkn.ant-input-affix-wrapper {
30821
- border-top-left-radius: 0;
30822
- border-bottom-left-radius: 0;
30787
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30788
+ .f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30789
+ border: 1px solid #e75a3a;
30790
+ color: #e75a3a;
30823
30791
  }
30824
30792
 
30825
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30826
- border-top-right-radius: 0;
30827
- border-bottom-right-radius: 0;
30793
+ .fujbm7g {
30794
+ color: #2d3a56;
30795
+ font-weight: bold;
30796
+ padding-bottom: 6px;
30797
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30798
+ margin-bottom: 16px;
30828
30799
  }
30829
-
30830
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30831
- border-top-left-radius: 0;
30832
- border-bottom-left-radius: 0;
30800
+ .fujbm7g:not(:first-of-type) {
30801
+ margin-top: 16px;
30833
30802
  }
30834
30803
 
30835
- .c1t6wbwv {
30804
+ .e5fsw5s {
30805
+ width: 8px;
30806
+ height: 24px;
30836
30807
  display: flex;
30837
- flex-direction: column;
30808
+ justify-content: center;
30809
+ align-items: center;
30810
+ cursor: pointer;
30811
+ transition: all 200ms ease-out 40ms;
30838
30812
  }
30839
- .c1t6wbwv .select-wrapper {
30840
- margin-top: 12px;
30813
+ .e5fsw5s:before, .e5fsw5s:after {
30814
+ content: "";
30815
+ width: 1px;
30816
+ height: 6px;
30817
+ border-radius: 1px;
30818
+ background: #ccd4e3;
30819
+ position: relative;
30820
+ right: 2px;
30821
+ transform: rotate(-45deg);
30841
30822
  }
30842
- .c1t6wbwv .select-wrapper .select {
30843
- width: 100%;
30823
+ .e5fsw5s:after {
30824
+ transform: rotate(45deg);
30825
+ left: 1px;
30844
30826
  }
30845
- .c1t6wbwv .radio-wrapper {
30846
- margin-top: 24px;
30827
+
30828
+ .w18knsg4.ant-alert-warning {
30829
+ border: 0;
30830
+ background: rgba(255, 187, 0, 0.1);
30831
+ border-radius: 6px;
30847
30832
  }
30848
- .c1t6wbwv .form-item {
30849
- width: 100%;
30833
+ .w18knsg4.ant-alert,
30834
+ .w18knsg4 .ant-alert-message {
30835
+ color: #e07f00;
30836
+ }
30837
+ .w18knsg4.ant-alert .dashed-border-bottom,
30838
+ .w18knsg4 .ant-alert-message .dashed-border-bottom {
30839
+ border-bottom-color: #e07f00;
30850
30840
  }
30851
30841
 
30852
- .d1k7vv5v {
30853
- font-size: 14px;
30854
- font-weight: 500;
30855
- color: #3e4652;
30842
+ .ng31n2o {
30843
+ display: flex;
30844
+ flex-direction: row;
30845
+ padding: 7px 12px;
30846
+ background: rgba(255, 187, 0, 0.1);
30847
+ border-radius: 6px;
30848
+ color: #e07f00;
30849
+ font-size: 12px;
30856
30850
  line-height: 18px;
30857
30851
  }
30858
- .d1k7vv5v + .d1k7vv5v {
30859
- margin-top: 16px;
30860
- }
30861
- .d1k7vv5v + * {
30862
- margin-top: 16px;
30852
+ .ng31n2o .icon-wrapper {
30853
+ margin-right: 10px;
30854
+ height: 18px;
30863
30855
  }
30864
30856
 
30865
- .le7b9r4.d1k7vv5v {
30866
- font-size: 12px;
30857
+ .n15x5f5y {
30858
+ display: flex;
30859
+ flex-direction: row;
30860
+ padding: 7px 12px;
30861
+ background: rgba(225, 230, 241, 0.6);
30862
+ border-radius: 6px;
30867
30863
  color: rgba(44, 56, 82, 0.6);
30868
- margin-top: 12px;
30864
+ font-size: 12px;
30865
+ line-height: 18px;
30866
+ }
30867
+ .n15x5f5y .icon-wrapper {
30868
+ margin-right: 10px;
30869
+ height: 18px;
30869
30870
  }
30870
30871
 
30871
- .r1dnygxx.le7b9r4.d1k7vv5v {
30872
+ .i16ozz3f {
30873
+ display: flex;
30874
+ flex-direction: row;
30875
+ padding: 7px 12px;
30876
+ background: rgba(0, 136, 255, 0.1);
30877
+ border-radius: 6px;
30878
+ color: #005ed1;
30879
+ font-size: 12px;
30872
30880
  line-height: 18px;
30873
- font-weight: 500;
30874
- margin-top: 0;
30875
- white-space: initial;
30876
30881
  }
30877
-
30878
- .r12ddqmh {
30879
- display: block;
30882
+ .i16ozz3f .icon-wrapper {
30883
+ margin-right: 10px;
30884
+ height: 18px;
30880
30885
  }
30881
- .r12ddqmh span {
30882
- font-size: 14px;
30883
- font-weight: 500;
30884
- line-height: 32px;
30885
- color: #3e4652;
30886
+
30887
+ .dszu9qr {
30888
+ color: rgba(44, 56, 82, 0.6);
30889
+ margin-top: 5px;
30890
+ font-size: 12px;
30891
+ line-height: 18px;
30886
30892
  }
30887
30893
 
30888
- .ctcr26a {
30889
- margin-top: 8px;
30890
- padding: 8px;
30891
- border-radius: 6px;
30892
- background: rgba(225, 230, 241, 0.6);
30893
- color: rgba(44, 56, 82, 0.6);
30894
+ .snxzgx {
30895
+ color: #f0483e;
30894
30896
  font-size: 12px;
30897
+ white-space: pre-wrap;
30895
30898
  }
30896
- .ctcr26a div {
30897
- line-height: 20px;
30899
+
30900
+ .o1i4orqw {
30898
30901
  display: flex;
30899
30902
  align-items: center;
30900
- word-break: break-all;
30901
- }
30902
-
30903
- .i1e4sgug {
30904
- display: inline-block;
30903
+ justify-content: flex-end;
30905
30904
  }
30906
-
30907
- .obf05yr {
30908
- display: inline-block;
30905
+ .o1i4orqw .icon-wrapper {
30906
+ margin-right: 16px;
30909
30907
  }
30910
30908
 
30911
- .hsms1n6 {
30912
- visibility: hidden;
30913
- position: absolute;
30909
+ .t79k8o2 {
30910
+ color: rgba(0, 21, 64, 0.3);
30914
30911
  }
30915
30912
 
30916
- .s34f1qb.ant-switch {
30917
- min-width: 40px;
30918
- height: 24px;
30919
- background: rgba(172, 186, 211, 0.6);
30920
- overflow: hidden;
30921
- }
30922
- .s34f1qb.ant-switch:focus {
30923
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30924
- }
30925
- .s34f1qb.ant-switch-small {
30926
- min-width: 26px;
30927
- height: 16px;
30928
- }
30929
- .s34f1qb.ant-switch-large {
30930
- min-width: 52px;
30931
- height: 32px;
30913
+ .ipd9bk.ant-input {
30914
+ padding: 5px 12px;
30915
+ line-height: 20px;
30916
+ color: #2d3a56;
30917
+ border-radius: 6px;
30918
+ border-color: rgba(172, 186, 211, 0.6);
30919
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30932
30920
  }
30933
- .s34f1qb.ant-switch .ant-switch-handle {
30934
- height: 20px;
30935
- width: 20px;
30921
+ .ipd9bk.ant-input.ant-input-lg {
30922
+ padding: 8px 16px;
30923
+ line-height: 22px;
30936
30924
  }
30937
- .s34f1qb.ant-switch .ant-switch-handle::before {
30938
- border-radius: 10px;
30939
- transition-delay: 120ms;
30925
+ .ipd9bk.ant-input.ant-input-sm {
30926
+ padding: 2px 8px;
30927
+ line-height: 18px;
30940
30928
  }
30941
- .s34f1qb.ant-switch-small .ant-switch-handle {
30942
- height: 14px;
30943
- width: 14px;
30944
- top: 1px;
30945
- left: 1px;
30929
+ .ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
30930
+ border-color: rgba(107, 128, 167, 0.6);
30931
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30932
+ z-index: 1;
30946
30933
  }
30947
- .s34f1qb.ant-switch-large .ant-switch-handle {
30948
- height: 28px;
30949
- width: 28px;
30934
+ .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30935
+ border-color: #0096ff;
30936
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30937
+ z-index: 1;
30950
30938
  }
30951
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30952
- border-radius: 14px;
30939
+ .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30940
+ border-color: #e75a3a;
30941
+ color: #e75a3a;
30953
30942
  }
30954
- .s34f1qb.ant-switch-checked {
30955
- background-color: #00ba5d;
30943
+ .ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
30944
+ border-color: #e75a3a;
30945
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30956
30946
  }
30957
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30958
- left: calc(100% - 20px - 2px);
30947
+ .ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
30948
+ border-color: #e75a3a;
30949
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30959
30950
  }
30960
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30961
- left: calc(100% - 14px - 1px);
30951
+ .ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
30952
+ background: rgba(211, 218, 235, 0.6);
30953
+ color: rgba(0, 21, 64, 0.3);
30954
+ border-color: rgba(172, 186, 211, 0.6);
30962
30955
  }
30963
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30964
- left: calc(100% - 28px - 2px);
30956
+ .ipd9bk.ant-input-affix-wrapper {
30957
+ padding: 5px 12px;
30958
+ border-radius: 6px;
30959
+ border-color: rgba(172, 186, 211, 0.6);
30960
+ line-height: 20px;
30961
+ color: #2d3a56;
30962
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30965
30963
  }
30966
-
30967
- .c1to9vb9 {
30968
- margin-left: 5px;
30964
+ .ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
30965
+ .ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
30966
+ color: rgba(44, 56, 82, 0.6);
30969
30967
  }
30970
-
30971
- .t1upn1sz {
30972
- height: 100%;
30968
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
30969
+ padding: 8px 16px;
30970
+ line-height: 22px;
30973
30971
  }
30974
-
30975
- .tta5kd2 {
30976
- height: 100%;
30972
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30973
+ padding: 2px 8px;
30974
+ line-height: 18px;
30977
30975
  }
30978
- .tta5kd2.empty-table .ant-table-content {
30979
- overflow: visible !important;
30980
- height: 100%;
30976
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30977
+ border-color: rgba(107, 128, 167, 0.6);
30978
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30981
30979
  }
30982
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30983
- height: 100%;
30980
+ .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30981
+ border-color: #0096ff;
30982
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30984
30983
  }
30985
- .tta5kd2.empty-table .ant-table-content table {
30986
- width: 100% !important;
30987
- height: 100%;
30984
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
30985
+ border-color: #e75a3a;
30988
30986
  }
30989
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30990
- padding: 15px 0;
30987
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
30988
+ color: #e75a3a;
30991
30989
  }
30992
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30993
- display: none;
30990
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
30991
+ border-color: #e75a3a;
30992
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30994
30993
  }
30995
- .tta5kd2 .active-row td:nth-child(1) {
30996
- font-weight: 700;
30994
+ .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
30995
+ border-color: #e75a3a;
30996
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30997
30997
  }
30998
- .tta5kd2.has-selection .active-row td:nth-child(2) {
30999
- font-weight: 700;
30998
+ .ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
30999
+ background: rgba(211, 218, 235, 0.6);
31000
+ color: rgba(0, 21, 64, 0.3);
31001
+ border-color: rgba(172, 186, 211, 0.6);
31000
31002
  }
31001
- .tta5kd2 .ant-spin-nested-loading {
31002
- height: 100%;
31003
+ textarea.ipd9bk.ant-input {
31004
+ transition-property: height;
31005
+ transition-delay: 50ms;
31003
31006
  }
31004
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31005
- height: 100%;
31006
- overflow: visible;
31007
+ textarea.ipd9bk.ant-input.textarea-large {
31008
+ min-height: 40px;
31009
+ height: 40px;
31007
31010
  }
31008
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31009
- max-height: none;
31011
+ textarea.ipd9bk.ant-input.textarea-large:focus {
31012
+ height: 80px;
31010
31013
  }
31011
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31012
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31013
- display: none;
31014
+ textarea.ipd9bk.ant-input.textarea-middle {
31015
+ min-height: 32px;
31016
+ height: 32px;
31014
31017
  }
31015
- .tta5kd2 td.ant-table-column-sort {
31016
- background: transparent;
31018
+ textarea.ipd9bk.ant-input.textarea-middle:focus {
31019
+ height: 64px;
31017
31020
  }
31018
- .tta5kd2 td.ant-table-cell-fix-left,
31019
- .tta5kd2 td.ant-table-cell-fix-right {
31020
- background: #fff;
31021
- padding: 0 !important;
31021
+ textarea.ipd9bk.ant-input.textarea-small {
31022
+ min-height: 24px;
31023
+ height: 24px;
31022
31024
  }
31023
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31024
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31025
- display: flex;
31026
- align-items: center;
31027
- height: 100%;
31028
- padding: 8px;
31025
+ textarea.ipd9bk.ant-input.textarea-small:focus {
31026
+ height: 40px;
31029
31027
  }
31030
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31031
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31032
- overflow: hidden;
31033
- text-overflow: ellipsis;
31034
- width: 100%;
31028
+
31029
+ .kypn5o5 input, .kypn5o5.input-tags {
31030
+ border: 1px solid rgba(213, 219, 227, 0.6);
31031
+ border-radius: 4px;
31035
31032
  }
31036
- .tta5kd2 .ant-table-container {
31037
- height: 100%;
31033
+ .kypn5o5.input-tags {
31034
+ position: relative;
31035
+ padding: 6px;
31036
+ height: 32px;
31037
+ cursor: pointer;
31038
+ transition: border 150ms;
31038
31039
  }
31039
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31040
- box-shadow: none !important;
31040
+ .kypn5o5.input-tags:hover {
31041
+ border-color: #0080ff;
31042
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
31041
31043
  }
31042
- .tta5kd2 .ant-table {
31043
- border-radius: 0px;
31044
- border-left: none;
31045
- border-right: none;
31046
- border-bottom: none;
31047
- height: 100%;
31048
- font-size: 12px;
31049
- background: transparent;
31044
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31045
+ padding-right: 30px;
31050
31046
  }
31051
- .tta5kd2 .ant-table .ant-table-header {
31052
- position: relative;
31053
- z-index: 3;
31054
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31055
- margin-bottom: -1px;
31047
+ .kypn5o5.input-tags .input-tags-inner {
31048
+ display: flex;
31056
31049
  }
31057
- .tta5kd2 .ant-table .time-wrapper .date,
31058
- .tta5kd2 .ant-table .value {
31059
- color: #2d3a56;
31050
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31051
+ display: flex;
31060
31052
  }
31061
- .tta5kd2 .ant-table .time-wrapper .time,
31062
- .tta5kd2 .ant-table .unit {
31063
- color: rgba(44, 56, 82, 0.6);
31053
+ .kypn5o5.input-tags .input-tag-suffix {
31054
+ position: absolute;
31055
+ right: 12px;
31056
+ top: 50%;
31057
+ transform: translateY(-50%);
31064
31058
  }
31065
- .tta5kd2 .ant-table .ant-table-selection {
31066
- position: unset;
31067
- text-align: center;
31059
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31060
+ color: rgba(0, 0, 0, 0.25);
31061
+ font-size: 12px;
31062
+ cursor: pointer;
31068
31063
  }
31069
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31070
- background: #fff;
31064
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31065
+ color: rgba(0, 0, 0, 0.45);
31071
31066
  }
31072
- .tta5kd2 .ant-table .anticon-setting {
31073
- cursor: pointer;
31067
+ .kypn5o5.has-focus-indicator {
31068
+ position: relative;
31069
+ overflow: hidden;
31070
+ }
31071
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31074
31072
  position: absolute;
31075
31073
  top: 50%;
31076
- right: 12px;
31077
31074
  transform: translateY(-50%);
31075
+ left: -16px;
31076
+ transition: left 150ms ease;
31077
+ opacity: 0;
31078
31078
  }
31079
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31080
- box-shadow: none;
31081
- width: 1px;
31082
- background: rgba(213, 219, 227, 0.6);
31079
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31080
+ left: 8px;
31081
+ opacity: 1;
31083
31082
  }
31084
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31085
- box-shadow: none;
31086
- width: 1px;
31087
- background: rgba(213, 219, 227, 0.6);
31083
+ .kypn5o5.has-focus-indicator input {
31084
+ transition: margin-left 150ms ease;
31085
+ margin-left: 0px;
31088
31086
  }
31089
- .tta5kd2 .ant-table .ant-table-tbody {
31090
- position: relative;
31087
+ .kypn5o5.has-focus-indicator input:focus {
31088
+ margin-left: 16px;
31091
31089
  }
31092
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31093
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31094
- border-bottom: 1px solid white;
31095
- height: 40px;
31096
- vertical-align: middle;
31097
- transition: background 0ms;
31098
- color: #00122e;
31090
+
31091
+ input.l1ki27se.ant-input {
31092
+ border-top-right-radius: 0;
31093
+ border-bottom-right-radius: 0;
31099
31094
  }
31100
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31101
- background: #f2f5fa;
31102
- border-bottom-color: #f2f5fa;
31095
+
31096
+ .l1ki27se.ant-input-affix-wrapper {
31097
+ border-top-right-radius: 0;
31098
+ border-bottom-right-radius: 0;
31103
31099
  }
31104
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31105
- height: auto;
31106
- color: #00122e;
31107
- font-size: 12px;
31108
- text-align: left;
31109
- transition: none;
31110
- overflow: hidden;
31111
- text-overflow: ellipsis;
31112
- white-space: nowrap;
31100
+
31101
+ input.rrg1fkn.ant-input {
31102
+ border-top-left-radius: 0;
31103
+ border-bottom-left-radius: 0;
31113
31104
  }
31114
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31115
- color: #0096ff;
31105
+
31106
+ .rrg1fkn.ant-input-affix-wrapper {
31107
+ border-top-left-radius: 0;
31108
+ border-bottom-left-radius: 0;
31116
31109
  }
31117
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31118
- overflow: hidden;
31119
- text-overflow: ellipsis;
31110
+
31111
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31112
+ border-top-right-radius: 0;
31113
+ border-bottom-right-radius: 0;
31114
+ }
31115
+
31116
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31117
+ border-top-left-radius: 0;
31118
+ border-bottom-left-radius: 0;
31119
+ }
31120
+
31121
+ .c1t6wbwv {
31122
+ display: flex;
31123
+ flex-direction: column;
31124
+ }
31125
+ .c1t6wbwv .select-wrapper {
31126
+ margin-top: 12px;
31127
+ }
31128
+ .c1t6wbwv .select-wrapper .select {
31120
31129
  width: 100%;
31121
- vertical-align: middle;
31122
31130
  }
31123
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31124
- line-height: 0px;
31131
+ .c1t6wbwv .radio-wrapper {
31132
+ margin-top: 24px;
31125
31133
  }
31126
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31127
- padding-right: 25px;
31134
+ .c1t6wbwv div.form-item {
31135
+ width: 100%;
31128
31136
  }
31129
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31130
- border-top-color: transparent;
31137
+
31138
+ .d1k7vv5v {
31139
+ font-size: 14px;
31140
+ font-weight: 500;
31141
+ color: #3e4652;
31142
+ line-height: 18px;
31131
31143
  }
31132
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31133
- background: rgba(225, 230, 241, 0.6);
31134
- border-color: transparent transparent white;
31144
+ .d1k7vv5v + .d1k7vv5v {
31145
+ margin-top: 16px;
31135
31146
  }
31136
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31137
- border-radius: 8px 0 0 8px;
31147
+ .d1k7vv5v + * {
31148
+ margin-top: 16px;
31138
31149
  }
31139
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31140
- border-radius: 8px 0 0 8px;
31150
+
31151
+ .le7b9r4.d1k7vv5v {
31152
+ font-size: 12px;
31153
+ color: rgba(44, 56, 82, 0.6);
31154
+ margin-top: 12px;
31141
31155
  }
31142
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31143
- content: "";
31144
- width: 4px;
31145
- top: -1px;
31146
- bottom: -1px;
31147
- background: white;
31156
+
31157
+ .r1dnygxx.le7b9r4.d1k7vv5v {
31158
+ line-height: 18px;
31159
+ font-weight: 500;
31160
+ margin-top: 0;
31161
+ white-space: initial;
31148
31162
  }
31149
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31150
- border-radius: 0 8px 8px 0;
31163
+
31164
+ .r12ddqmh {
31165
+ display: block;
31151
31166
  }
31152
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31153
- border-radius: 0;
31154
- background: white;
31155
- border-top: none;
31167
+ .r12ddqmh span {
31168
+ font-size: 14px;
31169
+ font-weight: 500;
31170
+ line-height: 32px;
31171
+ color: #3e4652;
31156
31172
  }
31157
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31158
- border-top: 1px solid transparent;
31159
- border-radius: 0 8px 8px 0;
31173
+
31174
+ .ctcr26a {
31175
+ margin-top: 8px;
31176
+ padding: 8px;
31177
+ border-radius: 6px;
31160
31178
  background: rgba(225, 230, 241, 0.6);
31179
+ color: rgba(44, 56, 82, 0.6);
31180
+ font-size: 12px;
31161
31181
  }
31162
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31163
- background: white;
31164
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31165
- }
31166
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31182
+ .ctcr26a div {
31183
+ line-height: 20px;
31167
31184
  display: flex;
31168
31185
  align-items: center;
31169
- height: 100%;
31170
- background: rgba(225, 230, 241, 0.6);
31186
+ word-break: break-all;
31171
31187
  }
31172
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31173
- background: white;
31174
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31188
+
31189
+ .rxbeqvl.ant-radio-wrapper {
31190
+ display: inline-flex;
31191
+ align-items: baseline;
31192
+ white-space: pre-wrap;
31175
31193
  }
31176
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31177
- display: flex;
31178
- align-items: center;
31179
- height: 100%;
31180
- background: rgba(225, 230, 241, 0.6);
31194
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
31195
+ position: relative;
31196
+ top: 3px;
31181
31197
  }
31182
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31183
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31198
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31199
+ border-color: rgba(107, 128, 167, 0.6);
31184
31200
  }
31185
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31186
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31187
- border-radius: 8px;
31201
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31202
+ border-color: #0080ff;
31188
31203
  }
31189
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31190
- border-top-color: white;
31204
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31205
+ border-color: #0080ff;
31206
+ background: #0080ff;
31191
31207
  }
31192
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31193
- background: rgba(0, 136, 255, 0.1);
31194
- border-bottom-color: transparent;
31195
- border-top-color: transparent;
31208
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31209
+ top: 4px;
31210
+ left: 4px;
31211
+ width: 6px;
31212
+ height: 6px;
31213
+ background: #fff;
31196
31214
  }
31197
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31198
- border-radius: 8px 0 0 8px;
31215
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31216
+ opacity: 0.5;
31199
31217
  }
31200
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31201
- border-radius: 0 8px 8px 0;
31218
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31219
+ border-color: rgba(107, 128, 167, 0.6);
31220
+ background: rgba(211, 218, 235, 0.6);
31202
31221
  }
31203
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31204
- background: rgba(0, 136, 255, 0.1);
31222
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31223
+ background: #00122e;
31205
31224
  }
31206
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
31207
- background: #fff;
31208
- font-weight: 400;
31209
- position: relative;
31210
- border-bottom: none;
31225
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31211
31226
  color: #00122e;
31212
- transition: none;
31213
- padding: 15px 8px 15px 8px;
31214
- }
31215
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31216
- content: "";
31217
- width: 1px;
31218
- top: 0;
31219
- bottom: 0;
31220
- background: rgba(211, 218, 235, 0.6);
31221
- position: absolute;
31222
- right: 0;
31227
+ opacity: 0.5;
31223
31228
  }
31224
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31225
- padding: unset;
31229
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31230
+ color: #00122e;
31226
31231
  }
31227
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31228
- display: none;
31232
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31233
+ display: inline-block;
31234
+ padding: 0;
31235
+ padding-left: 12px;
31229
31236
  }
31230
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31231
- width: 100%;
31232
- overflow: hidden;
31233
- white-space: nowrap;
31234
- text-overflow: ellipsis;
31237
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31238
+ margin-bottom: 0;
31239
+ white-space: pre-wrap;
31240
+ color: rgba(44, 56, 82, 0.6);
31235
31241
  }
31236
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31237
- overflow: hidden;
31238
- text-overflow: ellipsis;
31239
- flex: 1;
31242
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31243
+ padding-left: 8px;
31240
31244
  }
31241
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31242
- padding: 15px 25px 15px 8px;
31245
+
31246
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31247
+ border-radius: 5px 0 0 5px;
31243
31248
  }
31244
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31245
- padding: 0;
31249
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31250
+ border-radius: 0 5px 5px 0;
31246
31251
  }
31247
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31248
- position: absolute;
31249
- right: 6px;
31250
- top: 50%;
31251
- transform: translateY(-50%);
31252
- height: 16px;
31253
- display: none;
31254
- transition: transform 320ms ease;
31252
+
31253
+ .r1f0aqcc {
31254
+ color: #00122e;
31255
+ border-color: #ccd4e3;
31255
31256
  }
31256
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31257
- display: block;
31258
- transform: translateY(-50%) rotateX(180deg);
31257
+ .r1f0aqcc:first-child {
31258
+ border-color: #a3b4cc;
31259
31259
  }
31260
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31261
- display: block;
31260
+ .r1f0aqcc.ant-radio-button-wrapper {
31261
+ padding: 0 12px;
31262
+ line-height: 32px;
31263
+ height: 32px;
31262
31264
  }
31263
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31264
- display: none;
31265
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31266
+ white-space: nowrap;
31265
31267
  }
31266
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31267
- transform: translateY(-50%);
31268
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31269
+ height: 22px;
31270
+ padding: 0 7px;
31271
+ line-height: 20px;
31268
31272
  }
31269
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31270
- transform: translateY(-50%) rotateX(180deg);
31273
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31274
+ background: #ccd4e3;
31271
31275
  }
31272
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31273
- background: #f2f5fa;
31276
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31277
+ background: #0080ff;
31274
31278
  }
31275
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31276
- display: block;
31279
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31280
+ background: #ccd4e3;
31281
+ opacity: 0.5;
31277
31282
  }
31278
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31279
- padding-right: 25px;
31283
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31284
+ border-right-color: #0080ff;
31280
31285
  }
31281
- .tta5kd2 .ant-table .ant-table-selection-column {
31282
- padding: 0 !important;
31286
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31287
+ border-color: #0080ff;
31283
31288
  }
31284
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31285
- position: absolute;
31286
- left: 50%;
31287
- top: 50%;
31288
- transform: translate(-50%, -50%);
31289
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31290
+ background: rgba(0, 136, 255, 0.1);
31289
31291
  }
31290
- .tta5kd2 .ant-table .ant-table-selection-column:after {
31291
- display: none;
31292
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31293
+ background: rgba(211, 218, 235, 0.6);
31294
+ border-color: #ccd4e3;
31295
+ opacity: 0.5;
31292
31296
  }
31293
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31294
- background: #fff;
31297
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31298
+ color: #00122e;
31299
+ border-color: #ccd4e3;
31295
31300
  }
31296
- .tta5kd2 .ant-table .ant-table-placeholder {
31297
- background: inherit;
31301
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31302
+ color: #00122e;
31303
+ border-color: #ccd4e3;
31304
+ background: rgba(172, 186, 211, 0.6);
31298
31305
  }
31299
- .tta5kd2 .ant-table .ant-table-placeholder td {
31300
- position: static;
31306
+ .r1f0aqcc .ant-radio-button-input {
31307
+ margin-right: 8px;
31308
+ display: inline;
31301
31309
  border: none;
31302
- background: inherit !important;
31303
- height: 100px;
31304
- vertical-align: middle;
31310
+ padding: 0;
31311
+ width: 36px;
31312
+ background: transparent;
31305
31313
  }
31306
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31307
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31308
- font-weight: bold;
31309
- font-size: 20px;
31310
- color: rgba(10, 37, 85, 0.6);
31314
+ .r1f0aqcc .ant-radio-button-input:focus {
31315
+ box-shadow: none;
31311
31316
  }
31312
- .tta5kd2 .ant-table td.cell__action_ {
31313
- padding: 0 !important;
31314
- position: relative;
31315
- background: #fff;
31317
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31318
+ margin-right: 0;
31319
+ width: initial;
31320
+ box-shadow: none;
31316
31321
  }
31317
- .tta5kd2 .ant-table td.cell__action_ > * {
31318
- height: 100%;
31319
- display: flex;
31320
- align-items: center;
31321
- justify-content: flex-end;
31322
- padding-right: 8px;
31322
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31323
+ display: none;
31323
31324
  }
31324
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31325
- width: 24px;
31326
- height: 24px;
31327
- cursor: pointer;
31328
- justify-content: center;
31329
- border-radius: 4px;
31325
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31326
+ display: inline;
31330
31327
  }
31331
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31332
- background: #fff;
31328
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31329
+ display: inline;
31330
+ margin-right: 8px;
31331
+ padding: 0;
31332
+ width: 36px;
31333
31333
  }
31334
31334
 
31335
31335
  .d6j0lbj {
@@ -31754,143 +31754,57 @@ input.rrg1fkn.ant-input {
31754
31754
  line-height: 20px;
31755
31755
  }
31756
31756
 
31757
- .tjrzfyl {
31758
- font-family: Inter;
31759
- font-style: normal;
31760
- font-weight: normal;
31761
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31762
- font-size: 12px;
31763
- line-height: 18px;
31764
- }
31765
-
31766
- .tm6s7bo {
31767
- font-family: Inter;
31768
- font-style: normal;
31769
- font-weight: 500;
31770
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31771
- font-size: 12px;
31772
- line-height: 18px;
31773
- }
31774
-
31775
- .t19zq6ic {
31776
- font-family: Inter;
31777
- font-style: normal;
31778
- font-weight: normal;
31779
- font-feature-settings: "zero" on;
31780
- font-size: 12px;
31781
- line-height: 18px;
31782
- }
31783
-
31784
- .t1gduru8 {
31785
- font-family: Inter;
31786
- font-style: normal;
31787
- font-weight: 500;
31788
- font-feature-settings: "zero" on;
31789
- font-size: 12px;
31790
- line-height: 18px;
31791
- }
31792
-
31793
- .t55raab {
31794
- font-family: Inter;
31795
- font-style: normal;
31796
- font-weight: bold;
31797
- font-feature-settings: "zero" on;
31798
- font-size: 16px;
31799
- line-height: 24px;
31800
- }
31801
-
31802
- .u1w9abfe {
31803
- font-family: Inter;
31804
- font-style: normal;
31805
- font-weight: normal;
31806
- font-size: 10px;
31807
- line-height: 12px;
31808
- }
31809
-
31810
- .c18gxmrl {
31811
- border: 1px solid #d8deeb;
31812
- border-radius: 4px;
31813
- }
31814
- .c18gxmrl + .c18gxmrl {
31815
- margin-top: 8px;
31816
- }
31817
- .c18gxmrl:hover {
31818
- border-color: #0080ff;
31819
- }
31820
- .c18gxmrl:hover > header {
31821
- background: rgba(0, 128, 255, 0.1);
31822
- }
31823
- .c18gxmrl.active header {
31824
- border-bottom: 1px solid #d8deeb;
31825
- }
31826
- .c18gxmrl > header {
31827
- padding: 8px 12px;
31828
- }
31829
-
31830
- .c18bcrac {
31831
- display: inline-block;
31832
- width: 100%;
31833
- }
31834
- .c18bcrac .recharts-wrapper {
31835
- margin-left: 4px;
31836
- }
31837
-
31838
- .cro7kg2 {
31839
- padding: 4px;
31840
- }
31841
-
31842
- .c14wcxf0 {
31843
- display: flex;
31844
- justify-content: space-between;
31845
- align-items: center;
31846
- font-size: 13px;
31847
- line-height: 24px;
31848
- color: #cccccc;
31849
- white-space: nowrap;
31850
- }
31851
- .c14wcxf0 label {
31852
- margin-right: 32px;
31853
- }
31854
-
31855
- .coy29mj.c14wcxf0 {
31856
- font-weight: bold;
31857
- color: white;
31858
- }
31859
-
31860
- .s11212zy {
31861
- width: 8px;
31862
- height: 8px;
31863
- border-radius: 2px;
31864
- display: inline-block;
31865
- background: var(--s11212zy-0);
31866
- border: 1px solid #fff;
31867
- box-sizing: content-box;
31868
- margin-right: 6px;
31757
+ .tjrzfyl {
31758
+ font-family: Inter;
31759
+ font-style: normal;
31760
+ font-weight: normal;
31761
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31762
+ font-size: 12px;
31763
+ line-height: 18px;
31869
31764
  }
31870
31765
 
31871
- .p1lyky6c > :first-child {
31872
- font-weight: bold;
31873
- color: white;
31874
- margin-right: 4px;
31766
+ .tm6s7bo {
31767
+ font-family: Inter;
31768
+ font-style: normal;
31769
+ font-weight: 500;
31770
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31771
+ font-size: 12px;
31772
+ line-height: 18px;
31875
31773
  }
31876
31774
 
31877
- .n12mqh7z {
31878
- display: flex;
31879
- align-items: center;
31775
+ .t19zq6ic {
31776
+ font-family: Inter;
31777
+ font-style: normal;
31778
+ font-weight: normal;
31779
+ font-feature-settings: "zero" on;
31880
31780
  font-size: 12px;
31881
31781
  line-height: 18px;
31882
31782
  }
31883
- .n12mqh7z:not(:last-child) {
31884
- margin-bottom: 4px;
31783
+
31784
+ .t1gduru8 {
31785
+ font-family: Inter;
31786
+ font-style: normal;
31787
+ font-weight: 500;
31788
+ font-feature-settings: "zero" on;
31789
+ font-size: 12px;
31790
+ line-height: 18px;
31885
31791
  }
31886
31792
 
31887
- .tf5bynu {
31888
- margin: 0 3px;
31793
+ .t55raab {
31794
+ font-family: Inter;
31795
+ font-style: normal;
31796
+ font-weight: bold;
31797
+ font-feature-settings: "zero" on;
31798
+ font-size: 16px;
31799
+ line-height: 24px;
31889
31800
  }
31890
31801
 
31891
- .tcckoz1 {
31892
- max-height: 400px;
31893
- overflow: "auto";
31802
+ .u1w9abfe {
31803
+ font-family: Inter;
31804
+ font-style: normal;
31805
+ font-weight: normal;
31806
+ font-size: 10px;
31807
+ line-height: 12px;
31894
31808
  }
31895
31809
 
31896
31810
  .berrcjl {
@@ -31949,26 +31863,43 @@ input.rrg1fkn.ant-input {
31949
31863
  transform: rotate(0deg);
31950
31864
  }
31951
31865
 
31952
- .c1uzzomf {
31953
- margin-bottom: 16px;
31866
+ .c18gxmrl {
31867
+ border: 1px solid #d8deeb;
31868
+ border-radius: 4px;
31954
31869
  }
31955
- .c1uzzomf .card-title {
31956
- font-size: 16px;
31957
- color: rgba(44, 56, 82, 0.6);
31958
- font-weight: 700;
31959
- line-height: 32px;
31870
+ .c18gxmrl + .c18gxmrl {
31871
+ margin-top: 8px;
31960
31872
  }
31961
- .c1uzzomf .card-body {
31962
- padding: 24px;
31963
- border-radius: 8px;
31964
- background: #fff;
31873
+ .c18gxmrl:hover {
31874
+ border-color: #0080ff;
31965
31875
  }
31966
- .c1uzzomf .empty {
31967
- font-weight: 700;
31968
- font-size: 14px;
31969
- line-height: 22px;
31970
- color: rgba(0, 21, 64, 0.3);
31971
- text-align: center;
31876
+ .c18gxmrl:hover > header {
31877
+ background: rgba(0, 128, 255, 0.1);
31878
+ }
31879
+ .c18gxmrl.active header {
31880
+ border-bottom: 1px solid #d8deeb;
31881
+ }
31882
+ .c18gxmrl > header {
31883
+ padding: 8px 12px;
31884
+ }
31885
+
31886
+ .n12mqh7z {
31887
+ display: flex;
31888
+ align-items: center;
31889
+ font-size: 12px;
31890
+ line-height: 18px;
31891
+ }
31892
+ .n12mqh7z:not(:last-child) {
31893
+ margin-bottom: 4px;
31894
+ }
31895
+
31896
+ .tf5bynu {
31897
+ margin: 0 3px;
31898
+ }
31899
+
31900
+ .tcckoz1 {
31901
+ max-height: 400px;
31902
+ overflow: "auto";
31972
31903
  }
31973
31904
 
31974
31905
  .clm1wy1 {
@@ -32064,6 +31995,76 @@ input.rrg1fkn.ant-input {
32064
31995
  border-radius: 2px;
32065
31996
  }
32066
31997
 
31998
+ .wg1tsps {
31999
+ display: flex;
32000
+ align-items: center;
32001
+ justify-content: flex-end;
32002
+ }
32003
+
32004
+ .b1ctd5xy {
32005
+ display: flex;
32006
+ align-items: center;
32007
+ width: calc(100% - 40px);
32008
+ }
32009
+ .b1ctd5xy .chart {
32010
+ display: inline-block;
32011
+ width: 100%;
32012
+ }
32013
+
32014
+ .u1p8acpn {
32015
+ min-width: 40px;
32016
+ }
32017
+ .u1p8acpn .unit {
32018
+ color: #00122e !important;
32019
+ }
32020
+
32021
+ .c18bcrac {
32022
+ display: inline-block;
32023
+ width: 100%;
32024
+ }
32025
+ .c18bcrac .recharts-wrapper {
32026
+ margin-left: 4px;
32027
+ }
32028
+
32029
+ .cro7kg2 {
32030
+ padding: 4px;
32031
+ }
32032
+
32033
+ .c14wcxf0 {
32034
+ display: flex;
32035
+ justify-content: space-between;
32036
+ align-items: center;
32037
+ font-size: 13px;
32038
+ line-height: 24px;
32039
+ color: #cccccc;
32040
+ white-space: nowrap;
32041
+ }
32042
+ .c14wcxf0 label {
32043
+ margin-right: 32px;
32044
+ }
32045
+
32046
+ .coy29mj.c14wcxf0 {
32047
+ font-weight: bold;
32048
+ color: white;
32049
+ }
32050
+
32051
+ .s11212zy {
32052
+ width: 8px;
32053
+ height: 8px;
32054
+ border-radius: 2px;
32055
+ display: inline-block;
32056
+ background: var(--s11212zy-0);
32057
+ border: 1px solid #fff;
32058
+ box-sizing: content-box;
32059
+ margin-right: 6px;
32060
+ }
32061
+
32062
+ .p1lyky6c > :first-child {
32063
+ font-weight: bold;
32064
+ color: white;
32065
+ margin-right: 4px;
32066
+ }
32067
+
32067
32068
  .gmyahx3 {
32068
32069
  cursor: pointer;
32069
32070
  }
@@ -32074,6 +32075,43 @@ input.rrg1fkn.ant-input {
32074
32075
  color: #0080ff;
32075
32076
  }
32076
32077
 
32078
+ .s1iv0tp1 .enabled-switch {
32079
+ display: flex;
32080
+ align-items: center;
32081
+ }
32082
+ .s1iv0tp1 .enabled-text {
32083
+ margin-right: 8px;
32084
+ }
32085
+
32086
+ .c1uzzomf {
32087
+ margin-bottom: 16px;
32088
+ }
32089
+ .c1uzzomf .card-title {
32090
+ font-size: 16px;
32091
+ color: rgba(44, 56, 82, 0.6);
32092
+ font-weight: 700;
32093
+ line-height: 32px;
32094
+ }
32095
+ .c1uzzomf .card-body {
32096
+ padding: 24px;
32097
+ border-radius: 8px;
32098
+ background: #fff;
32099
+ }
32100
+ .c1uzzomf .empty {
32101
+ font-weight: 700;
32102
+ font-size: 14px;
32103
+ line-height: 22px;
32104
+ color: rgba(0, 21, 64, 0.3);
32105
+ text-align: center;
32106
+ }
32107
+
32108
+ .tje3huy {
32109
+ width: 100%;
32110
+ overflow: inherit;
32111
+ white-space: inherit;
32112
+ text-overflow: ellipsis;
32113
+ }
32114
+
32077
32115
  .t1sqg15u {
32078
32116
  background: white;
32079
32117
  }
@@ -32164,19 +32202,39 @@ input.rrg1fkn.ant-input {
32164
32202
  padding-right: 12px;
32165
32203
  }
32166
32204
 
32167
- .s1iv0tp1 .enabled-switch {
32205
+ .m15dvk92 {
32168
32206
  display: flex;
32169
- align-items: center;
32207
+ justify-content: space-between;
32208
+ width: 100%;
32170
32209
  }
32171
- .s1iv0tp1 .enabled-text {
32172
- margin-right: 8px;
32210
+ .m15dvk92 .action {
32211
+ margin-left: 16px;
32173
32212
  }
32174
32213
 
32175
- .tje3huy {
32214
+ .aql8iqz .ant-alert-message {
32176
32215
  width: 100%;
32177
- overflow: inherit;
32178
- white-space: inherit;
32179
- text-overflow: ellipsis;
32216
+ }
32217
+
32218
+ .cav9p2m .ant-collapse-item {
32219
+ border: 0px;
32220
+ background-color: #fff;
32221
+ }
32222
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32223
+ padding-top: 0px;
32224
+ padding-bottom: 0px;
32225
+ padding-left: 0px !important;
32226
+ padding-right: 24px;
32227
+ }
32228
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32229
+ right: 0px;
32230
+ }
32231
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32232
+ padding: 0px;
32233
+ }
32234
+
32235
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32236
+ padding-right: 0px;
32237
+ cursor: default;
32180
32238
  }
32181
32239
 
32182
32240
  .c10crapj {
@@ -32257,6 +32315,23 @@ input.rrg1fkn.ant-input {
32257
32315
  margin-left: 24px;
32258
32316
  }
32259
32317
 
32318
+ .t3qomhu {
32319
+ margin: 0 2px;
32320
+ }
32321
+
32322
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32323
+ display: flex;
32324
+ }
32325
+
32326
+ .o8ocss1 {
32327
+ overflow: hidden;
32328
+ text-overflow: ellipsis;
32329
+ }
32330
+
32331
+ .n17syc35 {
32332
+ white-space: nowrap;
32333
+ }
32334
+
32260
32335
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32261
32336
  border-radius: 6px;
32262
32337
  }
@@ -32283,281 +32358,35 @@ input.rrg1fkn.ant-input {
32283
32358
  }
32284
32359
  .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 {
32285
32360
  border-color: rgba(107, 128, 167, 0.6);
32286
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32287
- }
32288
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32289
- color: #0080ff;
32290
- }
32291
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32292
- border-color: #0080ff;
32293
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32294
- }
32295
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32296
- transform: rotate(180deg);
32297
- }
32298
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32299
- background: rgba(211, 218, 235, 0.6);
32300
- border-color: rgba(172, 186, 211, 0.6);
32301
- cursor: "not-allowed";
32302
- }
32303
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32304
- border-color: #f0483e !important;
32305
- }
32306
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32307
- color: #1d326c;
32308
- }
32309
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32310
- border-color: #0080ff;
32311
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32312
- }
32313
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32314
- transform: rotate(180deg);
32315
- }
32316
-
32317
- .o8ocss1 {
32318
- overflow: hidden;
32319
- text-overflow: ellipsis;
32320
- }
32321
-
32322
- .n17syc35 {
32323
- white-space: nowrap;
32324
- }
32325
-
32326
- .t3qomhu {
32327
- margin: 0 2px;
32328
- }
32329
-
32330
- .cav9p2m .ant-collapse-item {
32331
- border: 0px;
32332
- background-color: #fff;
32333
- }
32334
- .cav9p2m .ant-collapse-item .ant-collapse-header {
32335
- padding-top: 0px;
32336
- padding-bottom: 0px;
32337
- padding-left: 0px !important;
32338
- padding-right: 24px;
32339
- }
32340
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32341
- right: 0px;
32342
- }
32343
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32344
- padding: 0px;
32345
- }
32346
-
32347
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32348
- padding-right: 0px;
32349
- cursor: default;
32350
- }
32351
-
32352
- .iiqau4c.ant-input-group.ant-input-group-compact {
32353
- display: flex;
32354
- }
32355
-
32356
- .wg1tsps {
32357
- display: flex;
32358
- align-items: center;
32359
- justify-content: flex-end;
32360
- }
32361
-
32362
- .b1ctd5xy {
32363
- display: flex;
32364
- align-items: center;
32365
- width: calc(100% - 40px);
32366
- }
32367
- .b1ctd5xy .chart {
32368
- display: inline-block;
32369
- width: 100%;
32370
- }
32371
-
32372
- .u1p8acpn {
32373
- min-width: 40px;
32374
- }
32375
- .u1p8acpn .unit {
32376
- color: #00122e !important;
32377
- }
32378
-
32379
- .m15dvk92 {
32380
- display: flex;
32381
- justify-content: space-between;
32382
- width: 100%;
32383
- }
32384
- .m15dvk92 .action {
32385
- margin-left: 16px;
32386
- }
32387
-
32388
- .aql8iqz .ant-alert-message {
32389
- width: 100%;
32390
- }
32391
-
32392
- .igz4le8 {
32393
- height: 24px;
32394
- width: 56px !important;
32395
- margin-right: 4px;
32396
- }
32397
-
32398
- .c1riexje {
32399
- color: rgba(44, 56, 82, 0.6);
32400
- }
32401
-
32402
- .m1thnes4 {
32403
- color: rgba(44, 56, 82, 0.6);
32404
- text-align: center;
32405
- display: flex;
32406
- align-items: center;
32407
- justify-content: center;
32408
- flex-direction: column;
32409
- height: 100%;
32410
- }
32411
- .m1thnes4 .link {
32412
- color: #0080ff;
32413
- cursor: pointer;
32414
- }
32415
-
32416
- .m1bixfdy {
32417
- width: 100%;
32418
- height: 100%;
32419
- display: flex;
32420
- flex-direction: column;
32421
- }
32422
- .m1bixfdy .name-toolbar {
32423
- width: 100%;
32424
- display: flex;
32425
- line-height: 30px;
32426
- padding: 0 16px;
32427
- justify-content: space-between;
32428
- }
32429
- .m1bixfdy .name-toolbar .metric-extra {
32430
- display: flex;
32431
- font-size: 12px;
32432
- align-items: center;
32433
- }
32434
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32435
- color: #a3b4cc;
32436
- }
32437
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32438
- margin-left: 10px;
32439
- }
32440
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32441
- margin-left: 10px;
32442
- cursor: pointer;
32443
- }
32444
- .m1bixfdy .content {
32445
- flex: 1;
32446
- width: 100%;
32447
- display: flex;
32448
- justify-content: center;
32449
- align-items: center;
32450
- }
32451
- .m1bixfdy .single-content {
32452
- height: 65px;
32453
- }
32454
-
32455
- .lfamfcw {
32456
- display: flex;
32457
- align-items: center;
32458
- white-space: nowrap;
32459
- overflow: hidden;
32460
- width: 100%;
32461
- }
32462
- .lfamfcw .ant-dropdown-trigger {
32463
- margin-left: auto;
32464
- font-size: 12px;
32465
- }
32466
-
32467
- .la6u9b4 {
32468
- display: flex;
32469
- justify-content: flex-start;
32470
- align-items: center;
32471
- font-size: 12px;
32472
- cursor: pointer;
32473
- }
32474
- .la6u9b4:not(:last-child) {
32475
- margin-right: 20px;
32476
- }
32477
- .la6u9b4.deselected {
32478
- opacity: 0.4;
32479
- }
32480
- .la6u9b4.deselected .color-block {
32481
- background: #b4beca !important;
32482
- }
32483
-
32484
- .chhvk8b {
32485
- display: inline-block;
32486
- height: 8px;
32487
- width: 8px;
32488
- margin-right: 8px;
32489
- }
32490
-
32491
- .e1sdlxq1 .ant-dropdown-menu-item {
32492
- display: flex;
32493
- align-items: center;
32494
- font-size: 12px;
32495
- margin: 0;
32496
- }
32497
-
32498
- .m16f7gpb {
32499
- position: relative;
32500
- }
32501
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32502
- bottom: -12px;
32503
- }
32504
- .m16f7gpb .metric-toolbar {
32505
- display: flex;
32506
- justify-content: space-between;
32507
- line-height: 30px;
32508
- margin: 0 16px;
32509
- }
32510
- .m16f7gpb .metric-toolbar .metric-extra {
32511
- display: flex;
32512
- font-size: 12px;
32513
- align-items: center;
32514
- }
32515
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32516
- color: #a3b4cc;
32517
- }
32518
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32519
- margin-left: 10px;
32520
- }
32521
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32522
- margin-left: 10px;
32523
- cursor: pointer;
32361
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32524
32362
  }
32525
- .m16f7gpb .recharts-xAxis {
32526
- font-size: 12px;
32363
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32364
+ color: #0080ff;
32527
32365
  }
32528
- .m16f7gpb .pointer-wrapper {
32529
- position: absolute;
32530
- bottom: 10px;
32531
- padding: 0 8px;
32532
- border-radius: 4px;
32533
- font-size: 12px;
32534
- color: #fff;
32535
- background: rgba(0, 0, 0, 0.75);
32536
- transform: translateX(-50%);
32366
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32367
+ border-color: #0080ff;
32368
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32537
32369
  }
32538
-
32539
- .t1ipvk51 {
32540
- min-width: 200px;
32370
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32371
+ transform: rotate(180deg);
32541
32372
  }
32542
-
32543
- .t1kgldps {
32544
- display: flex;
32545
- align-items: center;
32546
- justify-content: space-between;
32547
- background-color: rgba(0, 0, 0, 0.75);
32548
- color: #b4beca;
32549
- font-size: 12px;
32550
- padding: 3px 6px;
32373
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32374
+ background: rgba(211, 218, 235, 0.6);
32375
+ border-color: rgba(172, 186, 211, 0.6);
32376
+ cursor: "not-allowed";
32551
32377
  }
32552
- .t1kgldps:first-child {
32553
- padding-top: 3px;
32378
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32379
+ border-color: #f0483e !important;
32554
32380
  }
32555
- .t1kgldps:last-child {
32556
- padding-bottom: 3px;
32381
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32382
+ color: #1d326c;
32557
32383
  }
32558
- .t1kgldps .column-value {
32559
- color: #fff;
32560
- margin-left: 8px;
32384
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32385
+ border-color: #0080ff;
32386
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32387
+ }
32388
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32389
+ transform: rotate(180deg);
32561
32390
  }
32562
32391
 
32563
32392
  .s14dk8r1 {
@@ -32634,10 +32463,102 @@ input.rrg1fkn.ant-input {
32634
32463
  display: inline-block;
32635
32464
  }
32636
32465
 
32466
+ .igz4le8 {
32467
+ height: 24px;
32468
+ width: 56px !important;
32469
+ margin-right: 4px;
32470
+ }
32471
+
32472
+ .c1riexje {
32473
+ color: rgba(44, 56, 82, 0.6);
32474
+ }
32475
+
32637
32476
  .t19ustft .date {
32638
32477
  margin-right: 4px;
32639
32478
  }
32640
32479
 
32480
+ .s1uupxds {
32481
+ padding: 0 8px;
32482
+ border-radius: 4px;
32483
+ }
32484
+
32485
+ .m10sqwut {
32486
+ padding: 2px 8px;
32487
+ border-radius: 3px;
32488
+ }
32489
+
32490
+ .l1d492wb {
32491
+ padding: 3px 8px;
32492
+ border-radius: 2px;
32493
+ }
32494
+
32495
+ .t1lzavmu.ant-tag:hover {
32496
+ opacity: unset;
32497
+ }
32498
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32499
+ margin: 0;
32500
+ margin-right: 8px;
32501
+ display: inline-flex;
32502
+ align-items: center;
32503
+ border: none;
32504
+ }
32505
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32506
+ width: 16px;
32507
+ height: 16px;
32508
+ color: inherit;
32509
+ margin-left: 4px;
32510
+ opacity: 0.6;
32511
+ display: inline-flex;
32512
+ }
32513
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32514
+ opacity: 1;
32515
+ }
32516
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32517
+ color: #0080ff;
32518
+ background-color: rgba(0, 136, 255, 0.1);
32519
+ }
32520
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32521
+ color: #f0483e;
32522
+ background-color: rgba(255, 74, 74, 0.1);
32523
+ }
32524
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32525
+ color: #e07f00;
32526
+ background-color: rgba(255, 187, 0, 0.1);
32527
+ }
32528
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32529
+ color: #008f4c;
32530
+ background-color: rgba(30, 201, 127, 0.1);
32531
+ }
32532
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32533
+ color: #1d326c;
32534
+ background-color: rgba(225, 230, 241, 0.6);
32535
+ }
32536
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32537
+ color: #7E41FF;
32538
+ background-color: rgba(126, 65, 255, 0.1);
32539
+ }
32540
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32541
+ color: #fff;
32542
+ }
32543
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32544
+ background-color: #f0483e;
32545
+ }
32546
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32547
+ background-color: #fea008;
32548
+ }
32549
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32550
+ background-color: #00ba5d;
32551
+ }
32552
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32553
+ background-color: #0080ff;
32554
+ }
32555
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32556
+ background-color: #6b7d99;
32557
+ }
32558
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32559
+ background-color: #7E41FF;
32560
+ }
32561
+
32641
32562
  .l4bld33 {
32642
32563
  width: 64px;
32643
32564
  height: 64px;
@@ -32687,86 +32608,165 @@ input.rrg1fkn.ant-input {
32687
32608
  animation: loading-indicator3 1100ms ease-out infinite;
32688
32609
  }
32689
32610
 
32690
- .s1uupxds {
32691
- padding: 0 8px;
32692
- border-radius: 4px;
32611
+ .m1thnes4 {
32612
+ color: rgba(44, 56, 82, 0.6);
32613
+ text-align: center;
32614
+ display: flex;
32615
+ align-items: center;
32616
+ justify-content: center;
32617
+ flex-direction: column;
32618
+ height: 100%;
32619
+ }
32620
+ .m1thnes4 .link {
32621
+ color: #0080ff;
32622
+ cursor: pointer;
32693
32623
  }
32694
32624
 
32695
- .m10sqwut {
32696
- padding: 2px 8px;
32697
- border-radius: 3px;
32625
+ .m1bixfdy {
32626
+ width: 100%;
32627
+ height: 100%;
32628
+ display: flex;
32629
+ flex-direction: column;
32630
+ }
32631
+ .m1bixfdy .name-toolbar {
32632
+ width: 100%;
32633
+ display: flex;
32634
+ line-height: 30px;
32635
+ padding: 0 16px;
32636
+ justify-content: space-between;
32637
+ }
32638
+ .m1bixfdy .name-toolbar .metric-extra {
32639
+ display: flex;
32640
+ font-size: 12px;
32641
+ align-items: center;
32642
+ }
32643
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32644
+ color: #a3b4cc;
32645
+ }
32646
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32647
+ margin-left: 10px;
32648
+ }
32649
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32650
+ margin-left: 10px;
32651
+ cursor: pointer;
32652
+ }
32653
+ .m1bixfdy .content {
32654
+ flex: 1;
32655
+ width: 100%;
32656
+ display: flex;
32657
+ justify-content: center;
32658
+ align-items: center;
32659
+ }
32660
+ .m1bixfdy .single-content {
32661
+ height: 65px;
32698
32662
  }
32699
32663
 
32700
- .l1d492wb {
32701
- padding: 3px 8px;
32702
- border-radius: 2px;
32664
+ .lfamfcw {
32665
+ display: flex;
32666
+ align-items: center;
32667
+ white-space: nowrap;
32668
+ overflow: hidden;
32669
+ width: 100%;
32670
+ }
32671
+ .lfamfcw .ant-dropdown-trigger {
32672
+ margin-left: auto;
32673
+ font-size: 12px;
32703
32674
  }
32704
32675
 
32705
- .t1lzavmu.ant-tag:hover {
32706
- opacity: unset;
32676
+ .la6u9b4 {
32677
+ display: flex;
32678
+ justify-content: flex-start;
32679
+ align-items: center;
32680
+ font-size: 12px;
32681
+ cursor: pointer;
32707
32682
  }
32708
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32709
- margin: 0;
32683
+ .la6u9b4:not(:last-child) {
32684
+ margin-right: 20px;
32685
+ }
32686
+ .la6u9b4.deselected {
32687
+ opacity: 0.4;
32688
+ }
32689
+ .la6u9b4.deselected .color-block {
32690
+ background: #b4beca !important;
32691
+ }
32692
+
32693
+ .chhvk8b {
32694
+ display: inline-block;
32695
+ height: 8px;
32696
+ width: 8px;
32710
32697
  margin-right: 8px;
32711
- display: inline-flex;
32698
+ }
32699
+
32700
+ .e1sdlxq1 .ant-dropdown-menu-item {
32701
+ display: flex;
32712
32702
  align-items: center;
32713
- border: none;
32703
+ font-size: 12px;
32704
+ margin: 0;
32714
32705
  }
32715
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32716
- width: 16px;
32717
- height: 16px;
32718
- color: inherit;
32719
- margin-left: 4px;
32720
- opacity: 0.6;
32721
- display: inline-flex;
32706
+
32707
+ .m16f7gpb {
32708
+ position: relative;
32722
32709
  }
32723
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32724
- opacity: 1;
32710
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32711
+ bottom: -12px;
32725
32712
  }
32726
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32727
- color: #0080ff;
32728
- background-color: rgba(0, 136, 255, 0.1);
32713
+ .m16f7gpb .metric-toolbar {
32714
+ display: flex;
32715
+ justify-content: space-between;
32716
+ line-height: 30px;
32717
+ margin: 0 16px;
32729
32718
  }
32730
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32731
- color: #f0483e;
32732
- background-color: rgba(255, 74, 74, 0.1);
32719
+ .m16f7gpb .metric-toolbar .metric-extra {
32720
+ display: flex;
32721
+ font-size: 12px;
32722
+ align-items: center;
32733
32723
  }
32734
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32735
- color: #e07f00;
32736
- background-color: rgba(255, 187, 0, 0.1);
32724
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32725
+ color: #a3b4cc;
32737
32726
  }
32738
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32739
- color: #008f4c;
32740
- background-color: rgba(30, 201, 127, 0.1);
32727
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32728
+ margin-left: 10px;
32741
32729
  }
32742
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32743
- color: #1d326c;
32744
- background-color: rgba(225, 230, 241, 0.6);
32730
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32731
+ margin-left: 10px;
32732
+ cursor: pointer;
32745
32733
  }
32746
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32747
- color: #7E41FF;
32748
- background-color: rgba(126, 65, 255, 0.1);
32734
+ .m16f7gpb .recharts-xAxis {
32735
+ font-size: 12px;
32749
32736
  }
32750
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32737
+ .m16f7gpb .pointer-wrapper {
32738
+ position: absolute;
32739
+ bottom: 10px;
32740
+ padding: 0 8px;
32741
+ border-radius: 4px;
32742
+ font-size: 12px;
32751
32743
  color: #fff;
32744
+ background: rgba(0, 0, 0, 0.75);
32745
+ transform: translateX(-50%);
32752
32746
  }
32753
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32754
- background-color: #f0483e;
32755
- }
32756
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32757
- background-color: #fea008;
32747
+
32748
+ .t1ipvk51 {
32749
+ min-width: 200px;
32758
32750
  }
32759
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32760
- background-color: #00ba5d;
32751
+
32752
+ .t1kgldps {
32753
+ display: flex;
32754
+ align-items: center;
32755
+ justify-content: space-between;
32756
+ background-color: rgba(0, 0, 0, 0.75);
32757
+ color: #b4beca;
32758
+ font-size: 12px;
32759
+ padding: 3px 6px;
32761
32760
  }
32762
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32763
- background-color: #0080ff;
32761
+ .t1kgldps:first-child {
32762
+ padding-top: 3px;
32764
32763
  }
32765
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32766
- background-color: #6b7d99;
32764
+ .t1kgldps:last-child {
32765
+ padding-bottom: 3px;
32767
32766
  }
32768
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32769
- background-color: #7E41FF;
32767
+ .t1kgldps .column-value {
32768
+ color: #fff;
32769
+ margin-left: 8px;
32770
32770
  }
32771
32771
 
32772
32772
  .sq6vos1 {
@@ -32916,6 +32916,7 @@ input.rrg1fkn.ant-input {
32916
32916
  font-size: 13px;
32917
32917
  line-height: 20px;
32918
32918
  max-width: 100%;
32919
+ padding-right: 0;
32919
32920
  }
32920
32921
  .v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
32921
32922
  background: rgba(0, 128, 255, 0.1);
@@ -32984,8 +32985,33 @@ input.rrg1fkn.ant-input {
32984
32985
  background: rgba(163, 180, 204, 0.18);
32985
32986
  }
32986
32987
 
32987
- .c1k4vanq {
32988
- padding: 0 12px 14px 12px;
32988
+ .skwah65 {
32989
+ height: 8px;
32990
+ box-sizing: border-box;
32991
+ border-radius: 2px;
32992
+ background: #f5f7fa;
32993
+ display: flex;
32994
+ width: 100%;
32995
+ overflow: hidden;
32996
+ }
32997
+ .skwah65 .stack-bar-item + .stack-bar-item {
32998
+ margin-left: 1px;
32999
+ }
33000
+
33001
+ .rrwcpby {
33002
+ display: flex;
33003
+ align-items: center;
33004
+ }
33005
+ .rrwcpby .order {
33006
+ height: 24px;
33007
+ width: 24px;
33008
+ border-radius: 20px;
33009
+ color: #0080ff;
33010
+ background: rgba(0, 136, 255, 0.1);
33011
+ display: flex;
33012
+ align-items: center;
33013
+ justify-content: center;
33014
+ margin-right: 6px;
32989
33015
  }
32990
33016
 
32991
33017
  .c1udgdh2 {
@@ -33028,6 +33054,27 @@ input.rrg1fkn.ant-input {
33028
33054
  margin-right: 2px;
33029
33055
  }
33030
33056
 
33057
+ .c1k4vanq {
33058
+ padding: 0 12px 14px 12px;
33059
+ }
33060
+
33061
+ .bab9xum {
33062
+ 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);
33063
+ }
33064
+
33065
+ .cav4gt6 {
33066
+ border-radius: 8px;
33067
+ background-color: white;
33068
+ }
33069
+ .cav4gt6.hoverable {
33070
+ cursor: pointer;
33071
+ }
33072
+ .cav4gt6.hoverable:hover {
33073
+ transition: all 200ms ease;
33074
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33075
+ transform: translateY(-4px);
33076
+ }
33077
+
33031
33078
  .f1p9ti6d {
33032
33079
  width: 100%;
33033
33080
  margin-bottom: 0 !important;
@@ -33059,78 +33106,6 @@ input.rrg1fkn.ant-input {
33059
33106
  min-height: 0px;
33060
33107
  }
33061
33108
 
33062
- .rrwcpby {
33063
- display: flex;
33064
- align-items: center;
33065
- }
33066
- .rrwcpby .order {
33067
- height: 24px;
33068
- width: 24px;
33069
- border-radius: 20px;
33070
- color: #0080ff;
33071
- background: rgba(0, 136, 255, 0.1);
33072
- display: flex;
33073
- align-items: center;
33074
- justify-content: center;
33075
- margin-right: 6px;
33076
- }
33077
-
33078
- .skwah65 {
33079
- height: 8px;
33080
- box-sizing: border-box;
33081
- border-radius: 2px;
33082
- background: #f5f7fa;
33083
- display: flex;
33084
- width: 100%;
33085
- overflow: hidden;
33086
- }
33087
- .skwah65 .stack-bar-item + .stack-bar-item {
33088
- margin-left: 1px;
33089
- }
33090
-
33091
- .bab9xum {
33092
- 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);
33093
- }
33094
-
33095
- .cav4gt6 {
33096
- border-radius: 8px;
33097
- background-color: white;
33098
- }
33099
- .cav4gt6.hoverable {
33100
- cursor: pointer;
33101
- }
33102
- .cav4gt6.hoverable:hover {
33103
- transition: all 200ms ease;
33104
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33105
- transform: translateY(-4px);
33106
- }
33107
-
33108
- .sut42l0 {
33109
- padding: 0 8px;
33110
- height: 18px;
33111
- }
33112
-
33113
- .mfsz1jz {
33114
- padding: 2px 8px;
33115
- height: 24px;
33116
- }
33117
-
33118
- .tnd6h4m {
33119
- margin: 0;
33120
- }
33121
-
33122
- .i1qw4clm {
33123
- margin-right: 4px;
33124
- height: 16px;
33125
- }
33126
-
33127
- .n1r5ku5l.ant-tag.ant-tag-gray {
33128
- font-weight: 700;
33129
- color: #00122e;
33130
- background-color: rgba(237, 241, 250, 0.6);
33131
- border: 1px solid rgba(211, 218, 235, 0.6);
33132
- }
33133
-
33134
33109
  .tc40oxa {
33135
33110
  margin-bottom: 4px;
33136
33111
  color: rgba(44, 56, 82, 0.6);
@@ -33324,20 +33299,6 @@ input.rrg1fkn.ant-input {
33324
33299
  margin-right: 8px;
33325
33300
  }
33326
33301
 
33327
- .w1xcixj5.outside-tag {
33328
- padding-left: 0;
33329
- }
33330
- .w1xcixj5.outside-tag .inside-tag {
33331
- border-radius: 4px 0 0 4px;
33332
- padding-right: 4px;
33333
- margin-right: 4px;
33334
- }
33335
-
33336
- .iwsze0q {
33337
- margin-right: 4px;
33338
- height: 16px;
33339
- }
33340
-
33341
33302
  .at4ovwe .ant-input-number-handler-wrap {
33342
33303
  display: var(--at4ovwe-0);
33343
33304
  }
@@ -33388,6 +33349,46 @@ input.rrg1fkn.ant-input {
33388
33349
  font-size: inherit;
33389
33350
  }
33390
33351
 
33352
+ .iwsze0q {
33353
+ margin-right: 4px;
33354
+ height: 16px;
33355
+ }
33356
+
33357
+ .w1xcixj5.outside-tag {
33358
+ padding-left: 0;
33359
+ }
33360
+ .w1xcixj5.outside-tag .inside-tag {
33361
+ border-radius: 4px 0 0 4px;
33362
+ padding-right: 4px;
33363
+ margin-right: 4px;
33364
+ }
33365
+
33366
+ .sut42l0 {
33367
+ padding: 0 8px;
33368
+ height: 18px;
33369
+ }
33370
+
33371
+ .mfsz1jz {
33372
+ padding: 2px 8px;
33373
+ height: 24px;
33374
+ }
33375
+
33376
+ .tnd6h4m {
33377
+ margin: 0;
33378
+ }
33379
+
33380
+ .i1qw4clm {
33381
+ margin-right: 4px;
33382
+ height: 16px;
33383
+ }
33384
+
33385
+ .n1r5ku5l.ant-tag.ant-tag-gray {
33386
+ font-weight: 700;
33387
+ color: #00122e;
33388
+ background-color: rgba(237, 241, 250, 0.6);
33389
+ border: 1px solid rgba(211, 218, 235, 0.6);
33390
+ }
33391
+
33391
33392
  .a6dbbkm .ant-input-number-handler-wrap {
33392
33393
  display: var(--a6dbbkm-0);
33393
33394
  }