create table

This commit is contained in:
Daria Golova
2022-05-26 15:59:34 +03:00
committed by DwCay
parent bc71ea6cb9
commit 4179cd703d
3 changed files with 247 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ function ProfileTableItem(props) {
return (
<>
<tr className="bg-[#eaf0f6]">
<tr className={`${props.status !== 'Progress' || 'bg-[#eaf0f6]'}`}>
<td className="pl-4 pr-4 py-3 whitespace-nowrap w-px">
<div className="flex items-center">
<label className="inline-flex">
@@ -89,7 +89,7 @@ function ProfileTableItem(props) {
</div>
</td>
</tr>
<tr className={`${!descriptionOpen && 'hidden'} bg-[#eaf0f6]` }>
<tr className={`${!descriptionOpen && 'hidden'} ${props.status !== 'Progress' || 'bg-[#eaf0f6]'}` }>
<td colSpan="10" className="px-12 py-3.5">
<div className="flex items-center gap-x-5">
<div>