From 44d7d0b219b8cd225ed6984f4cda6e5e5b4c11c7 Mon Sep 17 00:00:00 2001 From: fengpu <18691763612@163.com> Date: Sun, 20 Sep 2026 10:48:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E8=88=AA=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nutritionist/workbench/employee-list.html | 14 -------------- index.html | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/emergency-app/nutritionist/workbench/employee-list.html b/emergency-app/nutritionist/workbench/employee-list.html index deee073..5433f78 100644 --- a/emergency-app/nutritionist/workbench/employee-list.html +++ b/emergency-app/nutritionist/workbench/employee-list.html @@ -20,9 +20,6 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: .search-bar { background: #fff; padding: 10px 16px; border-bottom: 1px solid #f0f0f0; flex-shrink: 0; } .search-input { display: flex; align-items: center; gap: 8px; background: #f5f5f5; border-radius: 20px; padding: 8px 14px; } .search-input input { flex: 1; border: none; background: none; font-size: 14px; outline: none; color: #1a1a1a; } -.filter-row { display: flex; gap: 8px; margin-top: 8px; } -.filter-chip { flex: 1; text-align: center; font-size: 12px; padding: 6px 0; border-radius: 16px; background: #f5f5f5; color: #666; cursor: pointer; } -.filter-chip.active { background: #e6f4ff; color: #1677ff; font-weight: 600; } /* Tab */ .seg-tabs { display: flex; background: #fff; border-bottom: 1px solid #f0f0f0; flex-shrink: 0; } .seg-tab { flex: 1; text-align: center; padding: 12px 0; font-size: 14px; color: #666; cursor: pointer; border-bottom: 2px solid transparent; } @@ -68,12 +65,6 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: 🔍 -