Authored by xwx

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

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