@tuya-miniapp/ark-extension-virtual-device 1.4.0-beta-1 → 1.4.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 +105 -13
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +22 -12
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -44930,7 +44930,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44930
44930
|
|
|
44931
44931
|
.top-bar-wrapper {
|
|
44932
44932
|
width: 100vw;
|
|
44933
|
-
height:
|
|
44933
|
+
height: 120px;
|
|
44934
44934
|
display: flex;
|
|
44935
44935
|
flex-direction: column;
|
|
44936
44936
|
align-items: flex-start;
|
|
@@ -44940,6 +44940,20 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44940
44940
|
}
|
|
44941
44941
|
.top-bar-wrapper .room-wrapper {
|
|
44942
44942
|
width: 100%;
|
|
44943
|
+
height: 72px;
|
|
44944
|
+
background-color: #f3f3f3;
|
|
44945
|
+
}
|
|
44946
|
+
.top-bar-wrapper .room-wrapper .back-transparent {
|
|
44947
|
+
background-color: #f3f3f3;
|
|
44948
|
+
}
|
|
44949
|
+
.top-bar-wrapper .room-wrapper .back-transparent .menu-item {
|
|
44950
|
+
font-family: SF Pro Display;
|
|
44951
|
+
font-size: 20px;
|
|
44952
|
+
font-weight: 400;
|
|
44953
|
+
line-height: 24px;
|
|
44954
|
+
letter-spacing: 0px;
|
|
44955
|
+
text-align: left;
|
|
44956
|
+
color: #00000080;
|
|
44943
44957
|
}
|
|
44944
44958
|
.top-bar-wrapper .home-wrapper {
|
|
44945
44959
|
width: 100%;
|
|
@@ -44947,29 +44961,107 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44947
44961
|
display: flex;
|
|
44948
44962
|
align-items: center;
|
|
44949
44963
|
justify-content: space-between;
|
|
44964
|
+
background-color: #f3f3f3;
|
|
44965
|
+
position: relative;
|
|
44966
|
+
}
|
|
44967
|
+
.top-bar-wrapper .home-wrapper .select-wrapper {
|
|
44968
|
+
overflow: hidden;
|
|
44969
|
+
display: flex;
|
|
44970
|
+
justify-content: space-around;
|
|
44971
|
+
align-items: center;
|
|
44972
|
+
}
|
|
44973
|
+
.top-bar-wrapper .home-wrapper .select-wrapper .select {
|
|
44974
|
+
min-width: 150px;
|
|
44975
|
+
background-color: #f3f3f3;
|
|
44976
|
+
font-family: SF Pro Display;
|
|
44977
|
+
font-size: 20px;
|
|
44978
|
+
font-weight: 400;
|
|
44979
|
+
line-height: 24px;
|
|
44980
|
+
letter-spacing: 0px;
|
|
44981
|
+
text-align: left;
|
|
44982
|
+
color: #00000080;
|
|
44983
|
+
}
|
|
44984
|
+
.top-bar-wrapper .home-wrapper .select-wrapper .select .ant-select-selector {
|
|
44985
|
+
background-color: #f3f3f3;
|
|
44986
|
+
border-width: 0;
|
|
44987
|
+
}
|
|
44988
|
+
.add-icon:hover::after {
|
|
44989
|
+
content: attr(data-tooltip);
|
|
44990
|
+
padding: 5px;
|
|
44991
|
+
color: #fff;
|
|
44992
|
+
background: #000;
|
|
44993
|
+
position: absolute;
|
|
44994
|
+
right: 0%;
|
|
44995
|
+
top: calc(100% - 20px);
|
|
44996
|
+
z-index: 99;
|
|
44950
44997
|
}
|
|
44951
|
-
.
|
|
44952
|
-
|
|
44998
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
|
|
44999
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
|
|
45000
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
|
|
45001
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
|
|
45002
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
|
|
45003
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
|
|
45004
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
|
|
45005
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
|
|
45006
|
+
color: #000 !important;
|
|
45007
|
+
}
|
|
45008
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
|
|
45009
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
|
|
45010
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
|
|
45011
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
|
|
45012
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
|
|
45013
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
|
|
45014
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
|
|
45015
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
|
45016
|
+
border-bottom: 0;
|
|
44953
45017
|
}
|
|
44954
45018
|
|
|
44955
45019
|
.dev-item-wrapper {
|
|
44956
|
-
width:
|
|
44957
|
-
height:
|
|
45020
|
+
width: 232px;
|
|
45021
|
+
height: 158px;
|
|
44958
45022
|
border-radius: 12px;
|
|
44959
45023
|
background-color: #fff;
|
|
44960
|
-
padding:
|
|
45024
|
+
padding: 20px;
|
|
44961
45025
|
display: flex;
|
|
44962
45026
|
flex-direction: column;
|
|
44963
|
-
align-items:
|
|
44964
|
-
justify-content: space-between;
|
|
45027
|
+
align-items: left;
|
|
44965
45028
|
}
|
|
44966
45029
|
.dev-item-wrapper .icon {
|
|
44967
|
-
width:
|
|
44968
|
-
height:
|
|
45030
|
+
width: 56px;
|
|
45031
|
+
height: 56px;
|
|
44969
45032
|
}
|
|
44970
45033
|
.dev-item-wrapper .name {
|
|
44971
|
-
|
|
44972
|
-
|
|
44973
|
-
|
|
45034
|
+
width: 100%;
|
|
45035
|
+
margin-top: 20px;
|
|
45036
|
+
color: rgba(0, 0, 0, 0.9);
|
|
45037
|
+
font-family: SF Pro Display;
|
|
45038
|
+
font-size: 18px;
|
|
45039
|
+
font-style: normal;
|
|
45040
|
+
font-weight: 500;
|
|
45041
|
+
line-height: 22px;
|
|
45042
|
+
/* 122.222% */
|
|
45043
|
+
height: 22px;
|
|
45044
|
+
overflow: hidden;
|
|
45045
|
+
text-overflow: ellipsis;
|
|
45046
|
+
white-space: nowrap;
|
|
45047
|
+
}
|
|
45048
|
+
.dev-item-wrapper .room-status {
|
|
45049
|
+
color: rgba(0, 0, 0, 0.5);
|
|
45050
|
+
font-family: SF Pro Display;
|
|
45051
|
+
font-size: 13px;
|
|
45052
|
+
font-style: normal;
|
|
45053
|
+
font-weight: 400;
|
|
45054
|
+
line-height: 18px;
|
|
45055
|
+
/* 138.462% */
|
|
45056
|
+
}
|
|
45057
|
+
.dev-item-wrapper .room-status .room-name::after {
|
|
45058
|
+
content: ' | ';
|
|
45059
|
+
}
|
|
45060
|
+
.dev-item-wrapper .offline {
|
|
45061
|
+
color: #FFA000;
|
|
45062
|
+
}
|
|
45063
|
+
.checkedItem {
|
|
45064
|
+
border-width: 2px;
|
|
45065
|
+
border-color: #096dd9;
|
|
44974
45066
|
}
|
|
44975
45067
|
|