From 3133236ba924325f4d57792b717526ce008eb68e Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Wed, 19 Jul 2023 22:44:33 +0800 Subject: [PATCH] chore: width --- components/Parallax.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Parallax.vue b/components/Parallax.vue index 99973e5..620ffb0 100644 --- a/components/Parallax.vue +++ b/components/Parallax.vue @@ -69,9 +69,9 @@ const layer4 = layerBase const cardStyle = computed(() => ({ background: '', - height: '20rem', - width: '15rem', - borderRadius: '5px', + height: '14rem', + width: '20rem', + borderRadius: '20px', border: '1px solid #000000', overflow: 'hidden', transition: '.3s ease-out all',