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

DataTableのスタイル調整 #115

Merged
merged 7 commits into from
Jul 10, 2020
Merged

Conversation

maktak1995
Copy link
Contributor

close #35

@maktak1995 maktak1995 added the ガーデニング ガーデニングデーに対応する優先度の低いやつ label Jul 9, 2020
@kinokoruumu
Copy link
Contributor

これ当時のデザインと今のDataTableのデザイン違うと思うんだけどその辺りは確認済みかな?
スクリーンショット 2020-07-09 14 16 19

border-top, bottomが濃くなったから薄い方が重なると気になりそう

@maktak1995
Copy link
Contributor Author

@kinokoruumu
デザインが変わっているのは知りませんでした。
上下はbox-shadowでつけているからborderを設定するとborderのほうが上になるんですね...
headerの縦線はshadowでつけるようにします!

@maktak1995
Copy link
Contributor Author

@kinokoruumu
修正が完了したので、改めてレビューよろしくおねがいします!
見た目に関してはすでに野呂さんに確認いただいてOKをもらっています

@@ -112,6 +112,7 @@ type Props<T> = {
per?: number; // perが指定されている場合、初期値がそれに強制されます
defaultSortField?: string;
defaultSortOrder?: "desc" | "asc";
ruledLine?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

booleanっぽい名前にして欲しい!
他のだとisXX とか enableXXとかになってたはず

Copy link
Contributor Author

Choose a reason for hiding this comment

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

わかりました!
修正します

@maktak1995 maktak1995 merged commit 833ae09 into master Jul 10, 2020
@maktak1995 maktak1995 deleted the issue-35-change-datatable-design branch July 10, 2020 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ガーデニング ガーデニングデーに対応する優先度の低いやつ
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataTableの見た目を調整
2 participants