首页布局,使用若依时间格式化

This commit is contained in:
熊丽君
2021-08-04 11:16:36 +08:00
parent 591d2bef16
commit 99d35969a0
27 changed files with 302 additions and 75 deletions

View File

@ -21,11 +21,15 @@ export default {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
// overflow: hidden;
// display: -webkit-box;
// -webkit-line-clamp: 1;
// -webkit-box-orient: vertical;
// word-break: break-all;
}
.text_18_333 {
font-size: 18px;
color: #333;
}
.pointer {
cursor: pointer;
&:hover {
color: #ffa32c;
}
}
</style>