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

Merge branch 'feat/zl' into 'develop'

save

See merge request !59
......@@ -86,7 +86,7 @@ const vueFilter = {
},
dateFilter: (value) => {
if (!value) return '';
return new Date(value).format("yyyy-MM-dd hh:mm");
return new Date(value).format("yyyy-MM-dd");
},
moduleTypeFilter: (value, data) => { // 模块类型
for (let key in data) {
......
......@@ -189,9 +189,10 @@ export default {
.forbox{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
// justify-content: space-between;
.for{
max-width: 50%;
display: flex;
}
}
......@@ -247,6 +248,12 @@ export default {
padding: 10px 0;
background-color: #f9fafc;
}
@media screen and (min-width:1900px){
.forbox{
.for {
width: 30%;
}
}
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册