Commit 02b642d5 authored by dragondean@qq.com's avatar dragondean@qq.com
parents ebc33c07 f2c7afb3
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<el-collapse v-model="activeNames"> <el-collapse v-model="activeNames">
<div v-for="item in helpData" :key="item.id"> <div v-for="item in helpData" :key="item.id">
<el-collapse-item :title="item.titleZh" :name="item.id"> <el-collapse-item :title="item.titleZh" :name="item.id">
<span v-html="item.contentZh">{{ item.contentZh }}</span> <div v-html="item.contentZh" class="img">{{ item.contentZh }}</div>
</el-collapse-item> </el-collapse-item>
</div> </div>
</el-collapse> </el-collapse>
...@@ -32,4 +32,7 @@ export default { ...@@ -32,4 +32,7 @@ export default {
.infoheader{ .infoheader{
padding:20px padding:20px
} }
::v-deep img{
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