物联设备电表增加样例图片

This commit is contained in:
曹磊 2026-03-19 14:03:27 +08:00
parent 9b143797a7
commit 7fe5dcf9af
2 changed files with 15 additions and 0 deletions

BIN
src/assets/iot/db_xlh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -10,6 +10,13 @@
</a-form-item>
</a-col>
</a-row>
<a-row >
<a-col :span="24">
<a-form-item label="样例">
<div class="tbClass"><img src="../../../../../assets/iot/db_xlh.png"/></div>
</a-form-item>
</a-col>
</a-row>
</a-form>
</template>
</JFormContainer>
@ -137,4 +144,12 @@ defineExpose({
</script>
<style lang="less" scoped>
.tbClass {
background: #fff;
padding: 80px;
border-radius: 5px;
display: flex;
justify-content: space-evenly;
border: 1px solid #d9d9d9;
}
</style>