web-学习
This commit is contained in:
@@ -146,7 +146,6 @@ watch(
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.navigation-layout {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #f0f2f5;
|
||||
@@ -156,6 +155,8 @@ watch(
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: calc(100vh - 76px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.breadcrumb-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user