# mjcom-picker **Repository Path**: lmj01/mjcom-picker ## Basic Information - **Project Name**: mjcom-picker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-25 - **Last Updated**: 2023-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # component-datepicker - [size, breakpoints, class infix](https://getbootstrap.com/docs/5.0/layout/breakpoints/), - must, required, boolean变量,默认true ## problem [b5 z-index](https://getbootstrap.com/docs/5.0/layout/z-index/) 对话框的1000,datepicker也是1000,在对话框中使用时,必须让datepicker大于,可设置 ```css .datepicker-dropdown { z-index: calc($zindex-modal + 1); } ``` 当然可以设置大一些,直接是2000这样的值。