From 290d28a91607516e095d871488119e1e4386b69e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 09:29:08 +0800
Subject: [PATCH] 微调边框
---
components/machine.vue | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
diff --git a/components/machine.vue b/components/machine.vue
index b267a9b..877275f 100644
--- a/components/machine.vue
+++ b/components/machine.vue
@@ -385,7 +385,7 @@
}
.txt-inp {
- height: 50px; /* 澧炲ぇ楂樺害 */
+ height: 70px; /* 澧炲ぇ楂樺害 */
padding: 12px; /* 澧炲ぇ鍐呰竟璺� */
font-size: 24px; /* 澧炲ぇ瀛椾綋 */
width: 50%;
@@ -408,21 +408,21 @@
margin-bottom: 8px;
}
- .item h4 {
- font-size: 13px;
- padding: 3px 0;
- }
+ .item h4 {
+ font-size: 16px;
+ padding: 3px 0;
+ }
- button {
- padding: 8px;
- font-size: 15px;
- min-height: 38px;
- }
+ button {
+ padding: 8px;
+ font-size: 20px;
+ min-height: 38px;
+ }
.txt-inp {
height: 46px;
padding: 10px;
- font-size: 18px;
+ font-size: 22px;
}
.bottom-section {
@@ -433,8 +433,20 @@
.save-btn,
.cancel-btn {
padding: 10px;
- font-size: 17px;
+ font-size: 22px;
min-height: 42px;
}
+
+ input {
+ font-size: 22px;
+ }
+
+ .refresh-btn {
+ font-size: 20px;
+ }
+
+ label {
+ font-size: 20px;
+ }
}
</style>
\ No newline at end of file
--
Gitblit v1.9.3