diff --git a/src/components/MyJobs/MyJobTable.jsx b/src/components/MyJobs/MyJobTable.jsx index c04a3b7..0198c4a 100644 --- a/src/components/MyJobs/MyJobTable.jsx +++ b/src/components/MyJobs/MyJobTable.jsx @@ -33,7 +33,7 @@ export default function MyJobTable({MyJobList, className }) {

- + All Jobs

- All Product + . . @@ -58,8 +58,9 @@ export default function MyJobTable({MyJobList, className }) { MyJobList.result_list.length > 0 && currentJobList.map((value, index) => ( - -
+ +
+
Duration: {value.timeline_days} day(s) +
+
| +
+ - + diff --git a/src/index.css b/src/index.css index c11e635..d9f4c5d 100644 --- a/src/index.css +++ b/src/index.css @@ -468,6 +468,12 @@ input[type="number"] { overflow: hidden; } +.job-items{ + .job-sub-menu{ + background-color: yellow; + } +} + .content-item .inner-list-items { top: 0; right: -100%;