fix(测试跟踪):表单内容过长,导致超出文本框样式调整
--bug=1025996 --user=王旭 [测试跟踪]github #24209创建测试计划,选择责任人之后ID显示过长,文本框放不下。 https://www.tapd.cn/55049933/s/1369235
This commit is contained in:
parent
0345f60630
commit
98dbd3437e
|
@ -362,4 +362,18 @@ export default {
|
||||||
.instructions-icon {
|
.instructions-icon {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
.el-select :deep(.el-tag) {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-color: transparent;
|
||||||
|
margin: 2px 0 2px 6px;
|
||||||
|
background-color: #f0f2f5;
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
max-width: 100%;
|
||||||
|
-webkit-box-align: center;
|
||||||
|
-ms-flex-align: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue