style: 修复网络概况 =》 饼图分割线样式错误

This commit is contained in:
@changcode
2022-09-22 11:50:02 +08:00
parent 93b256c223
commit f84bc0ce77
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
height: calc(100% - 81px);
.performance-event-pie-hr {
height: 1px;
width: 310px;
width: calc(100% - 40px);
margin: auto;
background: #E2E5EC;
}