‘maxWidth'和‘maxHeight'分別對應css中‘max-width'及‘max-height',若想設置該屬性,并讓其起作用,必須將area屬性設置為默認設置(area: 'auto')。 示例代碼 1 2 3 4 5 6 7 8 layer.open({ type: 1, title:'屬性信息',//彈出層標題 area:'auto',//寬高自適應 maxHeight:'600px',//最大高度60...
www.dbjr.com.cn/article/1663...htm 2025-5-29