提交 b06d3a94 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl2' into 'develop'

Feature/zl2

See merge request !39
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
受检人 受检人
</div> </div>
<div class="user-info"> <div class="user-info">
<span> {{ recordInfo.name }}</span> <span class="space max"> {{ recordInfo.name }}</span>
<span class="space"> <span class="space">
{{ recordInfo.sex }} {{ recordInfo.sex }}
</span> </span>
...@@ -689,14 +689,15 @@ export default { ...@@ -689,14 +689,15 @@ export default {
font-weight: 700; font-weight: 700;
font-size: 15px; font-size: 15px;
} }
.check-name{ .space{
max-width: 180px; margin-left: 10px;
max-width: 100px;
display: inline-block;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
} }
.space{ .max{
margin-left: 10px; max-width: 70px;
} }
} }
.tips{ .tips{
...@@ -714,7 +715,12 @@ export default { ...@@ -714,7 +715,12 @@ export default {
top:2px; top:2px;
} }
} }
.check-name{
max-width: 180px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} }
} }
</style> </style>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册