NEZ-269 fix: 修复preview时chart弹框被遮盖问题
This commit is contained in:
@@ -1589,6 +1589,12 @@ li{
|
||||
.nz-dialog {
|
||||
overflow: hidden;
|
||||
}
|
||||
.nz-dialog.chart-preview-dialog .el-dialog {
|
||||
width: 85% !important;
|
||||
}
|
||||
.nz-dialog.chart-preview-dialog {
|
||||
z-index: 3000 !important;
|
||||
}
|
||||
.nz-dialog .el-dialog, .el-message-box {
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
|
||||
@@ -251,7 +251,7 @@
|
||||
dailogBox.style.height = `${height}px`;
|
||||
|
||||
const addChartBox = document.querySelector('.right-box-add-chart');
|
||||
addChartBox.style.cssText = 'z-index:1500 !important';
|
||||
//addChartBox.style.cssText = 'z-index:1500 !important';
|
||||
if(chartType==='table'){
|
||||
const chartDiv = document.getElementById(chartContainerId);
|
||||
chartDiv.style.height = `${height-this.chartSpaceHeight-this.titleHeight-25}px`;
|
||||
|
||||
Reference in New Issue
Block a user