|
|
@ -109,7 +109,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="card-title mt20"> |
|
|
|
<div class="card-title mt40"> |
|
|
|
<div class="second-title mt0"> |
|
|
|
<div class="second-title-label">联建活动分类统计</div> |
|
|
|
|
|
|
@ -1260,6 +1260,7 @@ export default { |
|
|
|
} |
|
|
|
.calc-h { |
|
|
|
height: calc(100vh - 240px); |
|
|
|
padding-bottom: 20px; |
|
|
|
} |
|
|
|
.wd50 { |
|
|
|
width: 50%; |
|
|
@ -1298,7 +1299,7 @@ export default { |
|
|
|
.mt0 { |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
.mt20 { |
|
|
|
margin-top: 20px; |
|
|
|
.mt40 { |
|
|
|
margin-top: 40px; |
|
|
|
} |
|
|
|
</style> |
|
|
|