调整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">
.app-container {
width: 100vw;
height: 111vh;
padding-bottom: 20px;
background-image: url("@/assets/images/bci.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #02131f;

View File

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