From 11bf4fea9bbf56449b915a7a20f84c6b3dae4dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Wed, 24 Apr 2024 01:01:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BF=AE=E5=A4=8D=E7=89=B9?= =?UTF-8?q?=E5=AE=9A=E6=83=85=E5=86=B5=E4=B8=8By=E8=BD=B4=E6=BA=A2?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/t-pool.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/home/t-pool.vue b/src/components/home/t-pool.vue index 9473c6c6..56d22c5f 100644 --- a/src/components/home/t-pool.vue +++ b/src/components/home/t-pool.vue @@ -320,8 +320,8 @@ onUnmounted(() => { } .pool-icon { - max-width: 60px; - max-height: 60px; + width: 60px; + height: 60px; transition: all ease-in-out 0.3s; } @@ -331,9 +331,10 @@ onUnmounted(() => { } .pool-icon img { - width: 100%; - height: 100%; - border-radius: 8px; + position: absolute; + width: 60px; + height: 60px; + border-radius: 5px; cursor: pointer; }