From 700495771b0ccfe2298b7b7fe209e55223d2a152 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Wed, 17 Jun 2026 09:39:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=B3=E5=88=97=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=8C=BA=E4=B8=8A=E6=96=B9=E6=96=B0=E5=A2=9E=E9=86=92=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E3=80=8C=E8=8E=B7=E5=8F=96=E4=BB=BB=E5=8A=A1=E3=80=8D?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../clean-veg-ratio-scale/01-accept.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html b/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html index 328a011..e9a6286 100644 --- a/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html +++ b/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html @@ -187,6 +187,15 @@ } /* 底部操作栏 */ + /* 获取任务按钮 */ + .fetch-task-btn { + width: 100%; padding: 10px 0; border-radius: 8px; font-size: 13px; font-weight: 600; + cursor: pointer; transition: all 0.2s; font-family: inherit; border: 1px dashed rgba(74,144,217,0.3); + background: rgba(74,144,217,0.06); color: #4a90d9; + display: flex; align-items: center; justify-content: center; gap: 6px; flex-shrink: 0; + } + .fetch-task-btn:hover { background: rgba(74,144,217,0.12); border-color: #4a90d9; } + .bottom-bar { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 10px 0; flex-shrink: 0; @@ -351,6 +360,7 @@
+