From b6cc95add844d4fa2dae86ed8606f9f9f9838380 Mon Sep 17 00:00:00 2001 From: Yongyu Huo <2323187318@qq.com> Date: Mon, 30 Sep 2024 15:13:01 +0000 Subject: [PATCH] Update integrated.vue --- pages/integrated.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/integrated.vue b/pages/integrated.vue index c2c5ef0..e5cf566 100644 --- a/pages/integrated.vue +++ b/pages/integrated.vue @@ -25,12 +25,11 @@ @apply my-5 font-bold text-center text-2xl; position: relative; /* ç›¸å¯¹å®šä½ */ - width: 1455px; - height: 91px; + width: 100%; + height: 3em; opacity: 1; - border-radius: 19px; + border-radius: 1em; background: linear-gradient(90deg, rgba(192, 247, 72, 0.8) 0%, rgba(192, 247, 72, 0) 100%); - padding: 20px; } } -- GitLab