Update persianDatepicker.html

This commit is contained in:
Tara Rostami 2024-02-14 13:31:10 +03:30 committed by GitHub
parent 5daf6f679b
commit a641e4327e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
@input="$emit('input', convertToGregorian($event.target.value)); jalaliDatepicker.hide();" @input="$emit('input', convertToGregorian($event.target.value)); jalaliDatepicker.hide();"
:placeholder="placeholder"> :placeholder="placeholder">
<template #addonAfter> <template #addonAfter>
<a-icon type="calendar" style="font-size: 16px;"/> <a-icon type="calendar" style="font-size: 14px; opacity: 0.5;"/>
</template> </template>
</a-input> </a-input>
</div> </div>
@ -57,4 +57,4 @@
} }
}); });
</script> </script>
{{end}} {{end}}