mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 09:26:46 +08:00
style:面授课详情样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user