|
@@ -47,7 +47,7 @@ const title=computed(()=>{
|
|
|
|
|
|
.report-item-box {
|
|
|
padding: 30px 30px 20px 30px;
|
|
|
- margin-bottom: 10PX;
|
|
|
+ margin-bottom: 2PX;
|
|
|
background-color: var(--bg-color);
|
|
|
.report-title {
|
|
|
margin-bottom: 6px;
|
|
@@ -102,7 +102,7 @@ const title=computed(()=>{
|
|
|
@media (min-width: 600px){
|
|
|
.report-item-box{
|
|
|
padding: 15px 15px 10px 15px;
|
|
|
- margin-bottom: 10px;
|
|
|
+ margin-bottom: 1px;
|
|
|
.report-des{
|
|
|
margin: 8px 0;
|
|
|
}
|