@tuya-miniapp/ark-extension-virtual-device 1.8.0-beta-2 → 1.8.0-beta-3
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
CHANGED
|
@@ -45362,18 +45362,19 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45362
45362
|
border-width: 0px 0px 1px 0px;
|
|
45363
45363
|
border-style: solid;
|
|
45364
45364
|
border-color: #323232;
|
|
45365
|
+
position: relative;
|
|
45365
45366
|
}
|
|
45366
|
-
.extension-container .
|
|
45367
|
-
|
|
45368
|
-
}
|
|
45369
|
-
.extension-container .content .top-header {
|
|
45370
|
-
background-image: url(../../../6627f2caacfbe9a2a767.png);
|
|
45371
|
-
background-repeat: no-repeat;
|
|
45372
|
-
background-size: 100% 100%;
|
|
45373
|
-
background-position: 0% 0%;
|
|
45374
|
-
position: absolute;
|
|
45367
|
+
.extension-container .top-header {
|
|
45368
|
+
position: fixed;
|
|
45375
45369
|
width: 100vw;
|
|
45376
45370
|
height: 154px;
|
|
45371
|
+
z-index: 0;
|
|
45372
|
+
top: 0;
|
|
45373
|
+
left: 0;
|
|
45374
|
+
}
|
|
45375
|
+
.extension-container .content {
|
|
45376
|
+
margin: 16px;
|
|
45377
|
+
z-index: 100;
|
|
45377
45378
|
}
|
|
45378
45379
|
.extension-container .head {
|
|
45379
45380
|
padding: 16px;
|