@tuya-miniapp/ark-extension-virtual-device 1.1.1 → 1.1.2
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 +9 -0
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +339 -320
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -35947,6 +35947,15 @@ template {
|
|
|
35947
35947
|
display: none;
|
|
35948
35948
|
}
|
|
35949
35949
|
|
|
35950
|
+
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
35951
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
35952
|
+
/* stylelint-disable */
|
|
35953
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
35954
|
+
.ant-affix {
|
|
35955
|
+
position: fixed;
|
|
35956
|
+
z-index: 10;
|
|
35957
|
+
}
|
|
35958
|
+
|
|
35950
35959
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
35951
35960
|
/* stylelint-disable no-duplicate-selectors */
|
|
35952
35961
|
/* stylelint-disable */
|