From 81d091a7bde2524f8d637beb73952a5f763079ba Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 16 十一月 2023 17:02:42 +0800 Subject: [PATCH] # --- App.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index f619972..d7bded1 100644 --- a/App.vue +++ b/App.vue @@ -42,10 +42,10 @@ } .fxbtn { position: fixed; - bottom: 50px; - right: 10px; - width: 40px; - height: 40px; + bottom: 100rpx; + right: 40rpx; + width: 80rpx; + height: 80rpx; background-color: #46a7ff; color: #FFF; display: flex; -- Gitblit v1.9.1