@tuya-miniapp/ark-extension-virtual-device 1.4.0-beta-13 → 1.4.0-beta-15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/view/app.min.css +466 -353
- package/dist/view/app.min.js +2 -2
- package/dist/worker/index.js +55 -1
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -36294,259 +36294,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
36294
36294
|
padding: 0 4px 0 0;
|
|
36295
36295
|
}
|
|
36296
36296
|
|
|
36297
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
36298
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
36299
|
-
/* stylelint-disable */
|
|
36300
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
36301
|
-
.ant-modal {
|
|
36302
|
-
box-sizing: border-box;
|
|
36303
|
-
margin: 0;
|
|
36304
|
-
padding: 0;
|
|
36305
|
-
color: rgba(0, 0, 0, 0.85);
|
|
36306
|
-
font-size: 14px;
|
|
36307
|
-
font-variant: tabular-nums;
|
|
36308
|
-
line-height: 1.5715;
|
|
36309
|
-
list-style: none;
|
|
36310
|
-
font-feature-settings: 'tnum';
|
|
36311
|
-
pointer-events: none;
|
|
36312
|
-
position: relative;
|
|
36313
|
-
top: 100px;
|
|
36314
|
-
width: auto;
|
|
36315
|
-
max-width: calc(100vw - 32px);
|
|
36316
|
-
margin: 0 auto;
|
|
36317
|
-
padding-bottom: 24px;
|
|
36318
|
-
}
|
|
36319
|
-
.ant-modal.ant-zoom-enter,
|
|
36320
|
-
.ant-modal.ant-zoom-appear {
|
|
36321
|
-
transform: none;
|
|
36322
|
-
opacity: 0;
|
|
36323
|
-
animation-duration: 0.3s;
|
|
36324
|
-
user-select: none;
|
|
36325
|
-
}
|
|
36326
|
-
.ant-modal-mask {
|
|
36327
|
-
position: fixed;
|
|
36328
|
-
top: 0;
|
|
36329
|
-
right: 0;
|
|
36330
|
-
bottom: 0;
|
|
36331
|
-
left: 0;
|
|
36332
|
-
z-index: 1000;
|
|
36333
|
-
height: 100%;
|
|
36334
|
-
background-color: rgba(0, 0, 0, 0.45);
|
|
36335
|
-
}
|
|
36336
|
-
.ant-modal-mask-hidden {
|
|
36337
|
-
display: none;
|
|
36338
|
-
}
|
|
36339
|
-
.ant-modal-wrap {
|
|
36340
|
-
position: fixed;
|
|
36341
|
-
top: 0;
|
|
36342
|
-
right: 0;
|
|
36343
|
-
bottom: 0;
|
|
36344
|
-
left: 0;
|
|
36345
|
-
overflow: auto;
|
|
36346
|
-
outline: 0;
|
|
36347
|
-
}
|
|
36348
|
-
.ant-modal-wrap {
|
|
36349
|
-
z-index: 1000;
|
|
36350
|
-
}
|
|
36351
|
-
.ant-modal-title {
|
|
36352
|
-
margin: 0;
|
|
36353
|
-
color: rgba(0, 0, 0, 0.85);
|
|
36354
|
-
font-weight: 500;
|
|
36355
|
-
font-size: 16px;
|
|
36356
|
-
line-height: 22px;
|
|
36357
|
-
word-wrap: break-word;
|
|
36358
|
-
}
|
|
36359
|
-
.ant-modal-content {
|
|
36360
|
-
position: relative;
|
|
36361
|
-
background-color: #fff;
|
|
36362
|
-
background-clip: padding-box;
|
|
36363
|
-
border: 0;
|
|
36364
|
-
border-radius: 2px;
|
|
36365
|
-
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);
|
|
36366
|
-
pointer-events: auto;
|
|
36367
|
-
}
|
|
36368
|
-
.ant-modal-close {
|
|
36369
|
-
position: absolute;
|
|
36370
|
-
top: 0;
|
|
36371
|
-
right: 0;
|
|
36372
|
-
z-index: 10;
|
|
36373
|
-
padding: 0;
|
|
36374
|
-
color: rgba(0, 0, 0, 0.45);
|
|
36375
|
-
font-weight: 700;
|
|
36376
|
-
line-height: 1;
|
|
36377
|
-
text-decoration: none;
|
|
36378
|
-
background: transparent;
|
|
36379
|
-
border: 0;
|
|
36380
|
-
outline: 0;
|
|
36381
|
-
cursor: pointer;
|
|
36382
|
-
transition: color 0.3s;
|
|
36383
|
-
}
|
|
36384
|
-
.ant-modal-close-x {
|
|
36385
|
-
display: block;
|
|
36386
|
-
width: 54px;
|
|
36387
|
-
height: 54px;
|
|
36388
|
-
font-size: 16px;
|
|
36389
|
-
font-style: normal;
|
|
36390
|
-
line-height: 54px;
|
|
36391
|
-
text-align: center;
|
|
36392
|
-
text-transform: none;
|
|
36393
|
-
text-rendering: auto;
|
|
36394
|
-
}
|
|
36395
|
-
.ant-modal-close:focus,
|
|
36396
|
-
.ant-modal-close:hover {
|
|
36397
|
-
color: rgba(0, 0, 0, 0.75);
|
|
36398
|
-
text-decoration: none;
|
|
36399
|
-
}
|
|
36400
|
-
.ant-modal-header {
|
|
36401
|
-
padding: 16px 24px;
|
|
36402
|
-
color: rgba(0, 0, 0, 0.85);
|
|
36403
|
-
background: #fff;
|
|
36404
|
-
border-bottom: 1px solid #f0f0f0;
|
|
36405
|
-
border-radius: 2px 2px 0 0;
|
|
36406
|
-
}
|
|
36407
|
-
.ant-modal-body {
|
|
36408
|
-
padding: 24px;
|
|
36409
|
-
font-size: 14px;
|
|
36410
|
-
line-height: 1.5715;
|
|
36411
|
-
word-wrap: break-word;
|
|
36412
|
-
}
|
|
36413
|
-
.ant-modal-footer {
|
|
36414
|
-
padding: 10px 16px;
|
|
36415
|
-
text-align: right;
|
|
36416
|
-
background: transparent;
|
|
36417
|
-
border-top: 1px solid #f0f0f0;
|
|
36418
|
-
border-radius: 0 0 2px 2px;
|
|
36419
|
-
}
|
|
36420
|
-
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
36421
|
-
margin-bottom: 0;
|
|
36422
|
-
margin-left: 8px;
|
|
36423
|
-
}
|
|
36424
|
-
.ant-modal-open {
|
|
36425
|
-
overflow: hidden;
|
|
36426
|
-
}
|
|
36427
|
-
.ant-modal-centered {
|
|
36428
|
-
text-align: center;
|
|
36429
|
-
}
|
|
36430
|
-
.ant-modal-centered::before {
|
|
36431
|
-
display: inline-block;
|
|
36432
|
-
width: 0;
|
|
36433
|
-
height: 100%;
|
|
36434
|
-
vertical-align: middle;
|
|
36435
|
-
content: '';
|
|
36436
|
-
}
|
|
36437
|
-
.ant-modal-centered .ant-modal {
|
|
36438
|
-
top: 0;
|
|
36439
|
-
display: inline-block;
|
|
36440
|
-
padding-bottom: 0;
|
|
36441
|
-
text-align: left;
|
|
36442
|
-
vertical-align: middle;
|
|
36443
|
-
}
|
|
36444
|
-
@media (max-width: 767px) {
|
|
36445
|
-
.ant-modal {
|
|
36446
|
-
max-width: calc(100vw - 16px);
|
|
36447
|
-
margin: 8px auto;
|
|
36448
|
-
}
|
|
36449
|
-
.ant-modal-centered .ant-modal {
|
|
36450
|
-
flex: 1;
|
|
36451
|
-
}
|
|
36452
|
-
}
|
|
36453
|
-
.ant-modal-confirm .ant-modal-header {
|
|
36454
|
-
display: none;
|
|
36455
|
-
}
|
|
36456
|
-
.ant-modal-confirm .ant-modal-body {
|
|
36457
|
-
padding: 32px 32px 24px;
|
|
36458
|
-
}
|
|
36459
|
-
.ant-modal-confirm-body-wrapper::before {
|
|
36460
|
-
display: table;
|
|
36461
|
-
content: '';
|
|
36462
|
-
}
|
|
36463
|
-
.ant-modal-confirm-body-wrapper::after {
|
|
36464
|
-
display: table;
|
|
36465
|
-
clear: both;
|
|
36466
|
-
content: '';
|
|
36467
|
-
}
|
|
36468
|
-
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
36469
|
-
display: block;
|
|
36470
|
-
overflow: hidden;
|
|
36471
|
-
color: rgba(0, 0, 0, 0.85);
|
|
36472
|
-
font-weight: 500;
|
|
36473
|
-
font-size: 16px;
|
|
36474
|
-
line-height: 1.4;
|
|
36475
|
-
}
|
|
36476
|
-
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
36477
|
-
margin-top: 8px;
|
|
36478
|
-
color: rgba(0, 0, 0, 0.85);
|
|
36479
|
-
font-size: 14px;
|
|
36480
|
-
}
|
|
36481
|
-
.ant-modal-confirm-body > .anticon {
|
|
36482
|
-
float: left;
|
|
36483
|
-
margin-right: 16px;
|
|
36484
|
-
font-size: 22px;
|
|
36485
|
-
}
|
|
36486
|
-
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
|
|
36487
|
-
margin-left: 38px;
|
|
36488
|
-
}
|
|
36489
|
-
.ant-modal-confirm .ant-modal-confirm-btns {
|
|
36490
|
-
margin-top: 24px;
|
|
36491
|
-
text-align: right;
|
|
36492
|
-
}
|
|
36493
|
-
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
|
|
36494
|
-
margin-bottom: 0;
|
|
36495
|
-
margin-left: 8px;
|
|
36496
|
-
}
|
|
36497
|
-
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
36498
|
-
color: #ff4d4f;
|
|
36499
|
-
}
|
|
36500
|
-
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
36501
|
-
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
36502
|
-
color: #faad14;
|
|
36503
|
-
}
|
|
36504
|
-
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
36505
|
-
color: #1890ff;
|
|
36506
|
-
}
|
|
36507
|
-
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
36508
|
-
color: #52c41a;
|
|
36509
|
-
}
|
|
36510
|
-
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
|
|
36511
|
-
pointer-events: none;
|
|
36512
|
-
}
|
|
36513
|
-
.ant-modal-wrap-rtl {
|
|
36514
|
-
direction: rtl;
|
|
36515
|
-
}
|
|
36516
|
-
.ant-modal-wrap-rtl .ant-modal-close {
|
|
36517
|
-
right: initial;
|
|
36518
|
-
left: 0;
|
|
36519
|
-
}
|
|
36520
|
-
.ant-modal-wrap-rtl .ant-modal-footer {
|
|
36521
|
-
text-align: left;
|
|
36522
|
-
}
|
|
36523
|
-
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
|
|
36524
|
-
margin-right: 8px;
|
|
36525
|
-
margin-left: 0;
|
|
36526
|
-
}
|
|
36527
|
-
.ant-modal-wrap-rtl .ant-modal-confirm-body {
|
|
36528
|
-
direction: rtl;
|
|
36529
|
-
}
|
|
36530
|
-
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
|
|
36531
|
-
float: right;
|
|
36532
|
-
margin-right: 0;
|
|
36533
|
-
margin-left: 16px;
|
|
36534
|
-
}
|
|
36535
|
-
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
|
|
36536
|
-
margin-right: 38px;
|
|
36537
|
-
margin-left: 0;
|
|
36538
|
-
}
|
|
36539
|
-
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
|
|
36540
|
-
text-align: left;
|
|
36541
|
-
}
|
|
36542
|
-
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
|
|
36543
|
-
margin-right: 8px;
|
|
36544
|
-
margin-left: 0;
|
|
36545
|
-
}
|
|
36546
|
-
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
|
|
36547
|
-
text-align: right;
|
|
36548
|
-
}
|
|
36549
|
-
|
|
36550
36297
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
36551
36298
|
/* stylelint-disable no-duplicate-selectors */
|
|
36552
36299
|
/* stylelint-disable */
|
|
@@ -44205,9 +43952,262 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44205
43952
|
margin-left: 0;
|
|
44206
43953
|
}
|
|
44207
43954
|
|
|
44208
|
-
|
|
44209
|
-
|
|
44210
|
-
|
|
43955
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
43956
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
43957
|
+
/* stylelint-disable */
|
|
43958
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
43959
|
+
.ant-modal {
|
|
43960
|
+
box-sizing: border-box;
|
|
43961
|
+
margin: 0;
|
|
43962
|
+
padding: 0;
|
|
43963
|
+
color: rgba(0, 0, 0, 0.85);
|
|
43964
|
+
font-size: 14px;
|
|
43965
|
+
font-variant: tabular-nums;
|
|
43966
|
+
line-height: 1.5715;
|
|
43967
|
+
list-style: none;
|
|
43968
|
+
font-feature-settings: 'tnum';
|
|
43969
|
+
pointer-events: none;
|
|
43970
|
+
position: relative;
|
|
43971
|
+
top: 100px;
|
|
43972
|
+
width: auto;
|
|
43973
|
+
max-width: calc(100vw - 32px);
|
|
43974
|
+
margin: 0 auto;
|
|
43975
|
+
padding-bottom: 24px;
|
|
43976
|
+
}
|
|
43977
|
+
.ant-modal.ant-zoom-enter,
|
|
43978
|
+
.ant-modal.ant-zoom-appear {
|
|
43979
|
+
transform: none;
|
|
43980
|
+
opacity: 0;
|
|
43981
|
+
animation-duration: 0.3s;
|
|
43982
|
+
user-select: none;
|
|
43983
|
+
}
|
|
43984
|
+
.ant-modal-mask {
|
|
43985
|
+
position: fixed;
|
|
43986
|
+
top: 0;
|
|
43987
|
+
right: 0;
|
|
43988
|
+
bottom: 0;
|
|
43989
|
+
left: 0;
|
|
43990
|
+
z-index: 1000;
|
|
43991
|
+
height: 100%;
|
|
43992
|
+
background-color: rgba(0, 0, 0, 0.45);
|
|
43993
|
+
}
|
|
43994
|
+
.ant-modal-mask-hidden {
|
|
43995
|
+
display: none;
|
|
43996
|
+
}
|
|
43997
|
+
.ant-modal-wrap {
|
|
43998
|
+
position: fixed;
|
|
43999
|
+
top: 0;
|
|
44000
|
+
right: 0;
|
|
44001
|
+
bottom: 0;
|
|
44002
|
+
left: 0;
|
|
44003
|
+
overflow: auto;
|
|
44004
|
+
outline: 0;
|
|
44005
|
+
}
|
|
44006
|
+
.ant-modal-wrap {
|
|
44007
|
+
z-index: 1000;
|
|
44008
|
+
}
|
|
44009
|
+
.ant-modal-title {
|
|
44010
|
+
margin: 0;
|
|
44011
|
+
color: rgba(0, 0, 0, 0.85);
|
|
44012
|
+
font-weight: 500;
|
|
44013
|
+
font-size: 16px;
|
|
44014
|
+
line-height: 22px;
|
|
44015
|
+
word-wrap: break-word;
|
|
44016
|
+
}
|
|
44017
|
+
.ant-modal-content {
|
|
44018
|
+
position: relative;
|
|
44019
|
+
background-color: #fff;
|
|
44020
|
+
background-clip: padding-box;
|
|
44021
|
+
border: 0;
|
|
44022
|
+
border-radius: 2px;
|
|
44023
|
+
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);
|
|
44024
|
+
pointer-events: auto;
|
|
44025
|
+
}
|
|
44026
|
+
.ant-modal-close {
|
|
44027
|
+
position: absolute;
|
|
44028
|
+
top: 0;
|
|
44029
|
+
right: 0;
|
|
44030
|
+
z-index: 10;
|
|
44031
|
+
padding: 0;
|
|
44032
|
+
color: rgba(0, 0, 0, 0.45);
|
|
44033
|
+
font-weight: 700;
|
|
44034
|
+
line-height: 1;
|
|
44035
|
+
text-decoration: none;
|
|
44036
|
+
background: transparent;
|
|
44037
|
+
border: 0;
|
|
44038
|
+
outline: 0;
|
|
44039
|
+
cursor: pointer;
|
|
44040
|
+
transition: color 0.3s;
|
|
44041
|
+
}
|
|
44042
|
+
.ant-modal-close-x {
|
|
44043
|
+
display: block;
|
|
44044
|
+
width: 54px;
|
|
44045
|
+
height: 54px;
|
|
44046
|
+
font-size: 16px;
|
|
44047
|
+
font-style: normal;
|
|
44048
|
+
line-height: 54px;
|
|
44049
|
+
text-align: center;
|
|
44050
|
+
text-transform: none;
|
|
44051
|
+
text-rendering: auto;
|
|
44052
|
+
}
|
|
44053
|
+
.ant-modal-close:focus,
|
|
44054
|
+
.ant-modal-close:hover {
|
|
44055
|
+
color: rgba(0, 0, 0, 0.75);
|
|
44056
|
+
text-decoration: none;
|
|
44057
|
+
}
|
|
44058
|
+
.ant-modal-header {
|
|
44059
|
+
padding: 16px 24px;
|
|
44060
|
+
color: rgba(0, 0, 0, 0.85);
|
|
44061
|
+
background: #fff;
|
|
44062
|
+
border-bottom: 1px solid #f0f0f0;
|
|
44063
|
+
border-radius: 2px 2px 0 0;
|
|
44064
|
+
}
|
|
44065
|
+
.ant-modal-body {
|
|
44066
|
+
padding: 24px;
|
|
44067
|
+
font-size: 14px;
|
|
44068
|
+
line-height: 1.5715;
|
|
44069
|
+
word-wrap: break-word;
|
|
44070
|
+
}
|
|
44071
|
+
.ant-modal-footer {
|
|
44072
|
+
padding: 10px 16px;
|
|
44073
|
+
text-align: right;
|
|
44074
|
+
background: transparent;
|
|
44075
|
+
border-top: 1px solid #f0f0f0;
|
|
44076
|
+
border-radius: 0 0 2px 2px;
|
|
44077
|
+
}
|
|
44078
|
+
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
44079
|
+
margin-bottom: 0;
|
|
44080
|
+
margin-left: 8px;
|
|
44081
|
+
}
|
|
44082
|
+
.ant-modal-open {
|
|
44083
|
+
overflow: hidden;
|
|
44084
|
+
}
|
|
44085
|
+
.ant-modal-centered {
|
|
44086
|
+
text-align: center;
|
|
44087
|
+
}
|
|
44088
|
+
.ant-modal-centered::before {
|
|
44089
|
+
display: inline-block;
|
|
44090
|
+
width: 0;
|
|
44091
|
+
height: 100%;
|
|
44092
|
+
vertical-align: middle;
|
|
44093
|
+
content: '';
|
|
44094
|
+
}
|
|
44095
|
+
.ant-modal-centered .ant-modal {
|
|
44096
|
+
top: 0;
|
|
44097
|
+
display: inline-block;
|
|
44098
|
+
padding-bottom: 0;
|
|
44099
|
+
text-align: left;
|
|
44100
|
+
vertical-align: middle;
|
|
44101
|
+
}
|
|
44102
|
+
@media (max-width: 767px) {
|
|
44103
|
+
.ant-modal {
|
|
44104
|
+
max-width: calc(100vw - 16px);
|
|
44105
|
+
margin: 8px auto;
|
|
44106
|
+
}
|
|
44107
|
+
.ant-modal-centered .ant-modal {
|
|
44108
|
+
flex: 1;
|
|
44109
|
+
}
|
|
44110
|
+
}
|
|
44111
|
+
.ant-modal-confirm .ant-modal-header {
|
|
44112
|
+
display: none;
|
|
44113
|
+
}
|
|
44114
|
+
.ant-modal-confirm .ant-modal-body {
|
|
44115
|
+
padding: 32px 32px 24px;
|
|
44116
|
+
}
|
|
44117
|
+
.ant-modal-confirm-body-wrapper::before {
|
|
44118
|
+
display: table;
|
|
44119
|
+
content: '';
|
|
44120
|
+
}
|
|
44121
|
+
.ant-modal-confirm-body-wrapper::after {
|
|
44122
|
+
display: table;
|
|
44123
|
+
clear: both;
|
|
44124
|
+
content: '';
|
|
44125
|
+
}
|
|
44126
|
+
.ant-modal-confirm-body .ant-modal-confirm-title {
|
|
44127
|
+
display: block;
|
|
44128
|
+
overflow: hidden;
|
|
44129
|
+
color: rgba(0, 0, 0, 0.85);
|
|
44130
|
+
font-weight: 500;
|
|
44131
|
+
font-size: 16px;
|
|
44132
|
+
line-height: 1.4;
|
|
44133
|
+
}
|
|
44134
|
+
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
44135
|
+
margin-top: 8px;
|
|
44136
|
+
color: rgba(0, 0, 0, 0.85);
|
|
44137
|
+
font-size: 14px;
|
|
44138
|
+
}
|
|
44139
|
+
.ant-modal-confirm-body > .anticon {
|
|
44140
|
+
float: left;
|
|
44141
|
+
margin-right: 16px;
|
|
44142
|
+
font-size: 22px;
|
|
44143
|
+
}
|
|
44144
|
+
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
|
|
44145
|
+
margin-left: 38px;
|
|
44146
|
+
}
|
|
44147
|
+
.ant-modal-confirm .ant-modal-confirm-btns {
|
|
44148
|
+
margin-top: 24px;
|
|
44149
|
+
text-align: right;
|
|
44150
|
+
}
|
|
44151
|
+
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
|
|
44152
|
+
margin-bottom: 0;
|
|
44153
|
+
margin-left: 8px;
|
|
44154
|
+
}
|
|
44155
|
+
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
44156
|
+
color: #ff4d4f;
|
|
44157
|
+
}
|
|
44158
|
+
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
44159
|
+
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
44160
|
+
color: #faad14;
|
|
44161
|
+
}
|
|
44162
|
+
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
44163
|
+
color: #1890ff;
|
|
44164
|
+
}
|
|
44165
|
+
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
44166
|
+
color: #52c41a;
|
|
44167
|
+
}
|
|
44168
|
+
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
|
|
44169
|
+
pointer-events: none;
|
|
44170
|
+
}
|
|
44171
|
+
.ant-modal-wrap-rtl {
|
|
44172
|
+
direction: rtl;
|
|
44173
|
+
}
|
|
44174
|
+
.ant-modal-wrap-rtl .ant-modal-close {
|
|
44175
|
+
right: initial;
|
|
44176
|
+
left: 0;
|
|
44177
|
+
}
|
|
44178
|
+
.ant-modal-wrap-rtl .ant-modal-footer {
|
|
44179
|
+
text-align: left;
|
|
44180
|
+
}
|
|
44181
|
+
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
|
|
44182
|
+
margin-right: 8px;
|
|
44183
|
+
margin-left: 0;
|
|
44184
|
+
}
|
|
44185
|
+
.ant-modal-wrap-rtl .ant-modal-confirm-body {
|
|
44186
|
+
direction: rtl;
|
|
44187
|
+
}
|
|
44188
|
+
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
|
|
44189
|
+
float: right;
|
|
44190
|
+
margin-right: 0;
|
|
44191
|
+
margin-left: 16px;
|
|
44192
|
+
}
|
|
44193
|
+
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
|
|
44194
|
+
margin-right: 38px;
|
|
44195
|
+
margin-left: 0;
|
|
44196
|
+
}
|
|
44197
|
+
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
|
|
44198
|
+
text-align: left;
|
|
44199
|
+
}
|
|
44200
|
+
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
|
|
44201
|
+
margin-right: 8px;
|
|
44202
|
+
margin-left: 0;
|
|
44203
|
+
}
|
|
44204
|
+
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
|
|
44205
|
+
text-align: right;
|
|
44206
|
+
}
|
|
44207
|
+
|
|
44208
|
+
.PageI18nCheck {
|
|
44209
|
+
scrollbar-width: none;
|
|
44210
|
+
/* firefox */
|
|
44211
44211
|
-ms-overflow-style: none;
|
|
44212
44212
|
/* IE 10+ */
|
|
44213
44213
|
overflow-x: hidden;
|
|
@@ -44470,6 +44470,64 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44470
44470
|
text-align: right;
|
|
44471
44471
|
}
|
|
44472
44472
|
|
|
44473
|
+
.top-status-bar {
|
|
44474
|
+
width: 100vw;
|
|
44475
|
+
height: 28px;
|
|
44476
|
+
opacity: 1;
|
|
44477
|
+
display: flex;
|
|
44478
|
+
flex-direction: row;
|
|
44479
|
+
justify-content: space-between;
|
|
44480
|
+
align-items: center;
|
|
44481
|
+
padding: 0px 12px;
|
|
44482
|
+
align-self: stretch;
|
|
44483
|
+
background: #2b2b2b;
|
|
44484
|
+
z-index: 2;
|
|
44485
|
+
}
|
|
44486
|
+
.top-status-bar .home-icon {
|
|
44487
|
+
display: flex;
|
|
44488
|
+
flex-direction: row;
|
|
44489
|
+
align-items: center;
|
|
44490
|
+
}
|
|
44491
|
+
.top-status-bar .home-icon span {
|
|
44492
|
+
margin-left: 4px;
|
|
44493
|
+
font-family: PingFang SC;
|
|
44494
|
+
font-size: 12px;
|
|
44495
|
+
font-weight: normal;
|
|
44496
|
+
line-height: 16px;
|
|
44497
|
+
letter-spacing: 0px;
|
|
44498
|
+
/* 文字/标准色 */
|
|
44499
|
+
color: #bbbbbb;
|
|
44500
|
+
}
|
|
44501
|
+
.top-status-bar .dev-name {
|
|
44502
|
+
flex: 1;
|
|
44503
|
+
display: flex;
|
|
44504
|
+
flex-direction: row;
|
|
44505
|
+
align-items: center;
|
|
44506
|
+
justify-content: flex-start;
|
|
44507
|
+
padding: 0 20px;
|
|
44508
|
+
font-family: PingFang SC;
|
|
44509
|
+
font-size: 12px;
|
|
44510
|
+
font-weight: normal;
|
|
44511
|
+
line-height: 16px;
|
|
44512
|
+
letter-spacing: 0px;
|
|
44513
|
+
/* 文字/标准色 */
|
|
44514
|
+
color: #bbbbbb;
|
|
44515
|
+
}
|
|
44516
|
+
.top-status-bar .version-tag {
|
|
44517
|
+
z-index: 99;
|
|
44518
|
+
font-family: PingFang SC;
|
|
44519
|
+
font-size: 12px;
|
|
44520
|
+
font-weight: normal;
|
|
44521
|
+
line-height: 16px;
|
|
44522
|
+
letter-spacing: 0px;
|
|
44523
|
+
color: #bbbbbb;
|
|
44524
|
+
}
|
|
44525
|
+
.top-status-bar .version-tag div {
|
|
44526
|
+
display: flex;
|
|
44527
|
+
flex-direction: row;
|
|
44528
|
+
align-items: center;
|
|
44529
|
+
}
|
|
44530
|
+
|
|
44473
44531
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
44474
44532
|
/* stylelint-disable no-duplicate-selectors */
|
|
44475
44533
|
/* stylelint-disable */
|
|
@@ -44929,33 +44987,112 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44929
44987
|
}
|
|
44930
44988
|
|
|
44931
44989
|
.dev-item-wrapper {
|
|
44932
|
-
width:
|
|
44990
|
+
width: 331px;
|
|
44933
44991
|
position: relative;
|
|
44934
|
-
border-radius:
|
|
44992
|
+
border-radius: 4px;
|
|
44935
44993
|
background-color: #fff;
|
|
44936
|
-
padding:
|
|
44994
|
+
padding: 9px 8px;
|
|
44937
44995
|
display: flex;
|
|
44938
|
-
flex-direction:
|
|
44939
|
-
align-items:
|
|
44996
|
+
flex-direction: row;
|
|
44997
|
+
align-items: flex-start;
|
|
44998
|
+
justify-content: space-between;
|
|
44940
44999
|
}
|
|
44941
45000
|
.dev-item-wrapper .icon {
|
|
44942
|
-
width:
|
|
44943
|
-
height:
|
|
45001
|
+
width: 64px;
|
|
45002
|
+
height: 64px;
|
|
44944
45003
|
}
|
|
44945
|
-
.dev-item-wrapper .name {
|
|
44946
|
-
|
|
44947
|
-
|
|
44948
|
-
|
|
44949
|
-
|
|
44950
|
-
|
|
44951
|
-
|
|
45004
|
+
.dev-item-wrapper .name-tags {
|
|
45005
|
+
display: flex;
|
|
45006
|
+
flex-direction: column;
|
|
45007
|
+
flex: 1;
|
|
45008
|
+
margin-left: 8px;
|
|
45009
|
+
}
|
|
45010
|
+
.dev-item-wrapper .name-tags .name-status {
|
|
45011
|
+
display: flex;
|
|
45012
|
+
justify-content: space-between;
|
|
45013
|
+
width: 243px;
|
|
45014
|
+
margin-top: 5px;
|
|
45015
|
+
}
|
|
45016
|
+
.dev-item-wrapper .name-tags .name-status .name {
|
|
45017
|
+
font-family: PingFang SC;
|
|
45018
|
+
font-size: 14px;
|
|
44952
45019
|
font-weight: 500;
|
|
44953
|
-
line-height:
|
|
44954
|
-
|
|
44955
|
-
|
|
45020
|
+
line-height: normal;
|
|
45021
|
+
letter-spacing: 0px;
|
|
45022
|
+
color: #3d3d3d;
|
|
44956
45023
|
overflow: hidden;
|
|
44957
45024
|
text-overflow: ellipsis;
|
|
44958
45025
|
white-space: nowrap;
|
|
45026
|
+
max-width: 77%;
|
|
45027
|
+
}
|
|
45028
|
+
.dev-item-wrapper .name-tags .name-status .online {
|
|
45029
|
+
width: 6px;
|
|
45030
|
+
height: 6px;
|
|
45031
|
+
background-color: #34c759;
|
|
45032
|
+
border-radius: 3px;
|
|
45033
|
+
margin-right: 4px;
|
|
45034
|
+
}
|
|
45035
|
+
.dev-item-wrapper .name-tags .name-status .offline {
|
|
45036
|
+
width: 6px;
|
|
45037
|
+
height: 6px;
|
|
45038
|
+
background-color: #666666;
|
|
45039
|
+
border-radius: 3px;
|
|
45040
|
+
margin-right: 4px;
|
|
45041
|
+
}
|
|
45042
|
+
.dev-item-wrapper .name-tags .name-status .status {
|
|
45043
|
+
font-family: PingFang SC;
|
|
45044
|
+
font-size: 12px;
|
|
45045
|
+
font-weight: normal;
|
|
45046
|
+
line-height: 14px;
|
|
45047
|
+
letter-spacing: 0px;
|
|
45048
|
+
color: #3d3d3d;
|
|
45049
|
+
display: flex;
|
|
45050
|
+
flex-direction: row;
|
|
45051
|
+
align-items: center;
|
|
45052
|
+
justify-content: center;
|
|
45053
|
+
margin-right: 8px;
|
|
45054
|
+
}
|
|
45055
|
+
.dev-item-wrapper .tags {
|
|
45056
|
+
display: flex;
|
|
45057
|
+
flex-direction: row;
|
|
45058
|
+
align-items: center;
|
|
45059
|
+
justify-content: flex-end;
|
|
45060
|
+
margin-top: 12px;
|
|
45061
|
+
font-family: PingFang SC;
|
|
45062
|
+
font-size: 12px;
|
|
45063
|
+
font-weight: normal;
|
|
45064
|
+
line-height: 14px;
|
|
45065
|
+
letter-spacing: 0px;
|
|
45066
|
+
color: #3d3d3d;
|
|
45067
|
+
}
|
|
45068
|
+
.dev-item-wrapper .tags .dev-type {
|
|
45069
|
+
height: 22px;
|
|
45070
|
+
padding: 4px 8px;
|
|
45071
|
+
background: #f5f0e6;
|
|
45072
|
+
border: 1px solid #e0cea8;
|
|
45073
|
+
display: flex;
|
|
45074
|
+
align-items: center;
|
|
45075
|
+
justify-content: center;
|
|
45076
|
+
margin-right: 8px;
|
|
45077
|
+
}
|
|
45078
|
+
.dev-item-wrapper .tags .group {
|
|
45079
|
+
height: 22px;
|
|
45080
|
+
padding: 4px 8px;
|
|
45081
|
+
background: #e6eef7;
|
|
45082
|
+
border: 1px solid #c5dffc;
|
|
45083
|
+
display: flex;
|
|
45084
|
+
align-items: center;
|
|
45085
|
+
justify-content: center;
|
|
45086
|
+
margin-right: 8px;
|
|
45087
|
+
}
|
|
45088
|
+
.dev-item-wrapper .tags .shared {
|
|
45089
|
+
height: 22px;
|
|
45090
|
+
padding: 4px 8px;
|
|
45091
|
+
background: #f0fae8;
|
|
45092
|
+
border: 1px solid #34c759;
|
|
45093
|
+
display: flex;
|
|
45094
|
+
align-items: center;
|
|
45095
|
+
justify-content: center;
|
|
44959
45096
|
}
|
|
44960
45097
|
.dev-item-wrapper .room-status {
|
|
44961
45098
|
color: rgba(0, 0, 0, 0.5);
|
|
@@ -44970,58 +45107,33 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44970
45107
|
content: ' | ';
|
|
44971
45108
|
}
|
|
44972
45109
|
.dev-item-wrapper .offline {
|
|
44973
|
-
color: #
|
|
44974
|
-
}
|
|
44975
|
-
.dev-item-wrapper .shared {
|
|
44976
|
-
color: #F96A62;
|
|
44977
|
-
}
|
|
44978
|
-
.dev-item-wrapper .group {
|
|
44979
|
-
position: absolute;
|
|
44980
|
-
top: 16px;
|
|
44981
|
-
right: 16px;
|
|
44982
|
-
font-size: 13px;
|
|
44983
|
-
color: #FFA000;
|
|
45110
|
+
color: #ffa000;
|
|
44984
45111
|
}
|
|
44985
45112
|
.checkedItem {
|
|
44986
45113
|
border-width: 2px;
|
|
44987
45114
|
border-color: #096dd9;
|
|
44988
45115
|
}
|
|
45116
|
+
.checked-wrapper {
|
|
45117
|
+
background: linear-gradient(0deg, #e6eef7, #e6eef7), #ffffff;
|
|
45118
|
+
border: 1px solid #2f65ca;
|
|
45119
|
+
}
|
|
44989
45120
|
|
|
44990
45121
|
.top-bar-wrapper {
|
|
44991
45122
|
width: 100vw;
|
|
44992
|
-
height: 120px;
|
|
44993
|
-
margin-top: 12px;
|
|
44994
45123
|
display: flex;
|
|
44995
45124
|
position: relative;
|
|
44996
45125
|
flex-direction: column;
|
|
44997
45126
|
align-items: flex-start;
|
|
44998
45127
|
justify-content: center;
|
|
44999
|
-
padding: 16px;
|
|
45000
45128
|
background-color: #f3f3f3;
|
|
45001
45129
|
}
|
|
45002
|
-
.top-bar-wrapper .room-wrapper {
|
|
45003
|
-
width: 100%;
|
|
45004
|
-
height: 72px;
|
|
45005
|
-
background-color: #f3f3f3;
|
|
45006
|
-
}
|
|
45007
|
-
.top-bar-wrapper .room-wrapper .back-transparent {
|
|
45008
|
-
background-color: #f3f3f3;
|
|
45009
|
-
}
|
|
45010
|
-
.top-bar-wrapper .room-wrapper .back-transparent .menu-item {
|
|
45011
|
-
font-family: SF Pro Display;
|
|
45012
|
-
font-size: 20px;
|
|
45013
|
-
font-weight: 400;
|
|
45014
|
-
line-height: 24px;
|
|
45015
|
-
letter-spacing: 0px;
|
|
45016
|
-
text-align: left;
|
|
45017
|
-
color: #00000080;
|
|
45018
|
-
}
|
|
45019
45130
|
.top-bar-wrapper .home-wrapper {
|
|
45020
45131
|
width: 100%;
|
|
45021
|
-
padding:
|
|
45132
|
+
padding: 8px;
|
|
45022
45133
|
display: flex;
|
|
45134
|
+
flex-direction: row;
|
|
45023
45135
|
align-items: center;
|
|
45024
|
-
justify-content:
|
|
45136
|
+
justify-content: flex-start;
|
|
45025
45137
|
background-color: #f3f3f3;
|
|
45026
45138
|
position: relative;
|
|
45027
45139
|
}
|
|
@@ -45034,63 +45146,52 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45034
45146
|
.top-bar-wrapper .home-wrapper .select-wrapper .select {
|
|
45035
45147
|
min-width: 150px;
|
|
45036
45148
|
background-color: #f3f3f3;
|
|
45037
|
-
font-family:
|
|
45038
|
-
font-size:
|
|
45039
|
-
font-weight:
|
|
45040
|
-
line-height:
|
|
45149
|
+
font-family: PingFang SC;
|
|
45150
|
+
font-size: 13px;
|
|
45151
|
+
font-weight: 500;
|
|
45152
|
+
line-height: 16px;
|
|
45041
45153
|
letter-spacing: 0px;
|
|
45042
|
-
text-align: left;
|
|
45043
45154
|
color: #00000080;
|
|
45044
45155
|
}
|
|
45045
45156
|
.top-bar-wrapper .home-wrapper .select-wrapper .select .ant-select-selector {
|
|
45046
45157
|
background-color: #f3f3f3;
|
|
45047
|
-
border-width:
|
|
45158
|
+
border-width: 1px;
|
|
45048
45159
|
}
|
|
45049
|
-
.
|
|
45050
|
-
|
|
45051
|
-
|
|
45052
|
-
color: #fff;
|
|
45053
|
-
background: #000;
|
|
45054
|
-
position: absolute;
|
|
45055
|
-
right: 0%;
|
|
45056
|
-
top: calc(100% - 20px);
|
|
45057
|
-
z-index: 99;
|
|
45160
|
+
.top-bar-wrapper .home-wrapper .space {
|
|
45161
|
+
flex: 1;
|
|
45162
|
+
height: 100%;
|
|
45058
45163
|
}
|
|
45059
|
-
.
|
|
45060
|
-
|
|
45061
|
-
|
|
45062
|
-
|
|
45063
|
-
|
|
45064
|
-
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
|
|
45065
|
-
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
|
|
45066
|
-
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
|
|
45067
|
-
color: #000 !important;
|
|
45164
|
+
.top-bar-wrapper .home-wrapper .rooms {
|
|
45165
|
+
background-color: #f3f3f3;
|
|
45166
|
+
margin-left: 9px;
|
|
45167
|
+
border-radius: 3px;
|
|
45168
|
+
overflow: hidden;
|
|
45068
45169
|
}
|
|
45069
|
-
.
|
|
45070
|
-
|
|
45071
|
-
|
|
45072
|
-
|
|
45073
|
-
|
|
45074
|
-
|
|
45075
|
-
|
|
45076
|
-
|
|
45077
|
-
border-bottom: 0;
|
|
45170
|
+
.add-button {
|
|
45171
|
+
font-family: PingFang SC;
|
|
45172
|
+
font-size: 13px;
|
|
45173
|
+
font-weight: 500;
|
|
45174
|
+
line-height: 16px;
|
|
45175
|
+
text-align: center;
|
|
45176
|
+
letter-spacing: 0px;
|
|
45177
|
+
color: #ffffff;
|
|
45078
45178
|
}
|
|
45079
|
-
.ant-
|
|
45080
|
-
|
|
45081
|
-
|
|
45179
|
+
.ant-btn.ant-btn-primary {
|
|
45180
|
+
border-radius: 3px;
|
|
45181
|
+
overflow: hidden;
|
|
45082
45182
|
}
|
|
45083
|
-
.
|
|
45084
|
-
|
|
45085
|
-
margin-bottom: 4px;
|
|
45183
|
+
.ant-btn.ant-btn-primary span {
|
|
45184
|
+
margin-left: 4px;
|
|
45086
45185
|
}
|
|
45087
|
-
.
|
|
45088
|
-
|
|
45089
|
-
|
|
45090
|
-
|
|
45091
|
-
|
|
45092
|
-
|
|
45093
|
-
|
|
45186
|
+
.ant-btn.ant-btn-background-ghost[disabled] {
|
|
45187
|
+
color: #000000;
|
|
45188
|
+
background: #d5d5d5;
|
|
45189
|
+
border-color: #d5d5d5;
|
|
45190
|
+
}
|
|
45191
|
+
.ant-btn.ant-btn-background-ghost {
|
|
45192
|
+
color: #000000;
|
|
45193
|
+
border-color: #d5d5d5;
|
|
45194
|
+
border-radius: 3px;
|
|
45094
45195
|
}
|
|
45095
45196
|
|
|
45096
45197
|
.container {
|
|
@@ -45100,11 +45201,23 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45100
45201
|
width: 100vw;
|
|
45101
45202
|
background-color: #f3f3f3;
|
|
45102
45203
|
}
|
|
45204
|
+
.container .scroll {
|
|
45205
|
+
margin-top: 10px;
|
|
45206
|
+
}
|
|
45103
45207
|
.container .scroll .device-list {
|
|
45104
45208
|
display: grid;
|
|
45105
|
-
grid-template-columns: repeat(auto-fill,
|
|
45209
|
+
grid-template-columns: repeat(auto-fill, 331px);
|
|
45106
45210
|
row-gap: 10px;
|
|
45107
45211
|
column-gap: 10px;
|
|
45108
45212
|
padding: 16px;
|
|
45109
45213
|
}
|
|
45214
|
+
.cat-title {
|
|
45215
|
+
font-family: PingFang SC;
|
|
45216
|
+
font-size: 13px;
|
|
45217
|
+
font-weight: 500;
|
|
45218
|
+
line-height: normal;
|
|
45219
|
+
letter-spacing: 0px;
|
|
45220
|
+
color: #000000;
|
|
45221
|
+
padding: 0 16px;
|
|
45222
|
+
}
|
|
45110
45223
|
|