From 73379953719694d5c91f5fa944a536fbfedc52eb Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 25 Oct 2024 10:20:49 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2-?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=8C=89=E9=92=AE=E9=97=B4=E8=B7=9D=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA12px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/about/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/about/index.vue b/core/core-frontend/src/views/about/index.vue index 033cc2e512..52a6bc560c 100644 --- a/core/core-frontend/src/views/about/index.vue +++ b/core/core-frontend/src/views/about/index.vue @@ -324,7 +324,8 @@ const syncFree = () => { display: flex; align-items: center; align-content: center; - max-width: 250px; + width: fit-content; justify-content: space-between; + column-gap: 12px; }