src/components/UserOperate.vue
@@ -1,6 +1,7 @@ <script setup> import { fullscreenToggel } from '@/utils/util'; import { useStore } from 'vuex'; import { ElMessage } from 'element-plus' const router = useRouter(); const store = useStore(); const dropdownClick = val => { @@ -20,6 +21,7 @@ } const info = () =>{ ElMessage.warning('加急开发中...') console.log('点击了个人信息'); } </script> @@ -45,7 +47,7 @@ .userOperate { position: absolute; right: 27px; top: -30px; top: -35px; width: 132px; height: 38px; display: flex;