From 61a45cedbba62437a03323909c68865e13cd21c9 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 31 十月 2025 17:12:28 +0800
Subject: [PATCH] 优化
---
components/mold.vue | 30 +++++++++++++++++-------------
1 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 7992abd..07f340c 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -119,9 +119,9 @@
<!-- 璇存槑 -->
<!--<view class="tool-desc">
- <p style="color:red;">'浣跨敤涓婇檺'浠ヤ笅鍒�鏃剁殑'浣跨敤涓婇檺'涓鸿绠楁爣鍑�</p>
- <p style="color:red;">瀵垮懡姣旈璀﹀�奸粯璁や负90%</p>
- </view>-->
+ <p style="color:red;">'浣跨敤涓婇檺'浠ヤ笅鍒�鏃剁殑'浣跨敤涓婇檺'涓鸿绠楁爣鍑�</p>
+ <p style="color:red;">瀵垮懡姣旈璀﹀�奸粯璁や负90%</p>
+ </view>-->
</view>
</template>
@@ -742,25 +742,29 @@
cursor: not-allowed;
}
+
.button-row {
display: flex;
justify-content: center;
- gap: 16px;
- margin: 20px 0;
- padding: 0 20px;
+ gap: 32px;
+ margin: 2vh 0;
}
.save-btn, .cancel-btn {
- width: 120px;
- padding: 10px 20px;
- background-color: #1890ff;
+ width: 28%;
+ padding: 1.5vh;
+ background-color: #00A2E9;
color: white;
- font-size: 14px;
+ font-size: 1.2vw;
border: none;
text-align: center;
- border-radius: 4px;
- cursor: pointer;
- transition: all 0.3s;
+ border-radius: 6px;
+ transition: background 0.2s;
+ }
+
+ .cancel-btn {
+ background-color: #eee;
+ color: #333;
}
.save-btn:hover {
--
Gitblit v1.9.3