Submit Button Add Course

main
Pedram Keshavarzi 3 years ago
parent c328a7cd39
commit 8adf602cad
  1. 9
      src/view/addExam/views/AddQuestionsFromBank.js

@ -127,7 +127,7 @@ const AddQuestionsFromBank = ({ grades, addExamState, dispatch, stepClick, backS
return (
<>
{
questionarePopUp && <div className="w-full z-10 fixed h-screen backdrop-blur flex items-center -mt-10 justify-center">
questionarePopUp && <div className="w-full z-10 fixed h-screen backdrop-blur flex items-center -mt-10 justify-center">
<div className="w-1/2 bg-white rounded-xl flex flex-col shadow-lg p-6">
<div className="w-full">
<div className="w-8 h-8 text-white text-sm rounded-full cursor-pointer flex justify-center items-center bg-red52" onClick={() => setQuestionairePopUp(false)}>
@ -179,14 +179,19 @@ const AddQuestionsFromBank = ({ grades, addExamState, dispatch, stepClick, backS
}}>نمایش دروس</p> */}
</div>
</>
)
)
}
<div className="w-full pt-4 flex justify-end px-5">
<button className="p-2 px-4 bg-red52 text-white rounded-md shadow-md" onClick={() => setQuestionairePopUp(false)}>افزودن</button>
</div>
</div>
</div>
}
{

Loading…
Cancel
Save