Commit f48827a6 by Lyan

面包屑处理

parent 10e13673
...@@ -232,7 +232,12 @@ export default { ...@@ -232,7 +232,12 @@ export default {
if (returnCode === "0") { if (returnCode === "0") {
let matche = this.matcheList.filter((item) => item.classid ===data.classid)[0]; let matche = this.matcheList.filter((item) => item.classid ===data.classid)[0];
if(typeof(matche)==='undefined'){ if(typeof(matche)==='undefined'){
matche = [] matche = [
{
name: "深度专题",
path: "/News/DepthTopics",
}
]
} }
this.setMatche(matche); this.setMatche(matche);
this.content = data.content; this.content = data.content;
...@@ -340,9 +345,13 @@ export default { ...@@ -340,9 +345,13 @@ export default {
} }
} }
.msg-text { .msg-text {
img{ p{
max-width: 100%; img{
margin-left: -28px;
max-width: 100%;
}
} }
} }
} }
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment