Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
dbf3f3becb
commit
44c6f98254
+4
-3
@@ -1439,6 +1439,10 @@ export default function App() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="px-2 mb-1">
|
||||
<span className="text-[10px] text-gray-400 font-medium">*说明:当天里程>0即为出勤。</span>
|
||||
</div>
|
||||
|
||||
{/* Controls Row: Toggles Left, Filter Right */}
|
||||
<div className="px-2 mb-2 flex items-center justify-between gap-4">
|
||||
<div className="flex bg-gray-200/50 p-1 rounded-lg shadow-inner">
|
||||
@@ -1477,9 +1481,6 @@ export default function App() {
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
<div className="px-2 mb-2">
|
||||
<span className="text-[10px] text-gray-400 font-medium">*说明:当天里程>0即为出勤。</span>
|
||||
</div>
|
||||
|
||||
{/* Desktop Table View */}
|
||||
<div className="hidden lg:block overflow-x-auto">
|
||||
|
||||
Reference in New Issue
Block a user