修复:图书详情和课程详情无数据问题

This commit is contained in:
2025-12-26 11:39:06 +08:00
parent 89e77864a3
commit e76e6da008
11 changed files with 459 additions and 409 deletions

View File

@@ -215,9 +215,6 @@
.mt-2\! {
margin-top: calc(var(--spacing) * 2) !important;
}
.mt-5\! {
margin-top: calc(var(--spacing) * 5) !important;
}
.mt-\[20rpx\]\! {
margin-top: 20rpx !important;
}
@@ -294,9 +291,6 @@
.p-0\! {
padding: calc(var(--spacing) * 0) !important;
}
.p-3 {
padding: calc(var(--spacing) * 3);
}
.p-\[10rpx\] {
padding: 10rpx;
}