recette2
cherif 2024-05-04 13:52:25 +02:00
parent 3b5fb13d60
commit 33a8d9abde
5 changed files with 843 additions and 142 deletions

File diff suppressed because it is too large Load Diff

View File

@ -728,9 +728,6 @@ const Module_Agenda = (props) => {
if (JSON.parse(res.data.message).planning_fin_journee)
setPartner_Fin_Journee(String(JSON.parse(res.data.message).planning_fin_journee))
}
else if (String(res.data.status) === String("Err_Connexion")) {
alert('Erreur: ' + res.data.message);
@ -1155,8 +1152,7 @@ const Module_Agenda = (props) => {
else
setp_detail_justified(true);
}
}
} }
id="toggleSwitchNav" name="toggleSwitchNav">
<ToggleSwitch id="toggleSwitch" name="toggleSwitch" checked={p_detail_justified}

View File

@ -2618,6 +2618,8 @@
}
.div_row_gauche_dialog_session {
width: 30%;
float: left;
@ -2660,11 +2662,22 @@
float: right;
cursor: pointer;
}
.DialogContent_width_for_week_model {
width: 900px !important;
max-width: none !important;
}
}
// end media
.DialogContent_width_for_week_model {
width: 900px !important;
max-width: none !important;
}
.disabled_style_with_visualiser {
width: 80% !important;
}
@ -2802,4 +2815,8 @@
.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
padding-left: 5px !important;
}
.popup-overlay {
z-index: 1301 !important;
}

View File

@ -0,0 +1,30 @@
.displaypopop_for_sequence_model_week {
@media screen and (max-width: 600px) {
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) {
}
// end media
.css-1t1j96h-MuiPaper-root-MuiDialog-paper{
max-width: none;
width: 1000px;
}
}

View File

@ -106,4 +106,5 @@
@import "./components/surveydocument";
@import "./components/displayactionandclass";
@import "./components/updateattendeelist";
@import "./components/displayPartnerunite_enseignement";
@import "./components/displayPartnerunite_enseignement";
@import "./components/displaypopop_for_sequence_model_week";