This commit is contained in:
张成
2025-11-09 21:10:45 +08:00
parent 0090fc45c6
commit 52622dec92
6 changed files with 55 additions and 40 deletions

View File

@@ -4,10 +4,11 @@
.nut-menu-bar {
--nutui-menu-bar-line-height: 30px;
background-color: unset;
background-color: #fafafa;
box-shadow: unset;
// padding: 0 15px;
gap: 5px;
justify-content: flex-start;
}
.nut-menu-title {
@@ -33,8 +34,12 @@
.nut-menu-container-wrap {
width: 100vw;
left: 0 !important;
margin-left: -15px !important;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
background-color: #fafafa !important;
z-index: 1000 !important;
}
.positionWrap {