更新样式

This commit is contained in:
2023-06-30 18:11:46 +08:00
parent 6b5e50048c
commit 69c7e0a0f6
7 changed files with 232 additions and 45 deletions

View File

@@ -30,3 +30,20 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
:export {
theme: $--color-primary;
}
.PageHeader{
width:53vw;
height:70px;
margin-left:20vw;
margin-top:50px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea
}
.PageContent{
width:53vw;
margin-left:20vw;
margin-top:20px;
border-radius: 6px;
background-color: #ffffff;
box-shadow: -10px 5px 10px 5px #eaeaea
}