shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit b7473d9dab - Show all commits

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>