f533c284 by 任超

style:首页样式修改

1 parent f6216528
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
118 118
119 <style lang="scss" scoped> 119 <style lang="scss" scoped>
120 .leftcard { 120 .leftcard {
121 width: 32%; 121 width: 30%;
122 display: flex; 122 display: flex;
123 height: calc(100vh - 114px); 123 height: calc(100vh - 114px);
124 flex-direction: column; 124 flex-direction: column;
......
...@@ -78,7 +78,7 @@ export default { ...@@ -78,7 +78,7 @@ export default {
78 } 78 }
79 79
80 .rightcard { 80 .rightcard {
81 width: 32%; 81 width: 30%;
82 display: flex; 82 display: flex;
83 height: calc(100vh - 114px); 83 height: calc(100vh - 114px);
84 flex-direction: column; 84 flex-direction: column;
...@@ -171,4 +171,5 @@ export default { ...@@ -171,4 +171,5 @@ export default {
171 .cardhead { 171 .cardhead {
172 position: absolute; 172 position: absolute;
173 } 173 }
174 }</style> 174 }
175 </style>
......