web-学习

This commit is contained in:
2025-10-24 18:28:35 +08:00
parent 8968409b2d
commit bc84bd82cc
16 changed files with 1090 additions and 239 deletions

View File

@@ -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 {