更新样式
This commit is contained in:
@@ -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
|
||||
}
|
Reference in New Issue
Block a user