From 2278ab415da4f1d75d79fdd3d69e1e394d5f7150 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 11:38:53 +0800
Subject: [PATCH] 调试
---
pages/index.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/pages/index.vue b/pages/index.vue
index d2bf00a..b3a03c5 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -848,14 +848,20 @@
background-color: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
-/* //padding: 16px 16px 16px 0; // 宸︿晶padding涓�0锛屽叾浠栦繚鎸�16px*/
+ padding: 0; // 鍘婚櫎澶氫綑鍐呰竟璺�
position: relative;
margin-bottom: 25px;
- width: 100vw;
-/* //margin-left: auto;
- //margin-right: auto;*/
+ width: 100%; // 濉弧鐖跺鍣�
+ box-sizing: border-box;
}
+/* //.content {
+ // flex: 1;
+ // padding: 1vh 1vw; // 淇濊瘉鏁翠綋鏈夊乏鍙崇暀鐧�
+ // background-color: white;
+ // font-size: 1.5vw;
+ //}*/
+
/* 鍗$墖鏍囬鍦ㄥ乏涓婅 */
.card-header {
position: absolute;
--
Gitblit v1.9.3