物联设备电表增加样例图片
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-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</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>
|
</a-form>
|
||||||
</template>
|
</template>
|
||||||
</JFormContainer>
|
</JFormContainer>
|
||||||
|
|
@ -137,4 +144,12 @@ defineExpose({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
.tbClass {
|
||||||
|
background: #fff;
|
||||||
|
padding: 80px;
|
||||||
|
border-radius: 5px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-evenly;
|
||||||
|
border: 1px solid #d9d9d9;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue