@tuya-miniapp/ark-extension-virtual-device 1.4.0-beta-9 → 1.4.0-beta-10

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.
@@ -44990,7 +44990,9 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
44990
44990
  .top-bar-wrapper {
44991
44991
  width: 100vw;
44992
44992
  height: 120px;
44993
+ margin-top: 12px;
44993
44994
  display: flex;
44995
+ position: relative;
44994
44996
  flex-direction: column;
44995
44997
  align-items: flex-start;
44996
44998
  justify-content: center;
@@ -45074,6 +45076,22 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
45074
45076
  .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
45075
45077
  border-bottom: 0;
45076
45078
  }
45079
+ .ant-menu-horizontal > .ant-menu-item::after,
45080
+ .ant-menu-horizontal > .ant-menu-submenu::after {
45081
+ border-bottom: 0;
45082
+ }
45083
+ .text {
45084
+ font-size: 12px;
45085
+ margin-bottom: 4px;
45086
+ }
45087
+ .version-tag {
45088
+ position: absolute;
45089
+ right: 16px;
45090
+ top: 0px;
45091
+ font-size: 12px;
45092
+ color: gray;
45093
+ z-index: 99;
45094
+ }
45077
45095
 
45078
45096
  .container {
45079
45097
  display: flex;