style(测试计划): 修改菜单间隔样式

This commit is contained in:
CaptainB 2022-05-18 09:49:33 +08:00 committed by f2c-ci-robot[bot]
parent 62d46115b6
commit 6ab95ac1f3
1 changed files with 4 additions and 0 deletions

View File

@ -234,4 +234,8 @@ export default {
.plan-report >>> .report-content {
height: calc(100vh - 140px);
}
.el-menu-item {
padding: 0 10px;
}
</style>