Commit ca074f30 authored by 罗林杰's avatar 罗林杰

修改样式

parent 1052deeb
......@@ -136,7 +136,7 @@
</div>
<!-- 详情弹窗 -->
<el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
<el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
<el-form ref="deviceFormRef" :model="form" label-position="right" label-width="auto">
<el-row :gutter="20">
<el-col :span="24">
......@@ -144,7 +144,7 @@
<div style="font-size: 15px;padding-left: 20px;padding-bottom: 20px;padding-top: 10px" class="content">{{ form.content }}</div>
</el-col>
<el-row :gutter="20">
<el-col v-for="(imagePath, index) in form.path" :key="index" :span="8">
<el-col v-for="(imagePath, index) in form.path" :key="index" :span="7">
<div style="padding-left: 20px;padding-bottom: 20px">
<img :src="imagePath" alt="Avatar" class="avatar">
</div>
......
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