fix: AI预警样式调整
This commit is contained in:
parent
8200b1203c
commit
ad4b56defc
@ -78,7 +78,7 @@
|
|||||||
:preview-src-list="[BASEURL + '/image/' + detailData.imageUrl]"
|
:preview-src-list="[BASEURL + '/image/' + detailData.imageUrl]"
|
||||||
>
|
>
|
||||||
<template #error>
|
<template #error>
|
||||||
<el-image :src="noDataImage" :preview-src-list="[noDataImage]" fit="contain" class="el-no-img" alt="" />
|
<el-image :src="noDataImage" :preview-src-list="[noDataImage]" class="el-no-img" alt="" />
|
||||||
</template>
|
</template>
|
||||||
</el-image>
|
</el-image>
|
||||||
<!-- <img :src="BASEURL + '/image/' + detailData.imageUrl" /> -->
|
<!-- <img :src="BASEURL + '/image/' + detailData.imageUrl" /> -->
|
||||||
@ -244,7 +244,7 @@ function closeDialog() {
|
|||||||
defineExpose({
|
defineExpose({
|
||||||
getWarnTypeOption,
|
getWarnTypeOption,
|
||||||
getWarnAlarmList
|
getWarnAlarmList
|
||||||
})
|
});
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
getWarnTypeOption();
|
getWarnTypeOption();
|
||||||
getWarnAlarmList();
|
getWarnAlarmList();
|
||||||
@ -357,6 +357,10 @@ onBeforeUnmount(async () => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.el-no-img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -415,6 +419,10 @@ onBeforeUnmount(async () => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.el-no-img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div {
|
div {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user