首页统计图表修改
Showing
5 changed files
with
12 additions
and
0 deletions
| ... | @@ -376,6 +376,18 @@ export default { | ... | @@ -376,6 +376,18 @@ export default { |
| 376 | flex: 1; | 376 | flex: 1; |
| 377 | width: 100%; | 377 | width: 100%; |
| 378 | display: flex; | 378 | display: flex; |
| 379 | .cghj{ | ||
| 380 | /deep/.el-card__header{ | ||
| 381 | padding: 13px 20px; | ||
| 382 | span{ | ||
| 383 | position: relative; | ||
| 384 | top: 5px; | ||
| 385 | } | ||
| 386 | img{ | ||
| 387 | width: 200px; | ||
| 388 | } | ||
| 389 | } | ||
| 390 | } | ||
| 379 | >div{ | 391 | >div{ |
| 380 | flex: 1; | 392 | flex: 1; |
| 381 | // flex-grow:1; | 393 | // flex-grow:1; | ... | ... |
-
Please register or sign in to post a comment