Commit 967a6482 by duanguohui

保洁维修

parent 358e7ced
......@@ -7,6 +7,9 @@
<el-row>
<el-col :span="3"><span>姓名:</span></el-col>
<el-col :span="12"><div class="col_rt">{{cookData.name}}</div></el-col>
<el-col :span="5">
<img class="detail_img" :src="cookData.url" alt="">
</el-col>
</el-row>
<el-row>
<el-col :span="3"><span>年龄:</span></el-col>
......@@ -109,4 +112,18 @@ export default {
}
}
}
.detail_head{
.detail_img{
width: 110px;
height: 110px;
}
}
.detail_img{
position:absolute;
top: 0px;
right: 100px;
width: 110px;
// height: 110px;
}
</style>
......@@ -7,6 +7,9 @@
<el-row>
<el-col :span="3"><span>姓名:</span></el-col>
<el-col :span="12"><div class="col_rt">{{cookData.name}}</div></el-col>
<el-col :span="5">
<img class="detail_img" :src="cookData.url" alt="">
</el-col>
</el-row>
<el-row>
<el-col :span="3"><span>类型:</span></el-col>
......@@ -98,4 +101,11 @@ export default {
}
}
}
.detail_img{
position:absolute;
top: 0px;
right: 100px;
width: 110px;
// height: 110px;
}
</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 sign in to comment