Skip to content

Commit

Permalink
Merge pull request #693 from NUTFes/fix/yamada/653-purchase-teble
Browse files Browse the repository at this point in the history
[fix]列名削除、調整
  • Loading branch information
hikahana authored Mar 19, 2024
2 parents 7b59e28 + 3d1425e commit a83de59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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 overflow-scroll md:m-0'>
<div className={clsx('w-full ')}>
<div className={clsx('mr-5 grid w-full justify-items-end')}>
<CloseButton onClick={closeModal} />
</div>
Expand Down
14 changes: 6 additions & 8 deletions view/next-project/src/pages/purchasereports/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,31 +241,29 @@ export default function PurchaseReports(props: Props) {
<table className='mb-5 w-max table-auto border-collapse md:w-full md:table-fixed'>
<thead>
<tr className='border border-x-white-0 border-b-primary-1 border-t-white-0 py-3'>
<th className='w-fit pb-2'>
<div className='text-center text-sm text-black-600'>財務局長チェック</div>
</th>
<th className='w-1/12 pb-2'></th>
<th className='w-1/12 pb-2'>
<div className='text-center text-sm text-black-600'>ID</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'>
<th className='w-2/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>購入した局</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>報告日</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'>
<th className='w-2/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>期限日</div>
</th>
<th className='w-2/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>購入物品 (個数)</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'>
<th className='w-2/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>合計金額</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'>
<th className='w-2/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>備考</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'>
<th className='w-2/12 border-b-primary-1 pb-2'>
<div className='text-center text-sm text-black-600'>購入者</div>
</th>
<th className='w-1/12 border-b-primary-1 pb-2'></th>
Expand Down

0 comments on commit a83de59

Please sign in to comment.