@tuya-miniapp/ark-extension-virtual-device 1.1.7 → 1.1.8

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.
@@ -41789,271 +41789,70 @@ template {
41789
41789
  /* stylelint-disable no-duplicate-selectors */
41790
41790
  /* stylelint-disable */
41791
41791
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
41792
- .ant-modal {
41793
- box-sizing: border-box;
41794
- margin: 0;
41795
- padding: 0;
41796
- color: rgba(0, 0, 0, 0.85);
41797
- font-size: 14px;
41798
- font-variant: tabular-nums;
41799
- line-height: 1.5715;
41800
- list-style: none;
41801
- font-feature-settings: 'tnum';
41802
- pointer-events: none;
41803
- position: relative;
41804
- top: 100px;
41805
- width: auto;
41806
- max-width: calc(100vw - 32px);
41807
- margin: 0 auto;
41808
- padding-bottom: 24px;
41809
- }
41810
- .ant-modal.ant-zoom-enter,
41811
- .ant-modal.ant-zoom-appear {
41812
- transform: none;
41813
- opacity: 0;
41814
- animation-duration: 0.3s;
41815
- user-select: none;
41816
- }
41817
- .ant-modal-mask {
41818
- position: fixed;
41819
- top: 0;
41820
- right: 0;
41821
- bottom: 0;
41822
- left: 0;
41823
- z-index: 1000;
41824
- height: 100%;
41825
- background-color: rgba(0, 0, 0, 0.45);
41826
- }
41827
- .ant-modal-mask-hidden {
41828
- display: none;
41792
+ .ant-result {
41793
+ padding: 48px 32px;
41829
41794
  }
41830
- .ant-modal-wrap {
41831
- position: fixed;
41832
- top: 0;
41833
- right: 0;
41834
- bottom: 0;
41835
- left: 0;
41836
- overflow: auto;
41837
- outline: 0;
41838
- -webkit-overflow-scrolling: touch;
41795
+ .ant-result-success .ant-result-icon > .anticon {
41796
+ color: #52c41a;
41839
41797
  }
41840
- .ant-modal-wrap {
41841
- z-index: 1000;
41798
+ .ant-result-error .ant-result-icon > .anticon {
41799
+ color: #ff4d4f;
41842
41800
  }
41843
- .ant-modal-title {
41844
- margin: 0;
41845
- color: rgba(0, 0, 0, 0.85);
41846
- font-weight: 500;
41847
- font-size: 16px;
41848
- line-height: 22px;
41849
- word-wrap: break-word;
41801
+ .ant-result-info .ant-result-icon > .anticon {
41802
+ color: #1890ff;
41850
41803
  }
41851
- .ant-modal-content {
41852
- position: relative;
41853
- background-color: #fff;
41854
- background-clip: padding-box;
41855
- border: 0;
41856
- border-radius: 2px;
41857
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
41858
- pointer-events: auto;
41804
+ .ant-result-warning .ant-result-icon > .anticon {
41805
+ color: #faad14;
41859
41806
  }
41860
- .ant-modal-close {
41861
- position: absolute;
41862
- top: 0;
41863
- right: 0;
41864
- z-index: 10;
41865
- padding: 0;
41866
- color: rgba(0, 0, 0, 0.45);
41867
- font-weight: 700;
41868
- line-height: 1;
41869
- text-decoration: none;
41870
- background: transparent;
41871
- border: 0;
41872
- outline: 0;
41873
- cursor: pointer;
41874
- transition: color 0.3s;
41807
+ .ant-result-image {
41808
+ width: 250px;
41809
+ height: 295px;
41810
+ margin: auto;
41875
41811
  }
41876
- .ant-modal-close-x {
41877
- display: block;
41878
- width: 56px;
41879
- height: 56px;
41880
- font-size: 16px;
41881
- font-style: normal;
41882
- line-height: 56px;
41812
+ .ant-result-icon {
41813
+ margin-bottom: 24px;
41883
41814
  text-align: center;
41884
- text-transform: none;
41885
- text-rendering: auto;
41886
41815
  }
41887
- .ant-modal-close:focus,
41888
- .ant-modal-close:hover {
41889
- color: rgba(0, 0, 0, 0.75);
41890
- text-decoration: none;
41816
+ .ant-result-icon > .anticon {
41817
+ font-size: 72px;
41891
41818
  }
41892
- .ant-modal-header {
41893
- padding: 16px 24px;
41819
+ .ant-result-title {
41894
41820
  color: rgba(0, 0, 0, 0.85);
41895
- background: #fff;
41896
- border-bottom: 1px solid #f0f0f0;
41897
- border-radius: 2px 2px 0 0;
41821
+ font-size: 24px;
41822
+ line-height: 1.8;
41823
+ text-align: center;
41898
41824
  }
41899
- .ant-modal-body {
41900
- padding: 24px;
41825
+ .ant-result-subtitle {
41826
+ color: rgba(0, 0, 0, 0.45);
41901
41827
  font-size: 14px;
41902
- line-height: 1.5715;
41903
- word-wrap: break-word;
41904
- }
41905
- .ant-modal-footer {
41906
- padding: 10px 16px;
41907
- text-align: right;
41908
- background: transparent;
41909
- border-top: 1px solid #f0f0f0;
41910
- border-radius: 0 0 2px 2px;
41911
- }
41912
- .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
41913
- margin-bottom: 0;
41914
- margin-left: 8px;
41915
- }
41916
- .ant-modal-open {
41917
- overflow: hidden;
41918
- }
41919
- .ant-modal-centered {
41828
+ line-height: 1.6;
41920
41829
  text-align: center;
41921
41830
  }
41922
- .ant-modal-centered::before {
41923
- display: inline-block;
41924
- width: 0;
41925
- height: 100%;
41926
- vertical-align: middle;
41927
- content: '';
41928
- }
41929
- .ant-modal-centered .ant-modal {
41930
- top: 0;
41931
- display: inline-block;
41932
- padding-bottom: 0;
41933
- text-align: left;
41934
- vertical-align: middle;
41935
- }
41936
- @media (max-width: 767px) {
41937
- .ant-modal {
41938
- max-width: calc(100vw - 16px);
41939
- margin: 8px auto;
41940
- }
41941
- .ant-modal-centered .ant-modal {
41942
- flex: 1;
41943
- }
41944
- }
41945
- .ant-modal-confirm .ant-modal-header {
41946
- display: none;
41947
- }
41948
- .ant-modal-confirm .ant-modal-body {
41949
- padding: 32px 32px 24px;
41950
- }
41951
- .ant-modal-confirm-body-wrapper::before {
41952
- display: table;
41953
- content: '';
41954
- }
41955
- .ant-modal-confirm-body-wrapper::after {
41956
- display: table;
41957
- clear: both;
41958
- content: '';
41959
- }
41960
- .ant-modal-confirm-body .ant-modal-confirm-title {
41961
- display: block;
41962
- overflow: hidden;
41963
- color: rgba(0, 0, 0, 0.85);
41964
- font-weight: 500;
41965
- font-size: 16px;
41966
- line-height: 1.4;
41967
- }
41968
- .ant-modal-confirm-body .ant-modal-confirm-content {
41969
- margin-top: 8px;
41970
- color: rgba(0, 0, 0, 0.85);
41971
- font-size: 14px;
41831
+ .ant-result-extra {
41832
+ margin: 24px 0 0 0;
41833
+ text-align: center;
41972
41834
  }
41973
- .ant-modal-confirm-body > .anticon {
41974
- float: left;
41975
- margin-right: 16px;
41976
- font-size: 22px;
41835
+ .ant-result-extra > * {
41836
+ margin-right: 8px;
41977
41837
  }
41978
- .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
41979
- margin-left: 38px;
41838
+ .ant-result-extra > *:last-child {
41839
+ margin-right: 0;
41980
41840
  }
41981
- .ant-modal-confirm .ant-modal-confirm-btns {
41841
+ .ant-result-content {
41982
41842
  margin-top: 24px;
41983
- text-align: right;
41984
- }
41985
- .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
41986
- margin-bottom: 0;
41987
- margin-left: 8px;
41988
- }
41989
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
41990
- color: #ff4d4f;
41991
- }
41992
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
41993
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
41994
- color: #faad14;
41995
- }
41996
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
41997
- color: #1890ff;
41998
- }
41999
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
42000
- color: #52c41a;
42001
- }
42002
- .ant-modal-wrap-rtl {
42003
- direction: rtl;
42004
- }
42005
- .ant-modal-wrap-rtl .ant-modal-close {
42006
- right: initial;
42007
- left: 0;
42008
- }
42009
- .ant-modal-wrap-rtl .ant-modal-footer {
42010
- text-align: left;
42011
- }
42012
- .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
42013
- margin-right: 8px;
42014
- margin-left: 0;
41843
+ padding: 24px 40px;
41844
+ background-color: #fafafa;
42015
41845
  }
42016
- .ant-modal-wrap-rtl .ant-modal-confirm-body {
41846
+ .ant-result-rtl {
42017
41847
  direction: rtl;
42018
41848
  }
42019
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
42020
- float: right;
41849
+ .ant-result-rtl .ant-result-extra > * {
42021
41850
  margin-right: 0;
42022
- margin-left: 16px;
42023
- }
42024
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
42025
- margin-right: 38px;
42026
- margin-left: 0;
42027
- }
42028
- .ant-modal-wrap-rtl .ant-modal-confirm-btns {
42029
- text-align: left;
41851
+ margin-left: 8px;
42030
41852
  }
42031
- .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
42032
- margin-right: 8px;
41853
+ .ant-result-rtl .ant-result-extra > *:last-child {
42033
41854
  margin-left: 0;
42034
41855
  }
42035
- .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
42036
- text-align: right;
42037
- }
42038
-
42039
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
42040
- /* stylelint-disable no-duplicate-selectors */
42041
- /* stylelint-disable */
42042
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
42043
- .ant-select-auto-complete {
42044
- box-sizing: border-box;
42045
- margin: 0;
42046
- padding: 0;
42047
- color: rgba(0, 0, 0, 0.85);
42048
- font-size: 14px;
42049
- font-variant: tabular-nums;
42050
- line-height: 1.5715;
42051
- list-style: none;
42052
- font-feature-settings: 'tnum';
42053
- }
42054
- .ant-select-auto-complete .ant-select-clear {
42055
- right: 13px;
42056
- }
42057
41856
 
42058
41857
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
42059
41858
  /* stylelint-disable no-duplicate-selectors */
@@ -42138,69 +41937,19 @@ template {
42138
41937
  /* stylelint-disable no-duplicate-selectors */
42139
41938
  /* stylelint-disable */
42140
41939
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
42141
- .ant-result {
42142
- padding: 48px 32px;
42143
- }
42144
- .ant-result-success .ant-result-icon > .anticon {
42145
- color: #52c41a;
42146
- }
42147
- .ant-result-error .ant-result-icon > .anticon {
42148
- color: #ff4d4f;
42149
- }
42150
- .ant-result-info .ant-result-icon > .anticon {
42151
- color: #1890ff;
42152
- }
42153
- .ant-result-warning .ant-result-icon > .anticon {
42154
- color: #faad14;
42155
- }
42156
- .ant-result-image {
42157
- width: 250px;
42158
- height: 295px;
42159
- margin: auto;
42160
- }
42161
- .ant-result-icon {
42162
- margin-bottom: 24px;
42163
- text-align: center;
42164
- }
42165
- .ant-result-icon > .anticon {
42166
- font-size: 72px;
42167
- }
42168
- .ant-result-title {
41940
+ .ant-select-auto-complete {
41941
+ box-sizing: border-box;
41942
+ margin: 0;
41943
+ padding: 0;
42169
41944
  color: rgba(0, 0, 0, 0.85);
42170
- font-size: 24px;
42171
- line-height: 1.8;
42172
- text-align: center;
42173
- }
42174
- .ant-result-subtitle {
42175
- color: rgba(0, 0, 0, 0.45);
42176
41945
  font-size: 14px;
42177
- line-height: 1.6;
42178
- text-align: center;
42179
- }
42180
- .ant-result-extra {
42181
- margin: 24px 0 0 0;
42182
- text-align: center;
42183
- }
42184
- .ant-result-extra > * {
42185
- margin-right: 8px;
42186
- }
42187
- .ant-result-extra > *:last-child {
42188
- margin-right: 0;
42189
- }
42190
- .ant-result-content {
42191
- margin-top: 24px;
42192
- padding: 24px 40px;
42193
- background-color: #fafafa;
42194
- }
42195
- .ant-result-rtl {
42196
- direction: rtl;
42197
- }
42198
- .ant-result-rtl .ant-result-extra > * {
42199
- margin-right: 0;
42200
- margin-left: 8px;
41946
+ font-variant: tabular-nums;
41947
+ line-height: 1.5715;
41948
+ list-style: none;
41949
+ font-feature-settings: 'tnum';
42201
41950
  }
42202
- .ant-result-rtl .ant-result-extra > *:last-child {
42203
- margin-left: 0;
41951
+ .ant-select-auto-complete .ant-select-clear {
41952
+ right: 13px;
42204
41953
  }
42205
41954
 
42206
41955
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
@@ -43491,6 +43240,257 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
43491
43240
  margin-left: 0;
43492
43241
  }
43493
43242
 
43243
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
43244
+ /* stylelint-disable no-duplicate-selectors */
43245
+ /* stylelint-disable */
43246
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
43247
+ .ant-modal {
43248
+ box-sizing: border-box;
43249
+ margin: 0;
43250
+ padding: 0;
43251
+ color: rgba(0, 0, 0, 0.85);
43252
+ font-size: 14px;
43253
+ font-variant: tabular-nums;
43254
+ line-height: 1.5715;
43255
+ list-style: none;
43256
+ font-feature-settings: 'tnum';
43257
+ pointer-events: none;
43258
+ position: relative;
43259
+ top: 100px;
43260
+ width: auto;
43261
+ max-width: calc(100vw - 32px);
43262
+ margin: 0 auto;
43263
+ padding-bottom: 24px;
43264
+ }
43265
+ .ant-modal.ant-zoom-enter,
43266
+ .ant-modal.ant-zoom-appear {
43267
+ transform: none;
43268
+ opacity: 0;
43269
+ animation-duration: 0.3s;
43270
+ user-select: none;
43271
+ }
43272
+ .ant-modal-mask {
43273
+ position: fixed;
43274
+ top: 0;
43275
+ right: 0;
43276
+ bottom: 0;
43277
+ left: 0;
43278
+ z-index: 1000;
43279
+ height: 100%;
43280
+ background-color: rgba(0, 0, 0, 0.45);
43281
+ }
43282
+ .ant-modal-mask-hidden {
43283
+ display: none;
43284
+ }
43285
+ .ant-modal-wrap {
43286
+ position: fixed;
43287
+ top: 0;
43288
+ right: 0;
43289
+ bottom: 0;
43290
+ left: 0;
43291
+ overflow: auto;
43292
+ outline: 0;
43293
+ -webkit-overflow-scrolling: touch;
43294
+ }
43295
+ .ant-modal-wrap {
43296
+ z-index: 1000;
43297
+ }
43298
+ .ant-modal-title {
43299
+ margin: 0;
43300
+ color: rgba(0, 0, 0, 0.85);
43301
+ font-weight: 500;
43302
+ font-size: 16px;
43303
+ line-height: 22px;
43304
+ word-wrap: break-word;
43305
+ }
43306
+ .ant-modal-content {
43307
+ position: relative;
43308
+ background-color: #fff;
43309
+ background-clip: padding-box;
43310
+ border: 0;
43311
+ border-radius: 2px;
43312
+ box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
43313
+ pointer-events: auto;
43314
+ }
43315
+ .ant-modal-close {
43316
+ position: absolute;
43317
+ top: 0;
43318
+ right: 0;
43319
+ z-index: 10;
43320
+ padding: 0;
43321
+ color: rgba(0, 0, 0, 0.45);
43322
+ font-weight: 700;
43323
+ line-height: 1;
43324
+ text-decoration: none;
43325
+ background: transparent;
43326
+ border: 0;
43327
+ outline: 0;
43328
+ cursor: pointer;
43329
+ transition: color 0.3s;
43330
+ }
43331
+ .ant-modal-close-x {
43332
+ display: block;
43333
+ width: 56px;
43334
+ height: 56px;
43335
+ font-size: 16px;
43336
+ font-style: normal;
43337
+ line-height: 56px;
43338
+ text-align: center;
43339
+ text-transform: none;
43340
+ text-rendering: auto;
43341
+ }
43342
+ .ant-modal-close:focus,
43343
+ .ant-modal-close:hover {
43344
+ color: rgba(0, 0, 0, 0.75);
43345
+ text-decoration: none;
43346
+ }
43347
+ .ant-modal-header {
43348
+ padding: 16px 24px;
43349
+ color: rgba(0, 0, 0, 0.85);
43350
+ background: #fff;
43351
+ border-bottom: 1px solid #f0f0f0;
43352
+ border-radius: 2px 2px 0 0;
43353
+ }
43354
+ .ant-modal-body {
43355
+ padding: 24px;
43356
+ font-size: 14px;
43357
+ line-height: 1.5715;
43358
+ word-wrap: break-word;
43359
+ }
43360
+ .ant-modal-footer {
43361
+ padding: 10px 16px;
43362
+ text-align: right;
43363
+ background: transparent;
43364
+ border-top: 1px solid #f0f0f0;
43365
+ border-radius: 0 0 2px 2px;
43366
+ }
43367
+ .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
43368
+ margin-bottom: 0;
43369
+ margin-left: 8px;
43370
+ }
43371
+ .ant-modal-open {
43372
+ overflow: hidden;
43373
+ }
43374
+ .ant-modal-centered {
43375
+ text-align: center;
43376
+ }
43377
+ .ant-modal-centered::before {
43378
+ display: inline-block;
43379
+ width: 0;
43380
+ height: 100%;
43381
+ vertical-align: middle;
43382
+ content: '';
43383
+ }
43384
+ .ant-modal-centered .ant-modal {
43385
+ top: 0;
43386
+ display: inline-block;
43387
+ padding-bottom: 0;
43388
+ text-align: left;
43389
+ vertical-align: middle;
43390
+ }
43391
+ @media (max-width: 767px) {
43392
+ .ant-modal {
43393
+ max-width: calc(100vw - 16px);
43394
+ margin: 8px auto;
43395
+ }
43396
+ .ant-modal-centered .ant-modal {
43397
+ flex: 1;
43398
+ }
43399
+ }
43400
+ .ant-modal-confirm .ant-modal-header {
43401
+ display: none;
43402
+ }
43403
+ .ant-modal-confirm .ant-modal-body {
43404
+ padding: 32px 32px 24px;
43405
+ }
43406
+ .ant-modal-confirm-body-wrapper::before {
43407
+ display: table;
43408
+ content: '';
43409
+ }
43410
+ .ant-modal-confirm-body-wrapper::after {
43411
+ display: table;
43412
+ clear: both;
43413
+ content: '';
43414
+ }
43415
+ .ant-modal-confirm-body .ant-modal-confirm-title {
43416
+ display: block;
43417
+ overflow: hidden;
43418
+ color: rgba(0, 0, 0, 0.85);
43419
+ font-weight: 500;
43420
+ font-size: 16px;
43421
+ line-height: 1.4;
43422
+ }
43423
+ .ant-modal-confirm-body .ant-modal-confirm-content {
43424
+ margin-top: 8px;
43425
+ color: rgba(0, 0, 0, 0.85);
43426
+ font-size: 14px;
43427
+ }
43428
+ .ant-modal-confirm-body > .anticon {
43429
+ float: left;
43430
+ margin-right: 16px;
43431
+ font-size: 22px;
43432
+ }
43433
+ .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
43434
+ margin-left: 38px;
43435
+ }
43436
+ .ant-modal-confirm .ant-modal-confirm-btns {
43437
+ margin-top: 24px;
43438
+ text-align: right;
43439
+ }
43440
+ .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
43441
+ margin-bottom: 0;
43442
+ margin-left: 8px;
43443
+ }
43444
+ .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
43445
+ color: #ff4d4f;
43446
+ }
43447
+ .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
43448
+ .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
43449
+ color: #faad14;
43450
+ }
43451
+ .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
43452
+ color: #1890ff;
43453
+ }
43454
+ .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
43455
+ color: #52c41a;
43456
+ }
43457
+ .ant-modal-wrap-rtl {
43458
+ direction: rtl;
43459
+ }
43460
+ .ant-modal-wrap-rtl .ant-modal-close {
43461
+ right: initial;
43462
+ left: 0;
43463
+ }
43464
+ .ant-modal-wrap-rtl .ant-modal-footer {
43465
+ text-align: left;
43466
+ }
43467
+ .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
43468
+ margin-right: 8px;
43469
+ margin-left: 0;
43470
+ }
43471
+ .ant-modal-wrap-rtl .ant-modal-confirm-body {
43472
+ direction: rtl;
43473
+ }
43474
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
43475
+ float: right;
43476
+ margin-right: 0;
43477
+ margin-left: 16px;
43478
+ }
43479
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
43480
+ margin-right: 38px;
43481
+ margin-left: 0;
43482
+ }
43483
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns {
43484
+ text-align: left;
43485
+ }
43486
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
43487
+ margin-right: 8px;
43488
+ margin-left: 0;
43489
+ }
43490
+ .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
43491
+ text-align: right;
43492
+ }
43493
+
43494
43494
  .PageI18nCheck .layout {
43495
43495
  height: calc(100vh - 30px - 50px);
43496
43496
  overflow: auto;