🍭 ui: change pricing page card view pt-4 to py-4
This commit is contained in:
@@ -123,7 +123,7 @@ const PricingCardSkeleton = ({
|
||||
</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 }} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -327,7 +327,7 @@ const PricingCardView = ({
|
||||
|
||||
{/* 分页 */}
|
||||
{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
|
||||
currentPage={currentPage}
|
||||
pageSize={pageSize}
|
||||
|
||||
Reference in New Issue
Block a user