style(discover): remove rounded-full from card action buttons
This commit is contained in:
+3
-3
@@ -152,7 +152,7 @@ export default function HomePage() {
|
|||||||
元/{player.services?.[0]?.unit ?? "时"}
|
元/{player.services?.[0]?.unit ?? "时"}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<Button variant="outline" size="sm" className="rounded-full px-6" asChild>
|
<Button variant="outline" size="sm" asChild>
|
||||||
<Link href={`/player/${player.id}`}>查看详情</Link>
|
<Link href={`/player/${player.id}`}>查看详情</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
@@ -171,7 +171,7 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<Button variant="outline" className="w-full rounded-full" asChild>
|
<Button variant="outline" className="w-full" asChild>
|
||||||
<Link href="/community">进入社区</Link>
|
<Link href="/community">进入社区</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<Button variant="outline" size="sm" className="w-full rounded-full" asChild>
|
<Button variant="outline" size="sm" className="w-full" asChild>
|
||||||
<Link href={`/shop/${shop.id}`}>进入店铺</Link>
|
<Link href={`/shop/${shop.id}`}>进入店铺</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</CardFooter>
|
</CardFooter>
|
||||||
|
|||||||
Reference in New Issue
Block a user