Change jobreport date buttons from 4x1 to 2x2 grid layout

This commit is contained in:
backuppc
2025-12-03 08:20:57 +09:00
parent b21b17fb7a
commit bb66af89ae

View File

@@ -409,8 +409,8 @@ export function Jobreport() {
{/* 좌측: 필터 영역 */} {/* 좌측: 필터 영역 */}
<div className="flex-1"> <div className="flex-1">
<div className="flex items-start gap-3"> <div className="flex items-start gap-3">
{/* 빠른 날짜 선택 버튼 */} {/* 빠른 날짜 선택 버튼 - 2x2 그리드 */}
<div className="flex flex-col gap-2"> <div className="grid grid-cols-2 gap-2">
<button <button
onClick={setToday} onClick={setToday}
className="h-8 bg-white/10 hover:bg-white/20 text-white text-xs px-3 rounded-lg transition-colors whitespace-nowrap" className="h-8 bg-white/10 hover:bg-white/20 text-white text-xs px-3 rounded-lg transition-colors whitespace-nowrap"