use the dialog call in element-ui to open the datepicker, in mint-ui and the datepicker pops up under the dialog mask, as shown in the following figure
do you have any solutions?
use the dialog call in element-ui to open the datepicker, in mint-ui and the datepicker pops up under the dialog mask, as shown in the following figure
do you have any solutions?
adjust the z-index of datepicker
write a class yourself, the z-index setting is a little larger than this dialog, and then use it on this component.
Previous: Webpack4.x CSS repeat packing problem