Change jobreport date buttons from 4x1 to 2x2 grid layout
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user