首页布局,使用若依时间格式化
This commit is contained in:
16
src/App.vue
16
src/App.vue
@ -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>
|
||||
|
Reference in New Issue
Block a user