Commit dde376f4 authored by pangjh's avatar pangjh

前端代码提交

parent 01b945e6
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<el-col v-for="(item,index) in images" :key="index" :span="6" style="text-align: center"> <el-col v-for="(item,index) in images" :key="index" :span="6" style="text-align: center">
<div style="font-weight: bold;">{{ item.step }}</div> <div style="font-weight: bold;">{{ item.step }}</div>
<el-image <el-image
style="width: 289px; height: 290px;margin: 10px auto" style="width: 200px; height: 200px;margin: 10px auto"
:src="item.url" :src="item.url"
:preview-src-list="srcList" :preview-src-list="srcList"
/> />
......
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