feat(NavBar): add @nav-bar-z-index less var
This commit is contained in:
@@ -82,6 +82,7 @@ function NavBar(
|
||||
NavBar.props = {
|
||||
title: String,
|
||||
fixed: Boolean,
|
||||
zIndex: Number,
|
||||
leftText: String,
|
||||
rightText: String,
|
||||
leftArrow: Boolean,
|
||||
@@ -89,10 +90,6 @@ NavBar.props = {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 1,
|
||||
},
|
||||
};
|
||||
|
||||
export default createComponent<NavBarProps, NavBarEvents>(NavBar);
|
||||
|
||||
Reference in New Issue
Block a user