去除作业动态白色边框
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
v-for="(item, index) in listData"
|
v-for="(item, index) in listData"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
|
:visible-arrow="false"
|
||||||
width="494"
|
width="494"
|
||||||
trigger="click"
|
trigger="click"
|
||||||
@show="handleShow(index)"
|
@show="handleShow(index)"
|
||||||
@ -141,15 +142,21 @@ export default {
|
|||||||
this.request({
|
this.request({
|
||||||
url: '/hx/bigPic/getByType',
|
url: '/hx/bigPic/getByType',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: { type: 2}
|
params: { type: 2 },
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (200 == res.code) {
|
if (200 == res.code) {
|
||||||
this.pic = res.data.pic;
|
this.pic = res.data.pic
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.el-popover {
|
||||||
|
background-color: unset;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.icon_img {
|
.icon_img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user