diff --git a/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue b/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue index fd1f2543..1fdc3175 100644 --- a/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue +++ b/src/views/iot/project/profileV2/DeviceManage/EDeviceChildren.vue @@ -84,6 +84,7 @@
@@ -304,6 +365,7 @@ export default { .custom-wrap { border: 1px solid #d8d7d7; padding-top: 20px; + margin-top: 10px; background: #f0f0f0; padding-right: 10px; .el-form-item { @@ -343,6 +405,15 @@ export default { margin-left: 0px !important; } } + + } + .enum-box{ + border: 1px solid #d8d7d7; + padding: 10px; + margin-bottom: 10px; + .enumTypeDiv{ + margin-top: 10px; + } } .el-select { width: 100%;