🍭 ui: change pricing page card view pt-4 to py-4
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user