From 742b61018f9374fd38bb05d961f77a116b1bb741 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 11:34:03 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index bf1a2e4..c2cbe70 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -844,14 +844,17 @@
}
/* 鍗$墖鏍峰紡 */
- .card {
- background-color: #fff;
- border-radius: 10px;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
- padding: 16px;
- position: relative;
- margin-bottom: 25px
- }
+ .card {
+ background-color: #fff;
+ border-radius: 10px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ padding: 16px;
+ position: relative;
+ margin-bottom: 25px;
+ width: 98vw; // 鏂板锛氳琛ㄦ牸鏇村
+ margin-left: auto; // 鏂板锛氬眳涓�
+ margin-right: auto; // 鏂板锛氬眳涓�
+ }
/* 鍗$墖鏍囬鍦ㄥ乏涓婅 */
.card-header {
--
Gitblit v1.9.3