From 7159779fb191a9f56710ba34f922678af4c2dceb Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 15:01:54 +0800
Subject: [PATCH] 调试
---
components/Technology.vue | 47 +++++++++++++++++++++++++++++------------------
.vs/前端2/v17/.wsuo | 0
2 files changed, 29 insertions(+), 18 deletions(-)
diff --git "a/.vs/\345\211\215\347\253\2572/v17/.wsuo" "b/.vs/\345\211\215\347\253\2572/v17/.wsuo"
index 5d2949f..5e23a1b 100644
--- "a/.vs/\345\211\215\347\253\2572/v17/.wsuo"
+++ "b/.vs/\345\211\215\347\253\2572/v17/.wsuo"
Binary files differ
diff --git a/components/Technology.vue b/components/Technology.vue
index a14081d..61a4df2 100644
--- a/components/Technology.vue
+++ b/components/Technology.vue
@@ -217,21 +217,22 @@
padding: 20px;
}
- .fetch-btn {
- display: block;
- width: 100%;
- margin-bottom: 20px;
- background-color: #007bff;
- color: white;
- text-align: center;
- padding: 10px;
- font-size: 16px;
- }
+ .fetch-btn {
+ display: block;
+ width: 100%;
+ margin-bottom: 20px;
+ background-color: #007bff;
+ color: white;
+ text-align: center;
+ font-size: 32px !important;
+ padding: 18px 0;
+ }
- .parameter-table {
- display: flex;
- justify-content: space-between;
- }
+ .parameter-table {
+ display: flex;
+ justify-content: space-between;
+ font-size: 28px !important;
+ }
.parameter-column {
flex: 1;
@@ -242,10 +243,11 @@
justify-content: space-between;
}
- .header {
- background-color: #f0f0f0;
- font-weight: bold;
- }
+ .header {
+ background-color: #f0f0f0;
+ font-weight: bold;
+ font-size: 32px !important;
+ }
.table-cell {
flex: 1;
@@ -270,4 +272,13 @@
padding: 5px;
background-color: transparent;
}
+
+ .table-row,
+ .table-cell,
+ .parameter-name,
+ .parameter-value,
+ .txt {
+ font-size: 28px !important;
+ }
+
</style>
\ No newline at end of file
--
Gitblit v1.9.3