最终版
This commit is contained in:
parent
d560f26ea1
commit
9c46a76597
|
@ -47,9 +47,8 @@
|
|||
import {computed, ref} from 'vue'
|
||||
import { User, CaretBottom, UserFilled, Setting, SwitchButton } from '@element-plus/icons-vue'
|
||||
import router from "@/router/index.js";
|
||||
import axiosInstance from "@/utils/axiosInstance.js";
|
||||
|
||||
const userInfoDialogVisible = ref(false);
|
||||
const doctorFormVisible = ref(false);
|
||||
const showUserInfoDialog = () => {
|
||||
userInfoDialogVisible.value = true;
|
||||
};
|
||||
|
@ -142,12 +141,4 @@ const logout = () => {
|
|||
color: #606266;
|
||||
}
|
||||
|
||||
.el-dropdown-menu {
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
.el-dropdown-menu .el-icon {
|
||||
margin-right: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue