diff --git a/src/subpackage/device/pages/switch_manage/switch_manage.vue b/src/subpackage/device/pages/switch_manage/switch_manage.vue index 24b75ce..3dc43b9 100644 --- a/src/subpackage/device/pages/switch_manage/switch_manage.vue +++ b/src/subpackage/device/pages/switch_manage/switch_manage.vue @@ -2,7 +2,7 @@ {{pageInfo.name || '-'}} - + *长开表示不再被系统智能控制,只有手动关闭后才会被智能控制。请谨慎操作。 @@ -510,6 +510,12 @@ export default { font-weight: 500; color: #333; } + .sm-tip{ + padding: 0 40upx; + font-size: 28upx; + color: #979797; + margin-bottom: 24upx; + } .sm-list{ padding: 0 32upx; display: flex;