@tuya-miniapp/ark-extension-virtual-device 1.8.0-beta-3 → 1.8.0-beta-5
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 -4
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +21 -16
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -43116,7 +43116,6 @@ template {
|
|
|
43116
43116
|
position: relative;
|
|
43117
43117
|
}
|
|
43118
43118
|
.top-bar-wrapper .home-wrapper .select-wrapper {
|
|
43119
|
-
overflow: hidden;
|
|
43120
43119
|
display: flex;
|
|
43121
43120
|
justify-content: space-around;
|
|
43122
43121
|
align-items: center;
|
|
@@ -43142,9 +43141,21 @@ template {
|
|
|
43142
43141
|
}
|
|
43143
43142
|
.top-bar-wrapper .home-wrapper .rooms {
|
|
43144
43143
|
background-color: #f3f3f3;
|
|
43145
|
-
margin
|
|
43144
|
+
margin: 0 9px;
|
|
43145
|
+
width: 80%;
|
|
43146
43146
|
border-radius: 3px;
|
|
43147
43147
|
overflow: hidden;
|
|
43148
|
+
overflow-x: scroll;
|
|
43149
|
+
-ms-overflow-style: none;
|
|
43150
|
+
/* IE 10+ */
|
|
43151
|
+
scrollbar-width: none;
|
|
43152
|
+
}
|
|
43153
|
+
.top-bar-wrapper .home-wrapper .rooms .menu-item {
|
|
43154
|
+
margin-right: 4px;
|
|
43155
|
+
}
|
|
43156
|
+
.top-bar-wrapper .home-wrapper ::-webkit-scrollbar {
|
|
43157
|
+
display: none;
|
|
43158
|
+
scrollbar-width: none;
|
|
43148
43159
|
}
|
|
43149
43160
|
.add-button {
|
|
43150
43161
|
font-family: PingFang SC;
|
|
@@ -43157,7 +43168,6 @@ template {
|
|
|
43157
43168
|
}
|
|
43158
43169
|
.ant-btn.ant-btn-primary {
|
|
43159
43170
|
border-radius: 3px;
|
|
43160
|
-
overflow: hidden;
|
|
43161
43171
|
}
|
|
43162
43172
|
.ant-btn.ant-btn-primary span {
|
|
43163
43173
|
margin-left: 4px;
|
|
@@ -45470,7 +45480,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45470
45480
|
margin-top: 4px;
|
|
45471
45481
|
}
|
|
45472
45482
|
.ext-item .info .install-container .uninstall {
|
|
45473
|
-
width: 60px;
|
|
45474
45483
|
height: 32px;
|
|
45475
45484
|
background: #e1f1ff;
|
|
45476
45485
|
border-radius: 2px;
|