From ed9fcb0544bf92c0486b28b0e633098fe0be14bd Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 22 Apr 2024 00:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BDlogo=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/no-data/no-data.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/no-data/no-data.vue b/components/no-data/no-data.vue index c4970c39..3d35fac1 100644 --- a/components/no-data/no-data.vue +++ b/components/no-data/no-data.vue @@ -196,9 +196,9 @@ */ .loading-logo-content { position: absolute; - width: 130rpx; - height: 130rpx; - left: calc(50% - 75rpx); + width: 140rpx; + height: 140rpx; + left: calc(50% - 80rpx); top: 0; border-radius: 50%; overflow: hidden; @@ -209,8 +209,8 @@ content: ''; display: block; position: absolute; - left: 24rpx; - top: 24rpx; + left: 30rpx; + top: 30rpx; width: 80rpx; height: 80rpx; opacity: 0.8; @@ -222,10 +222,10 @@ content: ''; display: block; position: absolute; - width: 154rpx; - height: 154rpx; - left: -12rpx; - top: -12rpx; + width: 168rpx; + height: 168rpx; + left: -14rpx; + top: -14rpx; opacity: 0.8; background-size: contain; background-position: center center;