1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/views/safety/index.vue
@@ -1,6 +1,6 @@
<template>
  <div class="safety">
    <fx-header >
    <fx-header>
    </fx-header>
    <div class="content">
      <div class="title textColor">{{ $t('safe') }}</div>
@@ -91,7 +91,11 @@
  {
    name: t('manualReset'),
    url: "/resetVerify?type=0"
  }
  },
  {
    name: `${t('resetPhone')}/${t('resetEmail')}`,
    url: "/resetPhoneEmail"
  },
])
onMounted(() => {
@@ -129,7 +133,7 @@
  // background-color: $mainBgColor;
}
:deep(.van-grid-item__content){
:deep(.van-grid-item__content) {
  // background:  $main2_background !important;
  color: $text_color;
}