fix(测试跟踪): 创建用例-自定义字段-多选成员-选择后超出显示区域

--bug=1025801 --user=白奇 【测试跟踪】创建用例-自定义字段-多选成员-选择后超出显示区域 https://www.tapd.cn/55049933/s/1368266
This commit is contained in:
baiqi 2023-05-04 14:05:37 +08:00 committed by jianxing
parent 45302e3759
commit bcf222998a
1 changed files with 4 additions and 1 deletions

View File

@ -310,7 +310,10 @@ export default {
height: 32px;
}
:deep(.ms-select-tag.el-select span.el-tag--light) {
width: 100%;
}
:deep(.ms-select-tag.el-select span.el-select__tags-text) {
max-width: 240px!important;
width: 90%;
}
</style>