style(测试计划): 修改菜单间隔样式
This commit is contained in:
parent
62d46115b6
commit
6ab95ac1f3
|
@ -234,4 +234,8 @@ export default {
|
||||||
.plan-report >>> .report-content {
|
.plan-report >>> .report-content {
|
||||||
height: calc(100vh - 140px);
|
height: calc(100vh - 140px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-menu-item {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue