From 6755c594dcbc701444ca1b0722744248120df741 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 10:43:58 +0800
Subject: [PATCH] 调试
---
components/mold.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index ba6f6a6..803b514 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -695,8 +695,9 @@
}
.form-cell:nth-child(3) {
- flex: 1 1 0;
- min-width: 180px;
+ flex: 0 0 auto;
+ min-width: 0;
+ max-width: 220px; /* 闄愬埗鏈�澶у搴︼紝閬垮厤鎾戝紑 */
justify-content: flex-end;
}
@@ -739,7 +740,9 @@
.input-with-unit {
display: flex;
align-items: center;
- flex: 1;
+ width: auto !important; /* 璁╁唴瀹硅嚜閫傚簲 */
+ min-width: 0;
+ flex-shrink: 1;
}
.input-with-unit .input {
@@ -1051,13 +1054,14 @@
}
.input-life-warn {
- width: 24px !important;
+ width: 48px !important; /* 绋嶅井鏀惧锛岄伩鍏嶅瓧浣撴孩鍑� */
min-width: 0 !important;
margin-right: 4px;
padding-left: 2px;
padding-right: 2px;
- font-size: 22px !important; /* 瀛椾綋鍔犲ぇ */
+ font-size: 22px !important;
text-align: center;
+ box-sizing: border-box;
}
.input,
--
Gitblit v1.9.3