Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment