From f37333a351cd0fb27e3b0d43a56d8a34f89723bc Mon Sep 17 00:00:00 2001 From: Boxiu Lee Date: Wed, 18 Sep 2024 21:45:42 +0800 Subject: [PATCH] fix: content out of screen --- src/pages/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index a2720a0..3aece27 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -301,7 +301,6 @@ watch( padding: 10px 0 0 20px; border-radius: 10px; color: aliceblue; - width: fit-content; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border: 5px #666 solid; }