通过css设置 被遮罩的datepicker的z-index
通过css样式来设置
<style type="text/css">
?#ui-datepicker-div
? {
?? z-index: 9999999;
? }
</style>