From 9b9dfac9e8dee0c369572c3f74c7e264732d13a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Tue, 5 Mar 2024 10:01:13 +0330 Subject: [PATCH] change style shift plan --- src/app/shifts/page.jsx | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/src/app/shifts/page.jsx b/src/app/shifts/page.jsx index 1b2afd9..6b67856 100644 --- a/src/app/shifts/page.jsx +++ b/src/app/shifts/page.jsx @@ -130,14 +130,16 @@ const Shifts = (props) => { {shiftplans?.map((e, index) => ( <>
setShiftPlansSelect(index)} @@ -148,7 +150,7 @@ const Shifts = (props) => { />
-
+

{

{shiftPlansSelect == index && ( -
+ <> {e.data.map((e) => ( -
+

{" "} {e.shiftTitle}

- -
-

- - فعالیت -

-
))} -
+ )}