@tuya-miniapp/ark-extension-virtual-device 1.6.0-beta-21 → 1.6.0-beta-22
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 +4 -0
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +1 -1
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -42580,6 +42580,7 @@ template {
|
|
|
42580
42580
|
line-height: 16px;
|
|
42581
42581
|
letter-spacing: -0.1px;
|
|
42582
42582
|
color: #1890ff;
|
|
42583
|
+
margin-left: 4px;
|
|
42583
42584
|
}
|
|
42584
42585
|
.raw-container .head .line {
|
|
42585
42586
|
position: absolute;
|
|
@@ -43179,6 +43180,9 @@ template {
|
|
|
43179
43180
|
}
|
|
43180
43181
|
.container .scroll {
|
|
43181
43182
|
margin-top: 10px;
|
|
43183
|
+
height: calc(100vh - 10px);
|
|
43184
|
+
overflow: scroll;
|
|
43185
|
+
overflow-x: hidden;
|
|
43182
43186
|
}
|
|
43183
43187
|
.container .scroll .device-list {
|
|
43184
43188
|
display: grid;
|