diff --git a/pages/index/components/AIMatch.vue b/pages/index/components/AIMatch.vue index 99b4c13..524c1d0 100644 --- a/pages/index/components/AIMatch.vue +++ b/pages/index/components/AIMatch.vue @@ -367,10 +367,10 @@ const handleResize = () => { justify-content: center; } .semicircle-loader { - width: 100rpx; - height: 100rpx; - border: 10rpx solid #f3f3f3; - border-top: 10rpx solid #3498db; + width: 150rpx; + height: 150rpx; + border: 12rpx solid #f3f3f3; + border-top: 12rpx solid #3498db; border-radius: 50%; animation: spin 1.2s linear infinite; }