@tuya-miniapp/ark-extension-virtual-device 1.6.0-beta-21 → 1.6.0-beta-23

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.
@@ -42548,12 +42548,14 @@ template {
42548
42548
 
42549
42549
  .raw-container {
42550
42550
  background-color: #e8e8e8;
42551
- padding: 4px 8px 100px 4px;
42551
+ padding: 4px 8px 4px 4px;
42552
42552
  position: relative;
42553
42553
  display: flex;
42554
42554
  flex-direction: column;
42555
42555
  align-items: center;
42556
42556
  width: 100%;
42557
+ overflow: hidden;
42558
+ border-radius: 10px;
42557
42559
  }
42558
42560
  .raw-container .head {
42559
42561
  display: flex;
@@ -42580,6 +42582,7 @@ template {
42580
42582
  line-height: 16px;
42581
42583
  letter-spacing: -0.1px;
42582
42584
  color: #1890ff;
42585
+ margin-left: 4px;
42583
42586
  }
42584
42587
  .raw-container .head .line {
42585
42588
  position: absolute;
@@ -43179,6 +43182,9 @@ template {
43179
43182
  }
43180
43183
  .container .scroll {
43181
43184
  margin-top: 10px;
43185
+ height: calc(100vh - 10px);
43186
+ overflow: scroll;
43187
+ overflow-x: hidden;
43182
43188
  }
43183
43189
  .container .scroll .device-list {
43184
43190
  display: grid;