From 117aa4b1973bb62c07caffa53186dff245ad9bea Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Mon, 9 Aug 2021 15:52:23 +0800 Subject: [PATCH] add tip && vtest 1.1.6 --- src/subpackage/device/pages/switch_manage/switch_manage.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;