@tuya-miniapp/ark-extension-virtual-device 1.8.12 → 1.8.13-beta.1

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.
@@ -1228,7 +1228,7 @@ template {
1228
1228
  }
1229
1229
  .extension-container .head h1 {
1230
1230
  /* 文字/标准 */
1231
- color: #BBBBBB;
1231
+ color: #bbbbbb;
1232
1232
  }
1233
1233
  .extension-container .list {
1234
1234
  display: grid;
@@ -1236,7 +1236,7 @@ template {
1236
1236
  row-gap: 30px;
1237
1237
  column-gap: 30px;
1238
1238
  padding: 16px;
1239
- height: calc(100vh - 144px);
1239
+ height: calc(100vh - 64px);
1240
1240
  overflow: scroll;
1241
1241
  overflow-x: hidden;
1242
1242
  }
@@ -1254,25 +1254,20 @@ template {
1254
1254
  [data-theme='light'] .extension-container .head h1 {
1255
1255
  color: #000000d9;
1256
1256
  }
1257
- .debug {
1258
- position: absolute;
1259
- top: 50px;
1260
- right: 20px;
1261
- }
1262
1257
 
1263
1258
  .ext-item {
1264
1259
  min-width: 400px;
1265
1260
  width: 100%;
1266
1261
  /* 面板/背景 */
1267
- background: #3C3F41;
1262
+ background: #3c3f41;
1268
1263
  display: flex;
1269
- align-items: center;
1264
+ align-items: flex-start;
1270
1265
  justify-content: space-between;
1271
- padding: 16px;
1266
+ padding: 22px;
1272
1267
  border-radius: 16px;
1273
- height: 200px;
1268
+ height: 174px;
1274
1269
  /* Elevation = 1 */
1275
- box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
1270
+ position: relative;
1276
1271
  }
1277
1272
  .ext-item .icon {
1278
1273
  width: 80px;
@@ -1284,6 +1279,7 @@ template {
1284
1279
  flex: 1;
1285
1280
  margin-left: 16px;
1286
1281
  justify-content: space-between;
1282
+ height: 100%;
1287
1283
  }
1288
1284
  .ext-item .info .info-item {
1289
1285
  font-size: 15px;
@@ -1295,7 +1291,7 @@ template {
1295
1291
  .ext-item .info .info-item .title {
1296
1292
  font-size: 16px;
1297
1293
  /* 文字/标准 */
1298
- color: #BBBBBB;
1294
+ color: #bbbbbb;
1299
1295
  font-weight: 600;
1300
1296
  }
1301
1297
  .ext-item .info .info-item .version {
@@ -1304,12 +1300,12 @@ template {
1304
1300
  font-weight: 500;
1305
1301
  line-height: 16px;
1306
1302
  /* 填充/二级背景 */
1307
- background: #4C5052;
1303
+ background: #4c5052;
1308
1304
  /* 成功色/文本色 */
1309
- color: #44B257;
1305
+ color: #44b257;
1310
1306
  padding: 0 2px;
1311
1307
  /* 成功色/成功色 */
1312
- border: 1px solid #21A43B;
1308
+ border: 1px solid #21a43b;
1313
1309
  border-radius: 2px;
1314
1310
  }
1315
1311
  .ext-item .info .info-item .installed {
@@ -1318,12 +1314,12 @@ template {
1318
1314
  font-weight: 500;
1319
1315
  line-height: 16px;
1320
1316
  /* 警戒色/文本色 */
1321
- color: #E19F51;
1317
+ color: #e19f51;
1322
1318
  padding: 0 2px;
1323
1319
  /* 填充/二级背景 */
1324
- background: #4C5052;
1320
+ background: #4c5052;
1325
1321
  /* 警戒色/警戒色 */
1326
- border: 1px solid #EA8A24;
1322
+ border: 1px solid #ea8a24;
1327
1323
  margin-left: 8px;
1328
1324
  border-radius: 2px;
1329
1325
  }
@@ -1332,18 +1328,21 @@ template {
1332
1328
  align-items: center;
1333
1329
  justify-content: flex-end;
1334
1330
  margin-top: 4px;
1331
+ position: absolute;
1332
+ bottom: 22px;
1333
+ right: 22px;
1335
1334
  }
1336
1335
  .ext-item .info .install-container .uninstall {
1337
1336
  height: 32px;
1338
1337
  /* 填充/二级背景 */
1339
- background: #4C5052;
1338
+ background: #4c5052;
1340
1339
  border-radius: 2px;
1341
1340
  padding: 5px 16px;
1342
1341
  border: unset;
1343
1342
  /* 分割/边框 */
1344
1343
  border: 1px solid #555555;
1345
1344
  /* 文字/标准 */
1346
- color: #BBBBBB;
1345
+ color: #bbbbbb;
1347
1346
  }
1348
1347
  .ext-item .info .author {
1349
1348
  display: flex;
@@ -1362,7 +1361,7 @@ template {
1362
1361
  line-height: 14px;
1363
1362
  letter-spacing: 0px;
1364
1363
  /* 文字/标准 */
1365
- color: #BBBBBB;
1364
+ color: #bbbbbb;
1366
1365
  }
1367
1366
  [data-theme='light'] .ext-item {
1368
1367
  background: #ffffff;
@@ -1390,6 +1389,6 @@ template {
1390
1389
  color: #000000d9;
1391
1390
  }
1392
1391
  [data-theme='light'] .ext-item .info .author .owner {
1393
- color: #306FFF;
1392
+ color: #306fff;
1394
1393
  }
1395
1394