Skip to content

Commit

Permalink
[fix]列名削除、調整
Browse files Browse the repository at this point in the history
  • Loading branch information
山田圭祐 committed Mar 19, 2024
1 parent 2303603 commit 5cf1a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ export default function PurchaseItemNumModal() {
};

return (
<Modal className='mt-32 md:m-0'>
<div className={clsx('w-full')}>
<Modal className='mt-32 md:m-0 overflow-scroll'>
<div className={clsx('w-full ')}>
<div className={clsx('mr-5 grid w-full justify-items-end')}>
<CloseButton onClick={closeModal} />
</div>
Expand Down
1 change: 0 additions & 1 deletion view/next-project/src/pages/purchasereports/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export default function PurchaseReports(props: Props) {
<thead>
<tr className='border border-x-white-0 border-b-primary-1 border-t-white-0 py-3'>
<th className='w-1/12 pb-2'>
<div className='text-center text-sm text-black-600'></div>
</th>
<th className='w-1/12 pb-2'>
<div className='text-center text-sm text-black-600'>ID</div>
Expand Down

0 comments on commit 5cf1a0b

Please sign in to comment.