@cloudtower/eagle 0.27.53-dry3 → 0.27.53-dry4

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.
@@ -28537,11 +28537,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
28537
28537
  }
28538
28538
  .table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
28539
28539
  right: 0 !important;
28540
- z-index: 10;
28541
28540
  }
28542
28541
  .table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
28543
28542
  display: none;
28544
28543
  }
28544
+ .table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_, .table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
28545
+ z-index: 10;
28546
+ }
28545
28547
  .table-wrapper.table-sticky-header .ant-table-header {
28546
28548
  position: sticky;
28547
28549
  top: 0px;
@@ -29693,19 +29695,6 @@ html body {
29693
29695
  font-size: 14px;
29694
29696
  }
29695
29697
 
29696
- .E_i1inqkme {
29697
- height: 18px;
29698
- line-height: 18px;
29699
- padding: 0 4px;
29700
- border-radius: 4px;
29701
- background: rgba(235, 239, 245, 0.6);
29702
- border: 1px solid rgba(223, 228, 235, 0.6);
29703
- display: flex;
29704
- align-items: center;
29705
- white-space: nowrap;
29706
- margin-right: 4px;
29707
- }
29708
-
29709
29698
  .E_b1wx3t3t.ant-btn-icon-only {
29710
29699
  justify-content: center;
29711
29700
  }
@@ -29974,6 +29963,21 @@ html body {
29974
29963
  animation: rotate 680ms linear infinite;
29975
29964
  }
29976
29965
 
29966
+ .E_fzh9mnb {
29967
+ width: 100%;
29968
+ height: 100%;
29969
+ min-height: 124px;
29970
+ display: flex;
29971
+ flex-direction: column;
29972
+ justify-content: center;
29973
+ align-items: center;
29974
+ }
29975
+ .E_fzh9mnb .error-text {
29976
+ color: rgba(10, 37, 85, 0.6);
29977
+ margin-bottom: 16px;
29978
+ font-size: 18px;
29979
+ }
29980
+
29977
29981
  .E_b1nip9bk {
29978
29982
  padding: 4px 11px;
29979
29983
  }
@@ -30003,19 +30007,17 @@ html body {
30003
30007
  border-radius: unset;
30004
30008
  }
30005
30009
 
30006
- .E_fzh9mnb {
30007
- width: 100%;
30008
- height: 100%;
30009
- min-height: 124px;
30010
+ .E_i1inqkme {
30011
+ height: 18px;
30012
+ line-height: 18px;
30013
+ padding: 0 4px;
30014
+ border-radius: 4px;
30015
+ background: rgba(235, 239, 245, 0.6);
30016
+ border: 1px solid rgba(223, 228, 235, 0.6);
30010
30017
  display: flex;
30011
- flex-direction: column;
30012
- justify-content: center;
30013
30018
  align-items: center;
30014
- }
30015
- .E_fzh9mnb .error-text {
30016
- color: rgba(10, 37, 85, 0.6);
30017
- margin-bottom: 16px;
30018
- font-size: 18px;
30019
+ white-space: nowrap;
30020
+ margin-right: 4px;
30019
30021
  }
30020
30022
 
30021
30023
  .E_phljevk {
@@ -30075,6 +30077,70 @@ html body {
30075
30077
  line-height: 18px;
30076
30078
  }
30077
30079
 
30080
+ .E_owd0kml {
30081
+ display: inline-block;
30082
+ }
30083
+
30084
+ .E_h1jsgezc {
30085
+ visibility: hidden;
30086
+ position: absolute;
30087
+ }
30088
+
30089
+ .E_s1dizucg.ant-switch {
30090
+ min-width: 40px;
30091
+ height: 24px;
30092
+ background: rgba(172, 186, 211, 0.6);
30093
+ overflow: hidden;
30094
+ }
30095
+ .E_s1dizucg.ant-switch:focus {
30096
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30097
+ }
30098
+ .E_s1dizucg.ant-switch-small {
30099
+ min-width: 26px;
30100
+ height: 16px;
30101
+ }
30102
+ .E_s1dizucg.ant-switch-large {
30103
+ min-width: 52px;
30104
+ height: 32px;
30105
+ }
30106
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30107
+ height: 20px;
30108
+ width: 20px;
30109
+ }
30110
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30111
+ border-radius: 10px;
30112
+ transition-delay: 120ms;
30113
+ }
30114
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30115
+ height: 14px;
30116
+ width: 14px;
30117
+ top: 1px;
30118
+ left: 1px;
30119
+ }
30120
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30121
+ height: 28px;
30122
+ width: 28px;
30123
+ }
30124
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30125
+ border-radius: 14px;
30126
+ }
30127
+ .E_s1dizucg.ant-switch-checked {
30128
+ background-color: #00ba5d;
30129
+ }
30130
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30131
+ left: calc(100% - 20px - 2px);
30132
+ }
30133
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30134
+ left: calc(100% - 14px - 1px);
30135
+ }
30136
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30137
+ left: calc(100% - 28px - 2px);
30138
+ }
30139
+
30140
+ .E_c1up6e3y {
30141
+ margin-left: 5px;
30142
+ }
30143
+
30078
30144
  .E_rapgekc.ant-radio-wrapper {
30079
30145
  display: inline-flex;
30080
30146
  align-items: baseline;
@@ -30221,13 +30287,17 @@ html body {
30221
30287
  width: 36px;
30222
30288
  }
30223
30289
 
30224
- .E_owd0kml {
30225
- display: inline-block;
30290
+ .E_skwah65 {
30291
+ height: 8px;
30292
+ box-sizing: border-box;
30293
+ border-radius: 2px;
30294
+ background: #f5f7fa;
30295
+ display: flex;
30296
+ width: 100%;
30297
+ overflow: hidden;
30226
30298
  }
30227
-
30228
- .E_h1jsgezc {
30229
- visibility: hidden;
30230
- position: absolute;
30299
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30300
+ margin-left: 1px;
30231
30301
  }
30232
30302
 
30233
30303
  .E_cnujxq2 {
@@ -30915,82 +30985,6 @@ input.E_rf8rlle.ant-input {
30915
30985
  margin: 4px 0;
30916
30986
  }
30917
30987
 
30918
- .E_s1dizucg.ant-switch {
30919
- min-width: 40px;
30920
- height: 24px;
30921
- background: rgba(172, 186, 211, 0.6);
30922
- overflow: hidden;
30923
- }
30924
- .E_s1dizucg.ant-switch:focus {
30925
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30926
- }
30927
- .E_s1dizucg.ant-switch-small {
30928
- min-width: 26px;
30929
- height: 16px;
30930
- }
30931
- .E_s1dizucg.ant-switch-large {
30932
- min-width: 52px;
30933
- height: 32px;
30934
- }
30935
- .E_s1dizucg.ant-switch .ant-switch-handle {
30936
- height: 20px;
30937
- width: 20px;
30938
- }
30939
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30940
- border-radius: 10px;
30941
- transition-delay: 120ms;
30942
- }
30943
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30944
- height: 14px;
30945
- width: 14px;
30946
- top: 1px;
30947
- left: 1px;
30948
- }
30949
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30950
- height: 28px;
30951
- width: 28px;
30952
- }
30953
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30954
- border-radius: 14px;
30955
- }
30956
- .E_s1dizucg.ant-switch-checked {
30957
- background-color: #00ba5d;
30958
- }
30959
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30960
- left: calc(100% - 20px - 2px);
30961
- }
30962
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30963
- left: calc(100% - 14px - 1px);
30964
- }
30965
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30966
- left: calc(100% - 28px - 2px);
30967
- }
30968
-
30969
- .E_c1up6e3y {
30970
- margin-left: 5px;
30971
- }
30972
-
30973
- .E_skwah65 {
30974
- height: 8px;
30975
- box-sizing: border-box;
30976
- border-radius: 2px;
30977
- background: #f5f7fa;
30978
- display: flex;
30979
- width: 100%;
30980
- overflow: hidden;
30981
- }
30982
- .E_skwah65 .stack-bar-item + .stack-bar-item {
30983
- margin-left: 1px;
30984
- }
30985
-
30986
- .E_t1m2x205 .ant-tooltip-arrow {
30987
- display: none;
30988
- }
30989
- .E_t1m2x205 .ant-tooltip-inner {
30990
- background: rgba(23, 38, 64, 0.8);
30991
- border-radius: 4px;
30992
- }
30993
-
30994
30988
  .E_s1dni7lo {
30995
30989
  width: 430px !important;
30996
30990
  }
@@ -31915,83 +31909,22 @@ input.E_rf8rlle.ant-input {
31915
31909
  line-height: 12px;
31916
31910
  }
31917
31911
 
31918
- .E_s1ebs0ra {
31919
- display: flex;
31920
- align-items: center;
31921
- justify-content: space-between;
31922
- background: #edf0f7;
31923
- padding: 8px 12px;
31924
- position: sticky;
31925
- top: 0;
31926
- z-index: 1;
31927
- margin-bottom: -52px;
31928
- }
31929
- .E_s1ebs0ra .select-total {
31930
- display: flex;
31931
- align-items: center;
31932
- font-weight: 700;
31933
- flex-shrink: 0;
31912
+ .E_c1up1pdz {
31913
+ width: 648px;
31934
31914
  }
31935
- .E_s1ebs0ra .select-total .icon-wrapper {
31936
- cursor: pointer;
31937
- margin-left: 8px;
31938
- width: 32px;
31939
- height: 32px;
31940
- border-radius: 50%;
31941
- justify-content: center;
31915
+ .E_c1up1pdz.active {
31916
+ border-color: #0080ff;
31942
31917
  }
31943
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31944
- background: rgba(225, 230, 241, 0.6);
31918
+ .E_c1up1pdz.active > header {
31919
+ background: rgba(0, 128, 255, 0.1);
31945
31920
  }
31946
- .E_s1ebs0ra .action-group {
31947
- flex: 1;
31948
- margin-left: 88px;
31949
- white-space: nowrap;
31950
- text-align: right;
31951
- position: relative;
31952
- padding: 4px 0;
31953
- margin-top: -4px;
31954
- overflow: hidden;
31921
+ .E_c1up1pdz .expand {
31922
+ padding: 12px;
31955
31923
  }
31956
- .E_s1ebs0ra .action-group .sub-menu-delete {
31957
- transform: translateY(-4px);
31958
- }
31959
- .E_s1ebs0ra .action-group button {
31960
- border: none;
31961
- }
31962
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31963
- margin-right: 8px;
31964
- }
31965
- .E_s1ebs0ra .action-group > button:last-child {
31966
- margin-right: 4px;
31967
- }
31968
- .E_s1ebs0ra .action-group .more-btn {
31969
- cursor: pointer;
31970
- width: 32px;
31971
- height: 32px;
31972
- justify-content: center;
31973
- border-radius: 50%;
31974
- }
31975
- .E_s1ebs0ra .action-group .more-btn:hover {
31976
- background: #fff;
31977
- }
31978
-
31979
- .E_c1up1pdz {
31980
- width: 648px;
31981
- }
31982
- .E_c1up1pdz.active {
31983
- border-color: #0080ff;
31984
- }
31985
- .E_c1up1pdz.active > header {
31986
- background: rgba(0, 128, 255, 0.1);
31987
- }
31988
- .E_c1up1pdz .expand {
31989
- padding: 12px;
31990
- }
31991
- .E_c1up1pdz .field-item {
31992
- display: flex;
31993
- padding: 10px 0;
31994
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31924
+ .E_c1up1pdz .field-item {
31925
+ display: flex;
31926
+ padding: 10px 0;
31927
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31995
31928
  }
31996
31929
  .E_c1up1pdz .field-item:last-child {
31997
31930
  border-bottom: none;
@@ -32116,46 +32049,73 @@ input.E_rf8rlle.ant-input {
32116
32049
  color: #fff;
32117
32050
  }
32118
32051
 
32119
- .E_c1uzzomf {
32120
- margin-bottom: 16px;
32052
+ .E_s1ebs0ra {
32053
+ display: flex;
32054
+ align-items: center;
32055
+ justify-content: space-between;
32056
+ background: #edf0f7;
32057
+ padding: 8px 12px;
32058
+ position: sticky;
32059
+ top: 0;
32060
+ z-index: 1;
32061
+ margin-bottom: -52px;
32121
32062
  }
32122
- .E_c1uzzomf .card-title {
32123
- font-size: 16px;
32124
- color: rgba(44, 56, 82, 0.6);
32063
+ .E_s1ebs0ra .select-total {
32064
+ display: flex;
32065
+ align-items: center;
32125
32066
  font-weight: 700;
32126
- line-height: 32px;
32067
+ flex-shrink: 0;
32127
32068
  }
32128
- .E_c1uzzomf .card-body {
32129
- padding: 24px;
32130
- border-radius: 8px;
32131
- background: #fff;
32069
+ .E_s1ebs0ra .select-total .icon-wrapper {
32070
+ cursor: pointer;
32071
+ margin-left: 8px;
32072
+ width: 32px;
32073
+ height: 32px;
32074
+ border-radius: 50%;
32075
+ justify-content: center;
32132
32076
  }
32133
- .E_c1uzzomf .empty {
32134
- font-weight: 700;
32135
- font-size: 14px;
32136
- line-height: 22px;
32137
- color: rgba(0, 21, 64, 0.3);
32138
- text-align: center;
32077
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
32078
+ background: rgba(225, 230, 241, 0.6);
32139
32079
  }
32140
-
32141
- .E_c18gxmrl {
32142
- border: 1px solid #d8deeb;
32143
- border-radius: 4px;
32080
+ .E_s1ebs0ra .action-group {
32081
+ flex: 1;
32082
+ margin-left: 88px;
32083
+ white-space: nowrap;
32084
+ text-align: right;
32085
+ position: relative;
32086
+ padding: 4px 0;
32087
+ margin-top: -4px;
32088
+ overflow: hidden;
32144
32089
  }
32145
- .E_c18gxmrl + .E_c18gxmrl {
32146
- margin-top: 8px;
32090
+ .E_s1ebs0ra .action-group .sub-menu-delete {
32091
+ transform: translateY(-4px);
32147
32092
  }
32148
- .E_c18gxmrl:hover {
32149
- border-color: #0080ff;
32093
+ .E_s1ebs0ra .action-group button {
32094
+ border: none;
32150
32095
  }
32151
- .E_c18gxmrl:hover > header {
32152
- background: rgba(0, 128, 255, 0.1);
32096
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
32097
+ margin-right: 8px;
32153
32098
  }
32154
- .E_c18gxmrl.active header {
32155
- border-bottom: 1px solid #d8deeb;
32099
+ .E_s1ebs0ra .action-group > button:last-child {
32100
+ margin-right: 4px;
32156
32101
  }
32157
- .E_c18gxmrl > header {
32158
- padding: 8px 12px;
32102
+ .E_s1ebs0ra .action-group .more-btn {
32103
+ cursor: pointer;
32104
+ width: 32px;
32105
+ height: 32px;
32106
+ justify-content: center;
32107
+ border-radius: 50%;
32108
+ }
32109
+ .E_s1ebs0ra .action-group .more-btn:hover {
32110
+ background: #fff;
32111
+ }
32112
+
32113
+ .E_t1m2x205 .ant-tooltip-arrow {
32114
+ display: none;
32115
+ }
32116
+ .E_t1m2x205 .ant-tooltip-inner {
32117
+ background: rgba(23, 38, 64, 0.8);
32118
+ border-radius: 4px;
32159
32119
  }
32160
32120
 
32161
32121
  .E_berrcjl {
@@ -32174,6 +32134,28 @@ input.E_rf8rlle.ant-input {
32174
32134
  color: #005ed1;
32175
32135
  }
32176
32136
 
32137
+ .E_c1uzzomf {
32138
+ margin-bottom: 16px;
32139
+ }
32140
+ .E_c1uzzomf .card-title {
32141
+ font-size: 16px;
32142
+ color: rgba(44, 56, 82, 0.6);
32143
+ font-weight: 700;
32144
+ line-height: 32px;
32145
+ }
32146
+ .E_c1uzzomf .card-body {
32147
+ padding: 24px;
32148
+ border-radius: 8px;
32149
+ background: #fff;
32150
+ }
32151
+ .E_c1uzzomf .empty {
32152
+ font-weight: 700;
32153
+ font-size: 14px;
32154
+ line-height: 22px;
32155
+ color: rgba(0, 21, 64, 0.3);
32156
+ text-align: center;
32157
+ }
32158
+
32177
32159
  .E_s11wux3h .ant-segmented-item:not(:last-child) {
32178
32160
  margin-right: 2px;
32179
32161
  }
@@ -32208,101 +32190,6 @@ input.E_rf8rlle.ant-input {
32208
32190
  background-color: transparent;
32209
32191
  }
32210
32192
 
32211
- .E_d1bw7c5z {
32212
- position: relative;
32213
- max-width: 388px;
32214
- min-width: 245px;
32215
- }
32216
- .E_d1bw7c5z .center {
32217
- position: absolute;
32218
- font-size: 12px;
32219
- width: 80px;
32220
- height: 92px;
32221
- top: 12px;
32222
- left: 39px;
32223
- display: flex;
32224
- flex-direction: column;
32225
- justify-content: center;
32226
- align-items: center;
32227
- color: #00122e;
32228
- }
32229
- .E_d1bw7c5z .center .number {
32230
- font-size: 24px;
32231
- font-weight: 700;
32232
- }
32233
- .E_d1bw7c5z .center .text {
32234
- padding: 0 5px;
32235
- font-size: 12px;
32236
- width: inherit;
32237
- }
32238
- .E_d1bw7c5z .recharts-wrapper {
32239
- display: flex;
32240
- }
32241
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32242
- position: relative !important;
32243
- width: calc(100% - 148px) !important;
32244
- left: 0 !important;
32245
- bottom: 0 !important;
32246
- display: flex;
32247
- align-items: center;
32248
- }
32249
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32250
- width: 100%;
32251
- }
32252
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32253
- width: 100%;
32254
- margin-right: 0 !important;
32255
- line-height: 18px;
32256
- }
32257
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32258
- border-radius: 2px;
32259
- }
32260
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32261
- min-width: 75px;
32262
- width: calc(100% - 20px);
32263
- margin-left: 2px;
32264
- color: #00122e !important;
32265
- display: inline-flex;
32266
- justify-content: space-between;
32267
- }
32268
- .E_d1bw7c5z .tooltip-text {
32269
- maxwidth: calc(100% - 12px);
32270
- cursor: pointer;
32271
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32272
- overflow: hidden;
32273
- text-overflow: ellipsis;
32274
- white-space: nowrap;
32275
- }
32276
- .E_d1bw7c5z .value {
32277
- color: rgba(44, 56, 82, 0.75);
32278
- }
32279
-
32280
- .E_t10pqbtc {
32281
- width: 140px;
32282
- }
32283
- .E_t10pqbtc .item {
32284
- margin: 6px auto;
32285
- display: flex;
32286
- justify-content: space-between;
32287
- }
32288
- .E_t10pqbtc .item .name {
32289
- width: 102px;
32290
- }
32291
-
32292
- .E_tqjc4ui {
32293
- margin: 0 2px;
32294
- }
32295
-
32296
- .E_gmyahx3 {
32297
- cursor: pointer;
32298
- }
32299
- .E_gmyahx3 .link-text {
32300
- color: rgba(0, 21, 64, 0.3);
32301
- }
32302
- .E_gmyahx3:hover .link-text {
32303
- color: #0080ff;
32304
- }
32305
-
32306
32193
  .E_c1bus5hc {
32307
32194
  --color: white;
32308
32195
  height: 14px;
@@ -32343,20 +32230,51 @@ input.E_rf8rlle.ant-input {
32343
32230
  transform: rotate(0deg);
32344
32231
  }
32345
32232
 
32346
- .E_ou7iq30 {
32347
- overflow: hidden;
32348
- text-overflow: ellipsis;
32233
+ .E_c18bcrac {
32234
+ display: inline-block;
32235
+ width: 100%;
32236
+ }
32237
+ .E_c18bcrac .recharts-wrapper {
32238
+ margin-left: 4px;
32349
32239
  }
32350
32240
 
32351
- .E_s1tui002 {
32241
+ .E_cro7kg2 {
32242
+ padding: 4px;
32243
+ }
32244
+
32245
+ .E_c14wcxf0 {
32246
+ display: flex;
32247
+ justify-content: space-between;
32248
+ align-items: center;
32249
+ font-size: 13px;
32250
+ line-height: 24px;
32251
+ color: #cccccc;
32352
32252
  white-space: nowrap;
32353
32253
  }
32254
+ .E_c14wcxf0 label {
32255
+ margin-right: 32px;
32256
+ }
32354
32257
 
32355
- .E_mxrc2zg {
32356
- display: -webkit-box;
32357
- -webkit-line-clamp: var(--mxrc2zg-0);
32358
- -webkit-box-orient: vertical;
32359
- word-break: break-all;
32258
+ .E_coy29mj.E_c14wcxf0 {
32259
+ font-weight: bold;
32260
+ color: white;
32261
+ }
32262
+
32263
+ .E_s11212zy {
32264
+ width: 8px;
32265
+ height: 8px;
32266
+ border-radius: 2px;
32267
+ display: inline-block;
32268
+ background: var(--s11212zy-0);
32269
+ border: 1px solid #fff;
32270
+ box-sizing: content-box;
32271
+ margin-right: 6px;
32272
+ }
32273
+
32274
+ .E_p1lyky6c > :first-child {
32275
+ font-weight: bold;
32276
+ color: white;
32277
+ margin-right: 4px;
32360
32278
  }
32361
32279
 
32362
32280
  .E_clm1wy1 {
@@ -32384,72 +32302,187 @@ input.E_rf8rlle.ant-input {
32384
32302
  .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32385
32303
  margin-bottom: 8px;
32386
32304
  }
32387
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32388
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32389
- width: 22px;
32305
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32306
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32307
+ width: 22px;
32308
+ }
32309
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32310
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32311
+ padding: 0;
32312
+ }
32313
+ .E_clm1wy1 .ant-picker-cell {
32314
+ color: rgba(62, 70, 82, 0.6);
32315
+ opacity: 0.4;
32316
+ }
32317
+ .E_clm1wy1 .ant-picker-cell-in-view {
32318
+ color: rgba(62, 70, 82, 0.6);
32319
+ opacity: 1;
32320
+ }
32321
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
32322
+ color: #3e4652;
32323
+ }
32324
+ .E_clm1wy1 .ant-picker-cell::before {
32325
+ pointer-events: none;
32326
+ }
32327
+
32328
+ .E_t1tsm00v {
32329
+ color: rgba(129, 138, 153, 0.6);
32330
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32331
+ backdrop-filter: blur(10px);
32332
+ padding: 7px 10px;
32333
+ }
32334
+
32335
+ .E_c167wnad {
32336
+ color: rgba(62, 70, 82, 0.6);
32337
+ display: flex;
32338
+ justify-content: space-between;
32339
+ align-items: center;
32340
+ padding: 8px 16px;
32341
+ }
32342
+ .E_c167wnad .anticon {
32343
+ cursor: pointer;
32344
+ }
32345
+ .E_c167wnad .anticon:hover {
32346
+ color: #0096ff;
32347
+ }
32348
+
32349
+ .E_cxhf7dh {
32350
+ text-align: center;
32351
+ }
32352
+ .E_cxhf7dh .dots {
32353
+ display: flex;
32354
+ justify-content: center;
32355
+ }
32356
+ .E_cxhf7dh .dot {
32357
+ display: inline-block;
32358
+ width: 2px;
32359
+ height: 2px;
32360
+ border-radius: 1px;
32361
+ background: #0096ff;
32362
+ }
32363
+ .E_cxhf7dh .dot:not(:last-child) {
32364
+ margin-right: 2px;
32365
+ }
32366
+ .E_cxhf7dh .bar {
32367
+ width: 9px;
32368
+ height: 2px;
32369
+ background: #0096ff;
32370
+ border-radius: 2px;
32371
+ }
32372
+
32373
+ .E_c18gxmrl {
32374
+ border: 1px solid #d8deeb;
32375
+ border-radius: 4px;
32376
+ }
32377
+ .E_c18gxmrl + .E_c18gxmrl {
32378
+ margin-top: 8px;
32379
+ }
32380
+ .E_c18gxmrl:hover {
32381
+ border-color: #0080ff;
32382
+ }
32383
+ .E_c18gxmrl:hover > header {
32384
+ background: rgba(0, 128, 255, 0.1);
32385
+ }
32386
+ .E_c18gxmrl.active header {
32387
+ border-bottom: 1px solid #d8deeb;
32388
+ }
32389
+ .E_c18gxmrl > header {
32390
+ padding: 8px 12px;
32391
+ }
32392
+
32393
+ .E_d1bw7c5z {
32394
+ position: relative;
32395
+ max-width: 388px;
32396
+ min-width: 245px;
32397
+ }
32398
+ .E_d1bw7c5z .center {
32399
+ position: absolute;
32400
+ font-size: 12px;
32401
+ width: 80px;
32402
+ height: 92px;
32403
+ top: 12px;
32404
+ left: 39px;
32405
+ display: flex;
32406
+ flex-direction: column;
32407
+ justify-content: center;
32408
+ align-items: center;
32409
+ color: #00122e;
32410
+ }
32411
+ .E_d1bw7c5z .center .number {
32412
+ font-size: 24px;
32413
+ font-weight: 700;
32390
32414
  }
32391
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32392
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32393
- padding: 0;
32415
+ .E_d1bw7c5z .center .text {
32416
+ padding: 0 5px;
32417
+ font-size: 12px;
32418
+ width: inherit;
32394
32419
  }
32395
- .E_clm1wy1 .ant-picker-cell {
32396
- color: rgba(62, 70, 82, 0.6);
32397
- opacity: 0.4;
32420
+ .E_d1bw7c5z .recharts-wrapper {
32421
+ display: flex;
32398
32422
  }
32399
- .E_clm1wy1 .ant-picker-cell-in-view {
32400
- color: rgba(62, 70, 82, 0.6);
32401
- opacity: 1;
32423
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
32424
+ position: relative !important;
32425
+ width: calc(100% - 148px) !important;
32426
+ left: 0 !important;
32427
+ bottom: 0 !important;
32428
+ display: flex;
32429
+ align-items: center;
32402
32430
  }
32403
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
32404
- color: #3e4652;
32431
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
32432
+ width: 100%;
32405
32433
  }
32406
- .E_clm1wy1 .ant-picker-cell::before {
32407
- pointer-events: none;
32434
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
32435
+ width: 100%;
32436
+ margin-right: 0 !important;
32437
+ line-height: 18px;
32408
32438
  }
32409
-
32410
- .E_t1tsm00v {
32411
- color: rgba(129, 138, 153, 0.6);
32412
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32413
- backdrop-filter: blur(10px);
32414
- padding: 7px 10px;
32439
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
32440
+ border-radius: 2px;
32415
32441
  }
32416
-
32417
- .E_c167wnad {
32418
- color: rgba(62, 70, 82, 0.6);
32419
- display: flex;
32442
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
32443
+ min-width: 75px;
32444
+ width: calc(100% - 20px);
32445
+ margin-left: 2px;
32446
+ color: #00122e !important;
32447
+ display: inline-flex;
32420
32448
  justify-content: space-between;
32421
- align-items: center;
32422
- padding: 8px 16px;
32423
32449
  }
32424
- .E_c167wnad .anticon {
32450
+ .E_d1bw7c5z .tooltip-text {
32451
+ maxwidth: calc(100% - 12px);
32425
32452
  cursor: pointer;
32453
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
32454
+ overflow: hidden;
32455
+ text-overflow: ellipsis;
32456
+ white-space: nowrap;
32426
32457
  }
32427
- .E_c167wnad .anticon:hover {
32428
- color: #0096ff;
32458
+ .E_d1bw7c5z .value {
32459
+ color: rgba(44, 56, 82, 0.75);
32429
32460
  }
32430
32461
 
32431
- .E_cxhf7dh {
32432
- text-align: center;
32462
+ .E_t10pqbtc {
32463
+ width: 140px;
32433
32464
  }
32434
- .E_cxhf7dh .dots {
32465
+ .E_t10pqbtc .item {
32466
+ margin: 6px auto;
32435
32467
  display: flex;
32436
- justify-content: center;
32468
+ justify-content: space-between;
32437
32469
  }
32438
- .E_cxhf7dh .dot {
32439
- display: inline-block;
32440
- width: 2px;
32441
- height: 2px;
32442
- border-radius: 1px;
32443
- background: #0096ff;
32470
+ .E_t10pqbtc .item .name {
32471
+ width: 102px;
32444
32472
  }
32445
- .E_cxhf7dh .dot:not(:last-child) {
32446
- margin-right: 2px;
32473
+
32474
+ .E_gmyahx3 {
32475
+ cursor: pointer;
32447
32476
  }
32448
- .E_cxhf7dh .bar {
32449
- width: 9px;
32450
- height: 2px;
32451
- background: #0096ff;
32452
- border-radius: 2px;
32477
+ .E_gmyahx3 .link-text {
32478
+ color: rgba(0, 21, 64, 0.3);
32479
+ }
32480
+ .E_gmyahx3:hover .link-text {
32481
+ color: #0080ff;
32482
+ }
32483
+
32484
+ .E_tqjc4ui {
32485
+ margin: 0 2px;
32453
32486
  }
32454
32487
 
32455
32488
  .E_n12mqh7z {
@@ -32471,51 +32504,20 @@ input.E_rf8rlle.ant-input {
32471
32504
  overflow: "auto";
32472
32505
  }
32473
32506
 
32474
- .E_c18bcrac {
32475
- display: inline-block;
32476
- width: 100%;
32477
- }
32478
- .E_c18bcrac .recharts-wrapper {
32479
- margin-left: 4px;
32480
- }
32481
-
32482
- .E_cro7kg2 {
32483
- padding: 4px;
32507
+ .E_ou7iq30 {
32508
+ overflow: hidden;
32509
+ text-overflow: ellipsis;
32484
32510
  }
32485
32511
 
32486
- .E_c14wcxf0 {
32487
- display: flex;
32488
- justify-content: space-between;
32489
- align-items: center;
32490
- font-size: 13px;
32491
- line-height: 24px;
32492
- color: #cccccc;
32512
+ .E_s1tui002 {
32493
32513
  white-space: nowrap;
32494
32514
  }
32495
- .E_c14wcxf0 label {
32496
- margin-right: 32px;
32497
- }
32498
-
32499
- .E_coy29mj.E_c14wcxf0 {
32500
- font-weight: bold;
32501
- color: white;
32502
- }
32503
-
32504
- .E_s11212zy {
32505
- width: 8px;
32506
- height: 8px;
32507
- border-radius: 2px;
32508
- display: inline-block;
32509
- background: var(--s11212zy-0);
32510
- border: 1px solid #fff;
32511
- box-sizing: content-box;
32512
- margin-right: 6px;
32513
- }
32514
32515
 
32515
- .E_p1lyky6c > :first-child {
32516
- font-weight: bold;
32517
- color: white;
32518
- margin-right: 4px;
32516
+ .E_mxrc2zg {
32517
+ display: -webkit-box;
32518
+ -webkit-line-clamp: var(--mxrc2zg-0);
32519
+ -webkit-box-orient: vertical;
32520
+ word-break: break-all;
32519
32521
  }
32520
32522
 
32521
32523
  .E_t1sqg15u {
@@ -32608,11 +32610,12 @@ input.E_rf8rlle.ant-input {
32608
32610
  padding-right: 12px;
32609
32611
  }
32610
32612
 
32611
- .E_tje3huy {
32612
- width: 100%;
32613
- overflow: inherit;
32614
- white-space: inherit;
32615
- text-overflow: ellipsis;
32613
+ .E_s1iv0tp1 .enabled-switch {
32614
+ display: flex;
32615
+ align-items: center;
32616
+ }
32617
+ .E_s1iv0tp1 .enabled-text {
32618
+ margin-right: 8px;
32616
32619
  }
32617
32620
 
32618
32621
  .E_m74vjol {
@@ -32628,12 +32631,34 @@ input.E_rf8rlle.ant-input {
32628
32631
  width: 100%;
32629
32632
  }
32630
32633
 
32631
- .E_s1iv0tp1 .enabled-switch {
32634
+ .E_tje3huy {
32635
+ width: 100%;
32636
+ overflow: inherit;
32637
+ white-space: inherit;
32638
+ text-overflow: ellipsis;
32639
+ }
32640
+
32641
+ .E_wg1tsps {
32632
32642
  display: flex;
32633
32643
  align-items: center;
32644
+ justify-content: flex-end;
32634
32645
  }
32635
- .E_s1iv0tp1 .enabled-text {
32636
- margin-right: 8px;
32646
+
32647
+ .E_b1ctd5xy {
32648
+ display: flex;
32649
+ align-items: center;
32650
+ width: calc(100% - 40px);
32651
+ }
32652
+ .E_b1ctd5xy .chart {
32653
+ display: inline-block;
32654
+ width: 100%;
32655
+ }
32656
+
32657
+ .E_u1p8acpn {
32658
+ min-width: 40px;
32659
+ }
32660
+ .E_u1p8acpn .unit {
32661
+ color: #00122e !important;
32637
32662
  }
32638
32663
 
32639
32664
  .E_c1yyuluq {
@@ -32665,29 +32690,6 @@ input.E_rf8rlle.ant-input {
32665
32690
  cursor: default;
32666
32691
  }
32667
32692
 
32668
- .E_wg1tsps {
32669
- display: flex;
32670
- align-items: center;
32671
- justify-content: flex-end;
32672
- }
32673
-
32674
- .E_b1ctd5xy {
32675
- display: flex;
32676
- align-items: center;
32677
- width: calc(100% - 40px);
32678
- }
32679
- .E_b1ctd5xy .chart {
32680
- display: inline-block;
32681
- width: 100%;
32682
- }
32683
-
32684
- .E_u1p8acpn {
32685
- min-width: 40px;
32686
- }
32687
- .E_u1p8acpn .unit {
32688
- color: #00122e !important;
32689
- }
32690
-
32691
32693
  .E_itxley7.ant-input-group.ant-input-group-compact {
32692
32694
  display: flex;
32693
32695
  }
@@ -33001,10 +33003,59 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33001
33003
  background: rgba(163, 180, 204, 0.18);
33002
33004
  }
33003
33005
 
33004
- .E_h1ol2wl7 {
33005
- font-weight: bold;
33006
- background-color: unset;
33007
- padding: unset;
33006
+ .E_h1ol2wl7 {
33007
+ font-weight: bold;
33008
+ background-color: unset;
33009
+ padding: unset;
33010
+ }
33011
+
33012
+ .E_lht19u8 {
33013
+ width: 64px;
33014
+ height: 64px;
33015
+ display: flex;
33016
+ align-items: center;
33017
+ justify-content: center;
33018
+ position: relative;
33019
+ opacity: 0.2;
33020
+ }
33021
+
33022
+ .E_lk3gkp4 {
33023
+ position: absolute;
33024
+ width: 5px;
33025
+ height: 48px;
33026
+ left: 9.33px;
33027
+ top: 40.5px;
33028
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33029
+ border-radius: 5px;
33030
+ transform: rotate(-128deg);
33031
+ transform-origin: top left;
33032
+ animation: loading-indicator1 1100ms ease-out infinite;
33033
+ }
33034
+
33035
+ .E_ll4n94n {
33036
+ position: absolute;
33037
+ width: 5px;
33038
+ height: 48px;
33039
+ left: 40.8px;
33040
+ top: 8.4px;
33041
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33042
+ border-radius: 5px;
33043
+ transform: rotate(-8deg);
33044
+ transform-origin: top left;
33045
+ animation: loading-indicator2 1100ms ease-out infinite;
33046
+ }
33047
+
33048
+ .E_l17lbdo6 {
33049
+ position: absolute;
33050
+ width: 5px;
33051
+ height: 48px;
33052
+ left: 52.9px;
33053
+ top: 51.8px;
33054
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33055
+ border-radius: 5px;
33056
+ transform: rotate(112deg);
33057
+ transform-origin: top left;
33058
+ animation: loading-indicator3 1100ms ease-out infinite;
33008
33059
  }
33009
33060
 
33010
33061
  .E_msn7nxt {
@@ -33168,55 +33219,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
33168
33219
  margin-left: 8px;
33169
33220
  }
33170
33221
 
33171
- .E_lht19u8 {
33172
- width: 64px;
33173
- height: 64px;
33174
- display: flex;
33175
- align-items: center;
33176
- justify-content: center;
33177
- position: relative;
33178
- opacity: 0.2;
33179
- }
33180
-
33181
- .E_lk3gkp4 {
33182
- position: absolute;
33183
- width: 5px;
33184
- height: 48px;
33185
- left: 9.33px;
33186
- top: 40.5px;
33187
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33188
- border-radius: 5px;
33189
- transform: rotate(-128deg);
33190
- transform-origin: top left;
33191
- animation: loading-indicator1 1100ms ease-out infinite;
33192
- }
33193
-
33194
- .E_ll4n94n {
33195
- position: absolute;
33196
- width: 5px;
33197
- height: 48px;
33198
- left: 40.8px;
33199
- top: 8.4px;
33200
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33201
- border-radius: 5px;
33202
- transform: rotate(-8deg);
33203
- transform-origin: top left;
33204
- animation: loading-indicator2 1100ms ease-out infinite;
33205
- }
33206
-
33207
- .E_l17lbdo6 {
33208
- position: absolute;
33209
- width: 5px;
33210
- height: 48px;
33211
- left: 52.9px;
33212
- top: 51.8px;
33213
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33214
- border-radius: 5px;
33215
- transform: rotate(112deg);
33216
- transform-origin: top left;
33217
- animation: loading-indicator3 1100ms ease-out infinite;
33218
- }
33219
-
33220
33222
  .E_sjob3jg {
33221
33223
  --item-min-width: 60px;
33222
33224
  }
@@ -34092,63 +34094,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34092
34094
  background: transparent;
34093
34095
  }
34094
34096
 
34095
- .E_c1kghdax {
34096
- color: #2d3a56;
34097
- padding: 7px 12px;
34098
- display: flex;
34099
- justify-content: space-between;
34100
- align-items: center;
34101
- }
34102
- .E_c1kghdax.has-arrow {
34103
- padding-left: 10px;
34104
- }
34105
- .E_c1kghdax.has-arrow .title-wrapper {
34106
- cursor: pointer;
34107
- color: #00122e;
34108
- }
34109
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
34110
- color: #2d3a56;
34111
- font-weight: 600;
34112
- }
34113
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34114
- transform: rotate(90deg);
34115
- }
34116
- .E_c1kghdax .sub-info {
34117
- font-size: 12px;
34118
- line-height: 18px;
34119
- }
34120
- .E_c1kghdax .title-wrapper {
34121
- display: flex;
34122
- align-items: center;
34123
- user-select: none;
34124
- flex-grow: 1;
34125
- font-size: 12px;
34126
- line-height: 18px;
34127
- color: #2d3a56;
34128
- font-weight: 700;
34129
- }
34130
- .E_c1kghdax .collapse-arrow {
34131
- transition: all 50ms ease-out 0ms;
34132
- margin-right: 2px;
34133
- }
34134
-
34135
- .E_c1yd35n {
34136
- padding: 0 12px 14px 12px;
34137
- }
34138
-
34139
- .E_suhck3k {
34140
- height: 24px;
34141
- width: 24px;
34142
- border-radius: 6px;
34143
- padding: 4px;
34144
- }
34145
- .E_suhck3k:hover {
34146
- background-color: rgba(0, 136, 255, 0.1);
34147
- }
34148
- .E_suhck3k:hover svg path {
34149
- fill: blue;
34150
- }
34151
-
34152
34097
  .E_ckui4s7 {
34153
34098
  color: #2d3a56;
34154
34099
  line-height: 22px;
@@ -34213,6 +34158,63 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34213
34158
  margin-left: 24px;
34214
34159
  }
34215
34160
 
34161
+ .E_c1yd35n {
34162
+ padding: 0 12px 14px 12px;
34163
+ }
34164
+
34165
+ .E_c1kghdax {
34166
+ color: #2d3a56;
34167
+ padding: 7px 12px;
34168
+ display: flex;
34169
+ justify-content: space-between;
34170
+ align-items: center;
34171
+ }
34172
+ .E_c1kghdax.has-arrow {
34173
+ padding-left: 10px;
34174
+ }
34175
+ .E_c1kghdax.has-arrow .title-wrapper {
34176
+ cursor: pointer;
34177
+ color: #00122e;
34178
+ }
34179
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34180
+ color: #2d3a56;
34181
+ font-weight: 600;
34182
+ }
34183
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34184
+ transform: rotate(90deg);
34185
+ }
34186
+ .E_c1kghdax .sub-info {
34187
+ font-size: 12px;
34188
+ line-height: 18px;
34189
+ }
34190
+ .E_c1kghdax .title-wrapper {
34191
+ display: flex;
34192
+ align-items: center;
34193
+ user-select: none;
34194
+ flex-grow: 1;
34195
+ font-size: 12px;
34196
+ line-height: 18px;
34197
+ color: #2d3a56;
34198
+ font-weight: 700;
34199
+ }
34200
+ .E_c1kghdax .collapse-arrow {
34201
+ transition: all 50ms ease-out 0ms;
34202
+ margin-right: 2px;
34203
+ }
34204
+
34205
+ .E_suhck3k {
34206
+ height: 24px;
34207
+ width: 24px;
34208
+ border-radius: 6px;
34209
+ padding: 4px;
34210
+ }
34211
+ .E_suhck3k:hover {
34212
+ background-color: rgba(0, 136, 255, 0.1);
34213
+ }
34214
+ .E_suhck3k:hover svg path {
34215
+ fill: blue;
34216
+ }
34217
+
34216
34218
  .E_ryby9ds {
34217
34219
  display: flex;
34218
34220
  align-items: center;
@@ -34268,6 +34270,44 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34268
34270
  transform: translateY(-4px);
34269
34271
  }
34270
34272
 
34273
+ .E_slr2ynn {
34274
+ padding: 0 8px;
34275
+ height: 18px;
34276
+ }
34277
+
34278
+ .E_m140wbb6 {
34279
+ padding: 2px 8px;
34280
+ height: 24px;
34281
+ }
34282
+
34283
+ .E_t1fozc1i {
34284
+ margin: 0;
34285
+ }
34286
+
34287
+ .E_i1vxv4ln {
34288
+ margin-right: 4px;
34289
+ height: 16px;
34290
+ }
34291
+
34292
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34293
+ font-weight: 700;
34294
+ color: #00122e;
34295
+ background-color: rgba(237, 241, 250, 0.6);
34296
+ border: 1px solid rgba(211, 218, 235, 0.6);
34297
+ word-break: break-all;
34298
+ display: inline;
34299
+ white-space: normal;
34300
+ }
34301
+
34302
+ .E_w7ob4th.outside-tag {
34303
+ padding-left: 0;
34304
+ }
34305
+ .E_w7ob4th.outside-tag .inside-tag {
34306
+ border-radius: 4px 0 0 4px;
34307
+ padding-right: 4px;
34308
+ margin-right: 4px;
34309
+ }
34310
+
34271
34311
  .E_t1dtlqs1 {
34272
34312
  margin-bottom: 4px;
34273
34313
  color: rgba(44, 56, 82, 0.6);
@@ -34461,44 +34501,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
34461
34501
  margin-right: 8px;
34462
34502
  }
34463
34503
 
34464
- .E_w7ob4th.outside-tag {
34465
- padding-left: 0;
34466
- }
34467
- .E_w7ob4th.outside-tag .inside-tag {
34468
- border-radius: 4px 0 0 4px;
34469
- padding-right: 4px;
34470
- margin-right: 4px;
34471
- }
34472
-
34473
- .E_slr2ynn {
34474
- padding: 0 8px;
34475
- height: 18px;
34476
- }
34477
-
34478
- .E_m140wbb6 {
34479
- padding: 2px 8px;
34480
- height: 24px;
34481
- }
34482
-
34483
- .E_t1fozc1i {
34484
- margin: 0;
34485
- }
34486
-
34487
- .E_i1vxv4ln {
34488
- margin-right: 4px;
34489
- height: 16px;
34490
- }
34491
-
34492
- .E_n1afl31m.ant-tag.ant-tag-gray {
34493
- font-weight: 700;
34494
- color: #00122e;
34495
- background-color: rgba(237, 241, 250, 0.6);
34496
- border: 1px solid rgba(211, 218, 235, 0.6);
34497
- word-break: break-all;
34498
- display: inline;
34499
- white-space: normal;
34500
- }
34501
-
34502
34504
  .E_i1g85yz3 {
34503
34505
  margin-right: 4px;
34504
34506
  height: 16px;