1
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
top: 0;
|
||||
left: 0;
|
||||
overflow: hidden;
|
||||
z-index: 9991;
|
||||
z-index: 99;
|
||||
width: 100%;
|
||||
// 背景颜色通过 style 动态设置,默认透明
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user