feat:更新侧边导航,修改密码等
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user