@tuya-miniapp/ark-extension-virtual-device 1.8.2-beta-9 → 1.8.2-beta-11
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 +69 -69
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +19 -11
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -36301,6 +36301,75 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
36301
36301
|
padding: 0 4px 0 0;
|
|
36302
36302
|
}
|
|
36303
36303
|
|
|
36304
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
36305
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
36306
|
+
/* stylelint-disable */
|
|
36307
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
36308
|
+
.ant-result {
|
|
36309
|
+
padding: 48px 32px;
|
|
36310
|
+
}
|
|
36311
|
+
.ant-result-success .ant-result-icon > .anticon {
|
|
36312
|
+
color: #52c41a;
|
|
36313
|
+
}
|
|
36314
|
+
.ant-result-error .ant-result-icon > .anticon {
|
|
36315
|
+
color: #ff4d4f;
|
|
36316
|
+
}
|
|
36317
|
+
.ant-result-info .ant-result-icon > .anticon {
|
|
36318
|
+
color: #1890ff;
|
|
36319
|
+
}
|
|
36320
|
+
.ant-result-warning .ant-result-icon > .anticon {
|
|
36321
|
+
color: #faad14;
|
|
36322
|
+
}
|
|
36323
|
+
.ant-result-image {
|
|
36324
|
+
width: 250px;
|
|
36325
|
+
height: 295px;
|
|
36326
|
+
margin: auto;
|
|
36327
|
+
}
|
|
36328
|
+
.ant-result-icon {
|
|
36329
|
+
margin-bottom: 24px;
|
|
36330
|
+
text-align: center;
|
|
36331
|
+
}
|
|
36332
|
+
.ant-result-icon > .anticon {
|
|
36333
|
+
font-size: 72px;
|
|
36334
|
+
}
|
|
36335
|
+
.ant-result-title {
|
|
36336
|
+
color: rgba(0, 0, 0, 0.85);
|
|
36337
|
+
font-size: 24px;
|
|
36338
|
+
line-height: 1.8;
|
|
36339
|
+
text-align: center;
|
|
36340
|
+
}
|
|
36341
|
+
.ant-result-subtitle {
|
|
36342
|
+
color: rgba(0, 0, 0, 0.45);
|
|
36343
|
+
font-size: 14px;
|
|
36344
|
+
line-height: 1.6;
|
|
36345
|
+
text-align: center;
|
|
36346
|
+
}
|
|
36347
|
+
.ant-result-extra {
|
|
36348
|
+
margin: 24px 0 0 0;
|
|
36349
|
+
text-align: center;
|
|
36350
|
+
}
|
|
36351
|
+
.ant-result-extra > * {
|
|
36352
|
+
margin-right: 8px;
|
|
36353
|
+
}
|
|
36354
|
+
.ant-result-extra > *:last-child {
|
|
36355
|
+
margin-right: 0;
|
|
36356
|
+
}
|
|
36357
|
+
.ant-result-content {
|
|
36358
|
+
margin-top: 24px;
|
|
36359
|
+
padding: 24px 40px;
|
|
36360
|
+
background-color: #fafafa;
|
|
36361
|
+
}
|
|
36362
|
+
.ant-result-rtl {
|
|
36363
|
+
direction: rtl;
|
|
36364
|
+
}
|
|
36365
|
+
.ant-result-rtl .ant-result-extra > * {
|
|
36366
|
+
margin-right: 0;
|
|
36367
|
+
margin-left: 8px;
|
|
36368
|
+
}
|
|
36369
|
+
.ant-result-rtl .ant-result-extra > *:last-child {
|
|
36370
|
+
margin-left: 0;
|
|
36371
|
+
}
|
|
36372
|
+
|
|
36304
36373
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
36305
36374
|
/* stylelint-disable no-duplicate-selectors */
|
|
36306
36375
|
/* stylelint-disable */
|
|
@@ -43213,75 +43282,6 @@ template {
|
|
|
43213
43282
|
padding: 0 16px;
|
|
43214
43283
|
}
|
|
43215
43284
|
|
|
43216
|
-
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
43217
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
43218
|
-
/* stylelint-disable */
|
|
43219
|
-
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
43220
|
-
.ant-result {
|
|
43221
|
-
padding: 48px 32px;
|
|
43222
|
-
}
|
|
43223
|
-
.ant-result-success .ant-result-icon > .anticon {
|
|
43224
|
-
color: #52c41a;
|
|
43225
|
-
}
|
|
43226
|
-
.ant-result-error .ant-result-icon > .anticon {
|
|
43227
|
-
color: #ff4d4f;
|
|
43228
|
-
}
|
|
43229
|
-
.ant-result-info .ant-result-icon > .anticon {
|
|
43230
|
-
color: #1890ff;
|
|
43231
|
-
}
|
|
43232
|
-
.ant-result-warning .ant-result-icon > .anticon {
|
|
43233
|
-
color: #faad14;
|
|
43234
|
-
}
|
|
43235
|
-
.ant-result-image {
|
|
43236
|
-
width: 250px;
|
|
43237
|
-
height: 295px;
|
|
43238
|
-
margin: auto;
|
|
43239
|
-
}
|
|
43240
|
-
.ant-result-icon {
|
|
43241
|
-
margin-bottom: 24px;
|
|
43242
|
-
text-align: center;
|
|
43243
|
-
}
|
|
43244
|
-
.ant-result-icon > .anticon {
|
|
43245
|
-
font-size: 72px;
|
|
43246
|
-
}
|
|
43247
|
-
.ant-result-title {
|
|
43248
|
-
color: rgba(0, 0, 0, 0.85);
|
|
43249
|
-
font-size: 24px;
|
|
43250
|
-
line-height: 1.8;
|
|
43251
|
-
text-align: center;
|
|
43252
|
-
}
|
|
43253
|
-
.ant-result-subtitle {
|
|
43254
|
-
color: rgba(0, 0, 0, 0.45);
|
|
43255
|
-
font-size: 14px;
|
|
43256
|
-
line-height: 1.6;
|
|
43257
|
-
text-align: center;
|
|
43258
|
-
}
|
|
43259
|
-
.ant-result-extra {
|
|
43260
|
-
margin: 24px 0 0 0;
|
|
43261
|
-
text-align: center;
|
|
43262
|
-
}
|
|
43263
|
-
.ant-result-extra > * {
|
|
43264
|
-
margin-right: 8px;
|
|
43265
|
-
}
|
|
43266
|
-
.ant-result-extra > *:last-child {
|
|
43267
|
-
margin-right: 0;
|
|
43268
|
-
}
|
|
43269
|
-
.ant-result-content {
|
|
43270
|
-
margin-top: 24px;
|
|
43271
|
-
padding: 24px 40px;
|
|
43272
|
-
background-color: #fafafa;
|
|
43273
|
-
}
|
|
43274
|
-
.ant-result-rtl {
|
|
43275
|
-
direction: rtl;
|
|
43276
|
-
}
|
|
43277
|
-
.ant-result-rtl .ant-result-extra > * {
|
|
43278
|
-
margin-right: 0;
|
|
43279
|
-
margin-left: 8px;
|
|
43280
|
-
}
|
|
43281
|
-
.ant-result-rtl .ant-result-extra > *:last-child {
|
|
43282
|
-
margin-left: 0;
|
|
43283
|
-
}
|
|
43284
|
-
|
|
43285
43285
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
43286
43286
|
/* stylelint-disable no-duplicate-selectors */
|
|
43287
43287
|
/* stylelint-disable */
|