style:面授课详情样式调整

This commit is contained in:
wyx
2023-03-23 14:49:27 +08:00
parent 7e8c56acc8
commit 9cd572a3bf
2 changed files with 6 additions and 2 deletions

View File

@@ -19,12 +19,16 @@ export default {
background-size: 100% 100%;
background-repeat: no-repeat;
.text {
width: 90%;
font-size: 15px;
font-weight: 600;
color: #ffffff;
line-height: 12px;
padding-top: 33px;
margin-left: 11px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
</style>

View File

@@ -11,7 +11,7 @@
style="width: 13px; height: 14.5px; margin-right: 5.5px"
src="../../assets/image/faceteach/time.png"
/>
<div style="font-size: 12px; color: rgba(110, 123, 132, 1)">
<div style="font-size: 12px; color: rgba(110, 123, 132, 1);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 120px;">
{{
dayjs(data.planDto?.beginTime).format("YYYY-MM-DD HH:mm") +
" 至 " +
@@ -24,7 +24,7 @@
style="width: 13px; height: 15px; margin-right: 5.5px"
src="../../assets/image/faceteach/position.png"
/>
<div style="font-size: 12px; color: rgba(110, 123, 132, 1)">
<div style="font-size: 12px; color: rgba(110, 123, 132, 1);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 120px;">
{{ data.planDto?.address }}
</div>
</div>