From df7c17c21c59c0b14263f34851d25706affb7b3a Mon Sep 17 00:00:00 2001 From: hdx Date: Wed, 24 Jan 2024 15:29:26 +0800 Subject: [PATCH] =?UTF-8?q?boolean-data:=20=E8=B0=83=E6=95=B4=20item=20?= =?UTF-8?q?=E4=B8=BA=E5=9E=82=E7=9B=B4=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/boolean-data/boolean-data.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/boolean-data/boolean-data.vue b/components/boolean-data/boolean-data.vue index 3fb155a6..bf835cab 100644 --- a/components/boolean-data/boolean-data.vue +++ b/components/boolean-data/boolean-data.vue @@ -41,5 +41,6 @@ justify-content: space-between; padding: 10px; border-bottom: 1px solid rgba(0, 0, 0, .06); + align-items: center; } -- GitLab