修复 对话框被侧边菜单栏遮住的bug,调整appMain的 z-index

This commit is contained in:
zhengjie
2019-03-04 15:29:43 +08:00
parent 97b7367694
commit ee1daaaa69
6 changed files with 12 additions and 11 deletions

View File

@@ -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%;