@tuya-miniapp/ark-extension-virtual-device 1.6.2-beta-8 → 1.7.0-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.
- package/dist/view/app.min.css +3 -3
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +5 -13
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -26557,10 +26557,10 @@ html {
|
|
|
26557
26557
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
26558
26558
|
|
|
26559
26559
|
.container {
|
|
26560
|
-
width:
|
|
26561
|
-
height:
|
|
26560
|
+
width: 100vw;
|
|
26561
|
+
height: calc(100vh - 100px);
|
|
26562
26562
|
border: 0;
|
|
26563
|
-
|
|
26563
|
+
overflow: hidden;
|
|
26564
26564
|
}
|
|
26565
26565
|
|
|
26566
26566
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|