style: 优化视频中心-仪表盘图片

This commit is contained in:
xieyonghong 2023-04-23 14:50:49 +08:00
parent d552ddf3f6
commit d61207076f
1 changed files with 2 additions and 1 deletions

View File

@ -76,8 +76,9 @@ const props = defineProps({
align-items: flex-end;
justify-content: flex-end;
img {
width: 100%;
width: 100px;
height: 100%;
transform: translateY(2px);
}
}
}