fix:display datepicker
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 50s
This commit is contained in:
parent
47bb8f640f
commit
7982bd9c97
1 changed files with 8 additions and 2 deletions
|
|
@ -146,6 +146,7 @@
|
|||
</div>
|
||||
<div class="col-xs-12 col-sm-3 col-md-3">
|
||||
<datepicker
|
||||
menu-class-name="display-modal"
|
||||
v-model="defaultInformation.birthDate"
|
||||
:locale="'th'"
|
||||
autoApply
|
||||
|
|
@ -638,9 +639,14 @@ function getMaxBirthDate(registerEndDate: Date | string): Date {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.modalfix {
|
||||
position: fixed !important;
|
||||
.display-modal {
|
||||
display: block !important;
|
||||
position: absolute !important;
|
||||
z-index: 99999 !important;
|
||||
top: 70% !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.containerimage {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue