diff --git a/lib/saas/view/service/updatePassWord.vue b/lib/saas/view/service/updatePassWord.vue index c5898cf..3315d99 100644 --- a/lib/saas/view/service/updatePassWord.vue +++ b/lib/saas/view/service/updatePassWord.vue @@ -33,7 +33,7 @@ 登录已有豪恩账号 > - + @@ -400,10 +400,12 @@ border-top-style: dashed; border-top-color: #ecedef; } - :deep(.ant-steps-item-process - > .ant-steps-item-container - > .ant-steps-item-content - > .ant-steps-item-title::after) { + :deep( + .ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after + ) { border-top-color: #ff4919; } diff --git a/lib/saas/view/system/login.vue b/lib/saas/view/system/login.vue index 31e55df..c2add10 100644 --- a/lib/saas/view/system/login.vue +++ b/lib/saas/view/system/login.vue @@ -43,7 +43,7 @@ > - Copyright 2021 鼎云科技 All Rights Reserved + Copyright 2021 xu科技 All Rights Reserved diff --git a/nervui-mobile-application/src/view/login.vue b/nervui-mobile-application/src/view/login.vue index 4678a76..b35e5fa 100644 --- a/nervui-mobile-application/src/view/login.vue +++ b/nervui-mobile-application/src/view/login.vue @@ -33,7 +33,7 @@ > - Copyright 2021 鼎云科技 All Rights Reserved + Copyright 2021 xu科技 All Rights Reserved diff --git a/nervui-smart-community-op/src/view/login.vue b/nervui-smart-community-op/src/view/login.vue index b03ec66..f1f1e2e 100644 --- a/nervui-smart-community-op/src/view/login.vue +++ b/nervui-smart-community-op/src/view/login.vue @@ -34,7 +34,7 @@ > - Copyright 2021 鼎云科技 All Rights Reserved + Copyright 2021 xu科技 All Rights Reserved diff --git a/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/addEdit.vue b/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/addEdit.vue index b6234fc..e2bc9eb 100644 --- a/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/addEdit.vue +++ b/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/addEdit.vue @@ -100,7 +100,7 @@ } else if (value == 31) { return '智慧小区'; } else if (value == 32) { - return '鼎云云平台'; + return 'xu云平台'; } else if (value == 99) { return '网关云平台'; } else { @@ -183,7 +183,7 @@ } else if (value == 31) { return '智慧小区'; } else if (value == 32) { - return '鼎云云平台'; + return 'xu云平台'; } else if (value == 99) { return '网关云平台'; } else { diff --git a/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/detail.vue b/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/detail.vue index 0f75198..c947536 100644 --- a/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/detail.vue +++ b/nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/detail.vue @@ -106,7 +106,7 @@ } else if (value == 31) { return '智慧小区'; } else if (value == 32) { - return '鼎云云平台'; + return 'xu云平台'; } else if (value == 99) { return '网关云平台'; } else { @@ -188,7 +188,7 @@ } else if (value == 31) { return '智慧小区'; } else if (value == 32) { - return '鼎云云平台'; + return 'xu云平台'; } else if (value == 99) { return '网关云平台'; } else { diff --git a/nervui-smart-parking/src/view/updatePassword/updatePassword.vue b/nervui-smart-parking/src/view/updatePassword/updatePassword.vue index 489382c..d5fdd3f 100644 --- a/nervui-smart-parking/src/view/updatePassword/updatePassword.vue +++ b/nervui-smart-parking/src/view/updatePassword/updatePassword.vue @@ -29,7 +29,7 @@ 登录已有豪恩账号 > - + @@ -392,10 +392,12 @@ border-top-style: dashed; border-top-color: #ecedef; } - :deep(.ant-steps-item-process - > .ant-steps-item-container - > .ant-steps-item-content - > .ant-steps-item-title::after) { + :deep( + .ant-steps-item-process + > .ant-steps-item-container + > .ant-steps-item-content + > .ant-steps-item-title::after + ) { border-top-color: #ff4919; }