🍭 ui: change pricing page card view pt-4 to py-4
This commit is contained in:
@@ -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