@tuya-miniapp/ark-extension-virtual-device 1.7.0-beta-5 → 1.7.0-beta-7
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 +13 -1
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +2 -14
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -44625,7 +44625,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44625
44625
|
overflow-y: auto;
|
|
44626
44626
|
}
|
|
44627
44627
|
.PageI18nCheck .layout {
|
|
44628
|
-
height: calc(100vh -
|
|
44628
|
+
height: calc(100vh - 50px - 50px);
|
|
44629
44629
|
overflow: auto;
|
|
44630
44630
|
}
|
|
44631
44631
|
.PageI18nCheck .layout-table_wrap {
|
|
@@ -44685,6 +44685,18 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44685
44685
|
white-space: pre-wrap;
|
|
44686
44686
|
z-index: 100;
|
|
44687
44687
|
}
|
|
44688
|
+
.warning-container {
|
|
44689
|
+
flex-grow: 1;
|
|
44690
|
+
justify-content: center;
|
|
44691
|
+
display: flex;
|
|
44692
|
+
flex-direction: column;
|
|
44693
|
+
height: 100%;
|
|
44694
|
+
}
|
|
44695
|
+
.warning-text {
|
|
44696
|
+
color: #e36301;
|
|
44697
|
+
font-size: 12px;
|
|
44698
|
+
line-height: 14px;
|
|
44699
|
+
}
|
|
44688
44700
|
.PageI18nCheck::-webkit-scrollbar {
|
|
44689
44701
|
display: none;
|
|
44690
44702
|
/* Chrome Safari */
|