🍭 ui: change pricing page card view pt-4 to py-4

This commit is contained in:
t0ng7u
2025-08-11 19:11:58 +08:00
parent fa686207ed
commit 03cfc05afd
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ const PricingCardSkeleton = ({
</div> </div>
{/* 分页骨架 */} {/* 分页骨架 */}
<div className="flex justify-center mt-6 pt-4 border-t pricing-pagination-divider"> <div className="flex justify-center mt-6 py-4 border-t pricing-pagination-divider">
<Skeleton.Button style={{ width: 300, height: 32 }} /> <Skeleton.Button style={{ width: 300, height: 32 }} />
</div> </div>
</div> </div>

View File

@@ -327,7 +327,7 @@ const PricingCardView = ({
{/* 分页 */} {/* 分页 */}
{filteredModels.length > 0 && ( {filteredModels.length > 0 && (
<div className="flex justify-center mt-6 pt-4 border-t pricing-pagination-divider"> <div className="flex justify-center mt-6 py-4 border-t pricing-pagination-divider">
<Pagination <Pagination
currentPage={currentPage} currentPage={currentPage}
pageSize={pageSize} pageSize={pageSize}