@tuya-miniapp/ark-extension-virtual-device 1.4.0-beta-2 → 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 +11 -13
- package/dist/view/app.min.js +1 -1
- package/dist/worker/index.js +1 -1
- package/package.json +1 -1
package/dist/view/app.min.css
CHANGED
|
@@ -44983,6 +44983,17 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
44983
44983
|
}
|
|
44984
44984
|
.top-bar-wrapper .home-wrapper .select-wrapper .select .ant-select-selector {
|
|
44985
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;
|
|
44986
44997
|
}
|
|
44987
44998
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
|
|
44988
44999
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
|
|
@@ -45004,19 +45015,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
45004
45015
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
|
45005
45016
|
border-bottom: 0;
|
|
45006
45017
|
}
|
|
45007
|
-
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
45008
|
-
border-width: 0;
|
|
45009
|
-
}
|
|
45010
|
-
.add-icon:hover::after {
|
|
45011
|
-
content: attr(data-tooltip);
|
|
45012
|
-
padding: 5px;
|
|
45013
|
-
color: #fff;
|
|
45014
|
-
background: #000;
|
|
45015
|
-
position: absolute;
|
|
45016
|
-
right: 0%;
|
|
45017
|
-
top: calc(100% - 20px);
|
|
45018
|
-
z-index: 99;
|
|
45019
|
-
}
|
|
45020
45018
|
|
|
45021
45019
|
.dev-item-wrapper {
|
|
45022
45020
|
width: 232px;
|