From 93741eb44f6009dfe2a6bca52217c3cb620c40e0 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 10:49:57 +0800
Subject: [PATCH] 调试
---
components/mold.vue | 22 +++++++++++++++-------
1 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 803b514..e68624c 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -36,8 +36,8 @@
<label class="form-label">瑙勬牸鍨嬪彿锛�</label>
<input class="input small-font input-tool-model" v-model="toolModel" placeholder="鍒�鍏峰甫鍑�" disabled />
</view>
- <!-- 鏂板鐨勫垁鍏风洰褰曟寜閽� -->
- <view class="form-cell">
+ <!-- 鍒�鍏风洰褰曟寜閽彸绉� -->
+ <view class="form-cell tool-dir-cell">
<button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">鍒�鍏风洰褰�</button>
</view>
</view>
@@ -746,14 +746,15 @@
}
.input-with-unit .input {
- flex: 1;
- margin-right: 8px;
+ margin-right: 4px !important;
+ width: 60px !important;
+ min-width: 0 !important;
+ text-align: center;
}
.unit-text {
- color: #666;
- white-space: nowrap;
- width: 28px;
+ margin-left: 0 !important;
+ padding-left: 0 !important;
}
.btn-blue, .btn-blue.large-btn {
@@ -1096,4 +1097,11 @@
.highlight-label {
color: #1890ff !important;
}
+
+ .tool-dir-cell {
+ flex: 1 1 auto !important;
+ justify-content: flex-end !important;
+ display: flex !important;
+ }
+
</style>
\ No newline at end of file
--
Gitblit v1.9.3