Commit a87eae09 authored by yaqizhang's avatar yaqizhang

z-index

parent 4ed7b59e
......@@ -71,7 +71,7 @@
<el-col :span="12" >
<el-form ref="form" v-model="form" :rules="rules" label-width="100px" >
<el-form-item label="照片:" prop="pictureUrl">
<el-image :src="form.pictureUrl" :preview-src-list="[form.pictureUrl]" style="width: 300px;height: 300px;"></el-image>
<el-image :src="form.pictureUrl" :preview-src-list="[form.pictureUrl]" :z-index="9999" style="width: 300px;height: 300px;"></el-image>
</el-form-item>
</el-form>
</el-col>
......
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