@@ -269,6 +269,17 @@ onActivated(()=>{
.report-list-page{
.list-wrap{
flex-wrap: wrap;
+ justify-content: center;
+ &::after{
+ content:'';
+ display: block;
+ height:0;
+ flex-shrink: 0;
+ width: 380px;
+ margin-bottom: 20px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
.item{
flex-shrink: 0;
width: 380px;