From 4a1793b20f6ee04ec92a2a284d08e792e6f49783 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 11 四月 2025 17:56:51 +0800
Subject: [PATCH] 更新灌溉详情页面,添加命令发布失败数的显示和样式,优化状态管理逻辑以提升用户体验。
---
pages/irrigation/irrigation.wxss | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/pages/irrigation/irrigation.wxss b/pages/irrigation/irrigation.wxss
index 5a4e019..2d5116d 100644
--- a/pages/irrigation/irrigation.wxss
+++ b/pages/irrigation/irrigation.wxss
@@ -257,6 +257,10 @@
background-color: #1890FF !important;
}
+.delete-button {
+ background-color: #ff4d4f !important;
+}
+
.stop-button {
background-color: #ff4d4f !important;
}
@@ -319,6 +323,10 @@
opacity: 0.8 !important;
}
+.delete-button-hover {
+ opacity: 0.8 !important;
+}
+
.stop-button-hover {
opacity: 0.8 !important;
}
--
Gitblit v1.8.0