diff --git a/frontend/components/global/Datepicker.vue b/frontend/components/global/Datepicker.vue index 0831c15..71fa5b6 100644 --- a/frontend/components/global/Datepicker.vue +++ b/frontend/components/global/Datepicker.vue @@ -40,7 +40,7 @@ const value = computed({ placeholder="وارد نشده" altFormat="jYYYY-jMM-jDD" color="#000000" - inputClass="!py-1 lg:!py-3.5 placeholder-slate-400 !rounded-s-md lg:!rounded-s-100 !border-[1.5px] hover:!border-black !transition-all !border-slate-200 text-xs lg:text-sm" + inputClass="!py-1 lg:!py-[9px] placeholder-slate-400 !rounded-s-md lg:!rounded-s-100 !border-[1.5px] hover:!border-black !transition-all !border-slate-200 text-xs lg:text-sm" :autoSubmit="false" v-model="value" />