Commit 7d3bf7c5 by t0ng7u

馃嵀 ui: change pricing page card view `pt-4` to `py-4`

parent 472377bf
...@@ -123,7 +123,7 @@ const PricingCardSkeleton = ({ ...@@ -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 = ({ ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment