From 6fa86a03230c06b2bc5cfbf4023f5232cd89a1ca Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 16:42:10 +0800
Subject: [PATCH] 缩小上下间隔
---
components/Technology.vue | 53 ++++++++++++++++++++++++++++++++---------------------
1 files changed, 32 insertions(+), 21 deletions(-)
diff --git a/components/Technology.vue b/components/Technology.vue
index a14081d..904e981 100644
--- a/components/Technology.vue
+++ b/components/Technology.vue
@@ -2,7 +2,7 @@
<view class="parameter-page">
<!-- 鑾峰彇鍙傛暟鎸夐挳 -->
<button class="fetch-btn" @click="dialogToggle">鑾峰彇褰撳墠鍙傛暟</button>
-
+ <!--宸ヨ壓鍙傛暟-->
<!-- 鍙傛暟琛ㄦ牸锛屽垎涓轰袱鍒� -->
<view class="parameter-table">
<!-- 宸﹀垪鍙傛暟 -->
@@ -67,8 +67,8 @@
</view>
</view>
</view>
-
-
+
+
</view>
@@ -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