@tuya-miniapp/ark-extension-virtual-device 1.4.0-beta-3 → 1.4.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 +3 -1
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +36 -16
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -45018,7 +45018,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45018
45018
|
|
|
45019
45019
|
.dev-item-wrapper {
|
|
45020
45020
|
width: 232px;
|
|
45021
|
-
height: 158px;
|
|
45022
45021
|
border-radius: 12px;
|
|
45023
45022
|
background-color: #fff;
|
|
45024
45023
|
padding: 20px;
|
|
@@ -45060,6 +45059,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45060
45059
|
.dev-item-wrapper .offline {
|
|
45061
45060
|
color: #FFA000;
|
|
45062
45061
|
}
|
|
45062
|
+
.dev-item-wrapper .shared {
|
|
45063
|
+
color: #F96A62;
|
|
45064
|
+
}
|
|
45063
45065
|
.checkedItem {
|
|
45064
45066
|
border-width: 2px;
|
|
45065
45067
|
border-color: #096dd9;
|