@@ -81,6 +81,8 @@ const steps: UseGuideStepItem[] = [
title: t('createDevice.verifyData'),
component: VerifyParameters,
stepDescription: '描述文本',
+ nextStepButtonText: t('common.finishSetup'),
+ isLastStep: true,
},
];
</script>
@@ -46,6 +46,18 @@ onMounted(() => {
</template>
<style lang="scss" scoped>
+:deep(.margin-bottom) {
+ .ant-segmented {
+ color: #32bac0;
+ background-color: #e1f5f6;
+ }
+
+ .agreement-segmented .ant-segmented-item-selected {
+ color: #fff;
+ background-color: #32bac0;
+}
.margin-bottom {
margin-bottom: 24px;
}