From 05303f059e0b1011be5083e92c0bbb96c594891d Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 10:20:15 +0800
Subject: [PATCH] Revert "调试"
---
components/mold.vue | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index adb7d1a..0da01db 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -646,7 +646,6 @@
</script>
<style scoped>
- /* 浼樺寲椤堕儴琛ㄥ崟鍖哄煙鏍峰紡 */
.top-section-grid {
display: flex;
flex-direction: column;
@@ -654,15 +653,15 @@
align-items: center;
gap: 12px;
margin-bottom: 2vh;
- width: 95vw;
- max-width: 1600px;
+ width: 99vw; /* 鍘�95vw锛屾敼涓�99vw */
+ max-width: 1920px; /* 鍘�1600px锛屾敼涓�1920px */
margin-left: auto;
margin-right: auto;
padding: 12px;
background: #f8f9fa;
border-radius: 8px;
border: 1px solid #e9ecef;
- font-size: 32px; /* 鏁翠綋澶у箙璋冨ぇ琛ㄥ崟鍖哄瓧浣� */
+ font-size: 32px;
}
/* 琛ㄥ崟琛屾牱寮忎紭鍖� */
@@ -681,9 +680,11 @@
.form-cell {
display: flex;
align-items: center;
- flex: 1;
- margin: 0 12px;
- min-height: 56px;
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 33.33%; /* 涓夌瓑鍒� */
+ min-width: 0;
+ margin: 0 8px;
}
.form-label {
@@ -718,6 +719,11 @@
color: #c0c4cc;
cursor: not-allowed;
}
+
+ .input, .input-with-unit {
+ width: 100%;
+ box-sizing: border-box;
+ }
.btn-blue {
background-color: #1890ff;
@@ -1078,6 +1084,4 @@
.highlight-label {
color: #1890ff !important;
}
-</style>
-
</style>
\ No newline at end of file
--
Gitblit v1.9.3