fix(测试跟踪): 调整测试计划页面模块树样式
--bug=1033853 --user=宋昌昌 【测试跟踪】编辑&新建计划&批量移动-模块名称较长或者层级较多&名称展示不全 https://www.tapd.cn/55049933/s/1629377
This commit is contained in:
parent
2a4f102d4d
commit
0638aa5d38
|
@ -222,4 +222,13 @@ export default {
|
||||||
title:content;
|
title:content;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter-tree :deep(.el-tree-node) {
|
||||||
|
display: table;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep(.el-scrollbar__wrap) {
|
||||||
|
margin-bottom: 1px!important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue