Browse Source

target change

main
xuziqiang 4 months ago
parent
commit
edfc0ab83a
  1. 12
      lib/saas/view/service/updatePassWord.vue
  2. 2
      lib/saas/view/system/login.vue
  3. 2
      nervui-mobile-application/src/view/login.vue
  4. 2
      nervui-smart-community-op/src/view/login.vue
  5. 4
      nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/addEdit.vue
  6. 4
      nervui-smart-parking-op/src/view/opexManage/parkingReport/parkingHotSpot/detail.vue
  7. 12
      nervui-smart-parking/src/view/updatePassword/updatePassword.vue

12
lib/saas/view/service/updatePassWord.vue

@ -33,7 +33,7 @@
</div>
</a-layout-content>
<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>
</div>
</template>
@ -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;
}

2
lib/saas/view/system/login.vue

@ -43,7 +43,7 @@
>
</div>
</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>
</div>
</template>

2
nervui-mobile-application/src/view/login.vue

@ -33,7 +33,7 @@
>
</div>
</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>
</div>
</template>

2
nervui-smart-community-op/src/view/login.vue

@ -34,7 +34,7 @@
>
</div>
</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>
</div>
</template>

4
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 {

4
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 {

12
nervui-smart-parking/src/view/updatePassword/updatePassword.vue

@ -29,7 +29,7 @@
</div>
</a-layout-content>
<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>
</div>
</template>
@ -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;
}

Loading…
Cancel
Save