修复 对话框被侧边菜单栏遮住的bug,调整appMain的 z-index
This commit is contained in:
@@ -24,6 +24,7 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.app-main {
|
||||
z-index: 88;
|
||||
/*84 = navbar + tags-view = 50 +34 */
|
||||
min-height: calc(100vh - 84px);
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user