target change

This commit is contained in:
xuziqiang
2024-05-16 09:49:51 +08:00
parent e1c6868eda
commit edfc0ab83a
7 changed files with 21 additions and 17 deletions

View File

@@ -33,7 +33,7 @@
</div> </div>
</a-layout-content> </a-layout-content>
<a class="toLogin" @click="toLogin" v-show="step === 0">登录已有豪恩账号 ></a> <a class="toLogin" @click="toLogin" v-show="step === 0">登录已有豪恩账号 ></a>
<!-- <a-layout-footer>Copyright 2021 鼎云科技 All Rights Reserved</a-layout-footer> --> <!-- <a-layout-footer>Copyright 2021 xu科技 All Rights Reserved</a-layout-footer> -->
</a-layout> </a-layout>
</div> </div>
</template> </template>
@@ -400,10 +400,12 @@
border-top-style: dashed; border-top-style: dashed;
border-top-color: #ecedef; border-top-color: #ecedef;
} }
:deep(.ant-steps-item-process :deep(
> .ant-steps-item-container .ant-steps-item-process
> .ant-steps-item-content > .ant-steps-item-container
> .ant-steps-item-title::after) { > .ant-steps-item-content
> .ant-steps-item-title::after
) {
border-top-color: #ff4919; border-top-color: #ff4919;
} }

View File

@@ -43,7 +43,7 @@
> >
</div> </div>
</a-layout-content> </a-layout-content>
<a-layout-footer>Copyright 2021 鼎云科技 All Rights Reserved</a-layout-footer> <a-layout-footer>Copyright 2021 xu科技 All Rights Reserved</a-layout-footer>
</a-layout> </a-layout>
</div> </div>
</template> </template>

View File

@@ -33,7 +33,7 @@
> >
</div> </div>
</a-layout-content> </a-layout-content>
<a-layout-footer>Copyright 2021 鼎云科技 All Rights Reserved</a-layout-footer> <a-layout-footer>Copyright 2021 xu科技 All Rights Reserved</a-layout-footer>
</a-layout> </a-layout>
</div> </div>
</template> </template>

View File

@@ -34,7 +34,7 @@
> >
</div> </div>
</a-layout-content> </a-layout-content>
<a-layout-footer>Copyright 2021 鼎云科技 All Rights Reserved</a-layout-footer> <a-layout-footer>Copyright 2021 xu科技 All Rights Reserved</a-layout-footer>
</a-layout> </a-layout>
</div> </div>
</template> </template>

View File

@@ -100,7 +100,7 @@
} else if (value == 31) { } else if (value == 31) {
return '智慧小区'; return '智慧小区';
} else if (value == 32) { } else if (value == 32) {
return '鼎云云平台'; return 'xu云平台';
} else if (value == 99) { } else if (value == 99) {
return '网关云平台'; return '网关云平台';
} else { } else {
@@ -183,7 +183,7 @@
} else if (value == 31) { } else if (value == 31) {
return '智慧小区'; return '智慧小区';
} else if (value == 32) { } else if (value == 32) {
return '鼎云云平台'; return 'xu云平台';
} else if (value == 99) { } else if (value == 99) {
return '网关云平台'; return '网关云平台';
} else { } else {

View File

@@ -106,7 +106,7 @@
} else if (value == 31) { } else if (value == 31) {
return '智慧小区'; return '智慧小区';
} else if (value == 32) { } else if (value == 32) {
return '鼎云云平台'; return 'xu云平台';
} else if (value == 99) { } else if (value == 99) {
return '网关云平台'; return '网关云平台';
} else { } else {
@@ -188,7 +188,7 @@
} else if (value == 31) { } else if (value == 31) {
return '智慧小区'; return '智慧小区';
} else if (value == 32) { } else if (value == 32) {
return '鼎云云平台'; return 'xu云平台';
} else if (value == 99) { } else if (value == 99) {
return '网关云平台'; return '网关云平台';
} else { } else {

View File

@@ -29,7 +29,7 @@
</div> </div>
</a-layout-content> </a-layout-content>
<a class="toLogin" @click="toLogin" v-show="step === 0">登录已有豪恩账号 ></a> <a class="toLogin" @click="toLogin" v-show="step === 0">登录已有豪恩账号 ></a>
<!-- <a-layout-footer>Copyright 2021 鼎云科技 All Rights Reserved</a-layout-footer> --> <!-- <a-layout-footer>Copyright 2021 xu科技 All Rights Reserved</a-layout-footer> -->
</a-layout> </a-layout>
</div> </div>
</template> </template>
@@ -392,10 +392,12 @@
border-top-style: dashed; border-top-style: dashed;
border-top-color: #ecedef; border-top-color: #ecedef;
} }
:deep(.ant-steps-item-process :deep(
> .ant-steps-item-container .ant-steps-item-process
> .ant-steps-item-content > .ant-steps-item-container
> .ant-steps-item-title::after) { > .ant-steps-item-content
> .ant-steps-item-title::after
) {
border-top-color: #ff4919; border-top-color: #ff4919;
} }