物联设备电表增加样例图片
This commit is contained in:
parent
9b143797a7
commit
7fe5dcf9af
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue