fix:修改合肥启程--乌丹首页显示异常问题(临时解决方案)

This commit is contained in:
Vce 2024-04-16 23:47:58 +08:00
parent 983078520d
commit b7473d9dab
2 changed files with 6 additions and 0 deletions

View File

@ -110,4 +110,7 @@ watch(
::v-deep .h-card .content {
height: 80%;
}
::v-deep .h-card {
position: relative;
}
</style>

View File

@ -363,4 +363,7 @@ onMounted(async () => {
::v-deep .h-card .content {
height: 80%;
}
::v-deep .h-card {
position: relative;
}
</style>