修复:图书详情和课程详情无数据问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user