fix(测试跟踪): 调整测试计划页面模块树样式

--bug=1033853 --user=宋昌昌 【测试跟踪】编辑&新建计划&批量移动-模块名称较长或者层级较多&名称展示不全 https://www.tapd.cn/55049933/s/1629377
This commit is contained in:
song-cc-rock 2024-12-12 13:43:15 +08:00 committed by Craftsman
parent 2a4f102d4d
commit 0638aa5d38
1 changed files with 9 additions and 0 deletions

View File

@ -222,4 +222,13 @@ export default {
title:content;
font-size: large;
}
.filter-tree :deep(.el-tree-node) {
display: table;
min-width: 100%;
}
:deep(.el-scrollbar__wrap) {
margin-bottom: 1px!important;
}
</style>