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