fix(测试跟踪): 功能用例文本描述显示不全
--bug=1024400 --user=李玉号 【测试跟踪】功能用例-查看-文本描述显示不全 https://www.tapd.cn/55049933/s/1350597
This commit is contained in:
parent
5214e44977
commit
472ae691f4
|
@ -467,12 +467,12 @@ export default {
|
|||
}
|
||||
.select {
|
||||
width: 100%;
|
||||
max-height: px2rem(64);
|
||||
max-height: px2rem(128);
|
||||
line-height: 32px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: #1f2329;
|
||||
overflow-y: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
// .select:hover {
|
||||
// background: rgba(31, 35, 41, 0.1);
|
||||
|
|
Loading…
Reference in New Issue