调整App组件布局
This commit is contained in:
parent
ed39d57ed2
commit
5ef363d757
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user