Skip to content

Commit

Permalink
Merge pull request #46 from 4bujak-4bujak/feature/meetingroomQA
Browse files Browse the repository at this point in the history
fix: 미팅룸 가로스크롤
  • Loading branch information
jiohjung98 authored Jun 10, 2024
2 parents 5cf83c3 + 0dcab70 commit 6d93f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/reservation/meetingRoom/MeetingRoomIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ const MeetingRoomIndex: React.FC = () => {
<div className="text-neutral-700 text-sm font-semibold font-['Pretendard']">{selectedMeetingRoomTypes}</div>
<Image src={'/bottomArrow.svg'} width={11} height={11} alt="bottomArrow" className="ml-auto mr-[2px]" />
</div>
<div className='w-[200px]'>
<div
className={`flex-none h-[33px] px-3 py-2 rounded inline-flex cursor-pointer ml-2 mr-[50px] ${selectedEquipment === '비품' ? 'w-[100px] bg-white border border-neutral-300' : 'w-[150px] bg-violet-100'}`}
onClick={() => handleModalOpen('equipment')}
Expand All @@ -306,6 +307,7 @@ const MeetingRoomIndex: React.FC = () => {
<div className="text-neutral-700 text-sm font-semibold font-['Pretendard']">{selectedEquipment}</div>
<Image src={'/bottomArrow.svg'} width={11} height={11} alt="bottomArrow" className="ml-auto mr-[2px]" />
</div>
</div>
</div>
<div className='flex mb-2'>
{meetingRooms.length === 0 ? (
Expand Down

0 comments on commit 6d93f89

Please sign in to comment.