diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index c227937..930f241 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -2,25 +2,54 @@
- {{title}} + {{ title }}
-
- - {{ customer ? customerName : userName }} -
+ +
+ + {{ customer ? customerName : userName }} +
+ + 个人中心 + 修改密码 + +
退出
+ + + + + + + + + + + + + + 取 消 + 确 定 + +
@@ -80,6 +133,7 @@ export default { height: 50px; margin: 0 20px; } + .title { font-size: 18px; font-weight: bold;