From c345bb453bf11badb4831a6a3f600c9372b3a336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=BF=E5=9B=9B?= Date: Tue, 2 Apr 2024 11:20:06 +0800 Subject: [PATCH] Docs: official page foot picture size is incorrect (#22765) (#22801) --- examples/components/footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/components/footer.vue b/examples/components/footer.vue index c7a34e3a1f..88162429c9 100644 --- a/examples/components/footer.vue +++ b/examples/components/footer.vue @@ -144,7 +144,7 @@ } img { - size: 100px; + width: 100px; margin: 10px; } }