CN-1422 fix: 修复Behavior pattern扇形图比例问题

This commit is contained in:
chenjinsong
2023-10-27 19:09:42 +08:00
parent 2df67c1972
commit 6c5233a760
3 changed files with 20 additions and 19 deletions

View File

@@ -133,6 +133,20 @@
width:calc(100% - 400px);
position: relative
}
.chart-bottom-dot__left {
position: absolute;
height: 0;
width: 195px;
border-bottom: 1px dashed #d3d3d3;
top: 319px;left: 575px;
}
.chart-bottom-dot__right {
position: absolute;
height: 0;
width: 195px;
border-bottom: 1px dashed #d3d3d3;
top: 319px;left: 830px;
}
}
}