Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix]列名削除、調整 #693

Merged
merged 3 commits into from
Mar 19, 2024
Merged

[fix]列名削除、調整 #693

merged 3 commits into from
Mar 19, 2024

Conversation

keisuke-japan
Copy link
Collaborator

対応Issue

resolve #653 購入報告ページ「財務局長チェック」を削除し、列の幅を調節

概要

画面スクリーンショット等

  • URL
    スクリーンショット
スクリーンショット 2024-03-05 14 53 17

テスト項目

備考

@keisuke-japan keisuke-japan self-assigned this Mar 5, 2024
@github-actions github-actions bot added the bug Something isn't working label Mar 5, 2024
Copy link
Collaborator

@hikahana hikahana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動作大丈夫です!
一個だけ変更点あったので修正お願いします

Comment on lines 244 to 246
<th className='w-1/12 pb-2'>
<div className='text-center text-sm text-black-600'></div>
</th>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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タグは文字の設定をしているので削除で大丈夫だと思います。

Copy link
Collaborator

@hikahana hikahana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hikahana hikahana merged commit a83de59 into develop Mar 19, 2024
@hikahana hikahana deleted the fix/yamada/653-purchase-teble branch March 19, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

購入報告ページの列名の修正
2 participants