@@ -27,7 +27,7 @@ const HotUpdateText = () => (
2727 </ Tooltip >
2828) ;
2929const CheckLimitText = ( { children } : { children : ReactNode } ) => (
30- < div className = "py-2 mt-4 border-t border-slate-200/50" >
30+ < div className = "py-2 ! mt-auto border-t border-slate-200/50" >
3131 < p className = "text-slate-500 text-sm mb-1" > 所有应用累加</ p >
3232 < div className = "flex items-center gap-1 font-medium text-slate-700" >
3333 每天
@@ -51,6 +51,7 @@ const CheckLimitText = ({ children }: { children: ReactNode }) => (
5151 </ Tooltip >
5252 更新查询
5353 </ div >
54+ < p className = "mt-1 text-sm text-slate-500 font-medium" > 可按需提升</ p >
5455 </ div >
5556) ;
5657
@@ -133,7 +134,7 @@ function Pricing() {
133134 </ div >
134135 </ div >
135136
136- < ul className = "flex-1 space-y -3 mb-8" >
137+ < ul className = "flex-1 flex flex-col gap -3 mb-8" >
137138 < FeatureItem > 可创建 3 个 < AppText /> </ FeatureItem >
138139 < FeatureItem > 每应用 30 个 < PackageText /> (最大 30M/个)</ FeatureItem >
139140 < FeatureItem > 每应用 30 个 < HotUpdateText /> (最大 3M/个)</ FeatureItem >
@@ -168,7 +169,7 @@ function Pricing() {
168169 < AnnualDiscount annualPrice = { 960 } monthlyPrice = { 120 } />
169170 </ div >
170171
171- < ul className = "flex-1 space-y -3 mb-8" >
172+ < ul className = "flex-1 flex flex-col gap -3 mb-8" >
172173 < FeatureItem > 可创建 5 个 < AppText /> </ FeatureItem >
173174 < FeatureItem > 每应用 50 个 < PackageText /> (最大 150M/个)</ FeatureItem >
174175 < FeatureItem > 每应用 50 个 < HotUpdateText /> (最大 15M/个)</ FeatureItem >
@@ -212,7 +213,7 @@ function Pricing() {
212213 < AnnualDiscount annualPrice = { 2400 } monthlyPrice = { 300 } />
213214 </ div >
214215
215- < ul className = "flex-1 space-y -3 mb-8" >
216+ < ul className = "flex-1 flex flex-col gap -3 mb-8" >
216217 < FeatureItem > 可创建 10 个 < AppText /> </ FeatureItem >
217218 < FeatureItem > 每应用 60 个 < PackageText /> (最大 500M/个)</ FeatureItem >
218219 < FeatureItem > 每应用 60 个 < HotUpdateText /> (最大 50M/个)</ FeatureItem >
@@ -250,7 +251,7 @@ function Pricing() {
250251 < AnnualDiscount annualPrice = { 7200 } monthlyPrice = { 900 } />
251252 </ div >
252253
253- < ul className = "flex-1 space-y -3 mb-8" >
254+ < ul className = "flex-1 flex flex-col gap -3 mb-8" >
254255 < FeatureItem > 可创建 50 个 < AppText /> </ FeatureItem >
255256 < FeatureItem > 每应用 100 个 < PackageText /> (最大 2000M/个)</ FeatureItem >
256257 < FeatureItem > 每应用 100 个 < HotUpdateText /> (最大 200M/个)</ FeatureItem >
0 commit comments