From cf8da0703d470ddfc9e92e43c4f39e0909a17b74 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 12 十一月 2025 15:12:10 +0800
Subject: [PATCH] 刀具样式修改
---
components/mold.vue | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 81130d0..2ffb42a 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -1056,4 +1056,38 @@
min-width: 120px;
}
+ .form-label,
+ .input.big-font,
+ .btn-blue.big-font,
+ .btn-blue.large-btn.big-font {
+ font-size: 22px !important;
+ }
+
+ .input.big-font {
+ height: 44px;
+ }
+
+ .unit-text {
+ font-size: 18px;
+ }
+
+ /* 浣跨敤涓婇檺棰滆壊鏍囪瘑 */
+ .input.limit-safe {
+ border: 2px solid #52c41a !important;
+ background: #f6ffed !important;
+ color: #237804 !important;
+ }
+
+ .input.limit-warning {
+ border: 2px solid #faad14 !important;
+ background: #fffbe6 !important;
+ color: #ad6800 !important;
+ }
+
+ .input.limit-danger {
+ border: 2px solid #ff4d4f !important;
+ background: #fff1f0 !important;
+ color: #a8071a !important;
+ }
+
</style>
\ No newline at end of file
--
Gitblit v1.9.3