@ -159,7 +159,7 @@
&-bottom {
box-sizing: border-box;
width: 100%;
height: calc(100vh - 535px);
// height: calc(100vh - 535px);
min-height: 300px;
margin-top: 60px;
}
@ -110,7 +110,7 @@ export default {
dateId: '',
categoryKey: '',
pageNo: 1,
pageSize: 7,
pageSize: 10,
total: 0,
};
@ -289,7 +289,8 @@ export default {
&-body {
height: calc(100% - 50px);
height: 550px;
// height: calc(100% - 50px);
font-size: 18px;
font-weight: 400;
color: #ffffff;