调整App组件布局

This commit is contained in:
qumeng039@126.com 2025-08-12 11:54:08 +08:00
parent ed39d57ed2
commit 5ef363d757
2 changed files with 1 additions and 4 deletions

View File

@ -53,9 +53,8 @@ onMounted(() => {
<style scoped lang="less"> <style scoped lang="less">
.app-container { .app-container {
width: 100vw; width: 100vw;
height: 111vh; padding-bottom: 20px;
background-image: url("@/assets/images/bci.png"); background-image: url("@/assets/images/bci.png");
background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-color: #02131f; background-color: #02131f;

View File

@ -39,9 +39,7 @@ const handleOpenDialog = (isOpen) => {
padding: 0 0; padding: 0 0;
margin-left: 30px; margin-left: 30px;
} }
.el-aside { .el-aside {
height: 96.6vh;
overflow: visible; overflow: visible;
color: aliceblue; color: aliceblue;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;