feat:更新侧边导航,修改密码等

This commit is contained in:
leilei
2025-10-20 17:41:54 +08:00
parent db72ea9f33
commit e0001ba430
59 changed files with 10434 additions and 775 deletions

View File

@@ -26,7 +26,7 @@
</template>
<script setup>
import useUserStore from '@/stores/modules/user'
import { useUserStore } from '@/stores/modules/user.js'
import { watch, ref, getCurrentInstance,onMounted } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { useMeterStore } from '@/stores/modules/meter'
@@ -123,7 +123,7 @@ onMounted(() => {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
height: calc(100vh - 60px);
padding: 0 40px;
background: linear-gradient(135deg, #f5f7fa 0%, #eef1f6 100%);
}