f533c284 by 任超

style:首页样式修改

1 parent f6216528
......@@ -118,7 +118,7 @@ export default {
<style lang="scss" scoped>
.leftcard {
width: 32%;
width: 30%;
display: flex;
height: calc(100vh - 114px);
flex-direction: column;
......
......@@ -78,7 +78,7 @@ export default {
}
.rightcard {
width: 32%;
width: 30%;
display: flex;
height: calc(100vh - 114px);
flex-direction: column;
......@@ -171,4 +171,5 @@ export default {
.cardhead {
position: absolute;
}
}</style>
}
</style>
......