From d774558f3e349d575c6f343cb28d933c4e4aaa36 Mon Sep 17 00:00:00 2001 From: Yue JIN <40021217+kingyue737@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:37:03 +0800 Subject: [PATCH] chore: fix disappeared logo in demo --- src/demo/Demo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/Demo.vue b/src/demo/Demo.vue index 18d71bd..1e943ff 100644 --- a/src/demo/Demo.vue +++ b/src/demo/Demo.vue @@ -311,7 +311,7 @@ select { } #logo { - display: inline-block; + display: inline-flex; width: 128px; height: 128px; pointer-events: none;