Authored by xwx

通知统计弹框页面出现横向滚动条

... ... @@ -79,7 +79,7 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions'], func
//lsq 弹框打开更多 2022-06-21
function queryData(title, data) {
let html = `
<div class="pie-chart pie-chart-custom" id="more_notice" style="height: 60vh"></div>
<div class="pie-chart pie-chart-custom" id="more_notice" style="height: 60vh;overflow:hidden"></div>
`
layer.open({
type: 1
... ...