From 1a0553973157017b8841671806ed242bdf7b6ceb Mon Sep 17 00:00:00 2001 From: yangzhe Date: Fri, 11 Jul 2025 13:54:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index/index.vue | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue index b866eff..f578a82 100644 --- a/pages/home/index/index.vue +++ b/pages/home/index/index.vue @@ -789,20 +789,6 @@ page { // overflow-y: auto; /* 使用auto而不是scroll */ // 添加这行会导致滚动条不见 } - // 测试按钮样式 - .test-button { - position: fixed; - bottom: 180rpx; - right: 30rpx; - background-color: #4370fe; - color: #ffffff; - padding: 16rpx 24rpx; - border-radius: 10rpx; - font-size: 28rpx; - z-index: 999; - box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.2); - } - .chat-card { // background-color: #ffffff; // border-radius: 16rpx;