diff --git a/src/pages/workPlace.vue b/src/pages/workPlace.vue index b8b5d9e20194cbd01b0f32b693a8a0134245afcc..fcee7d0b5d376f0646c489c22268f4faa7fd0ff2 100644 --- a/src/pages/workPlace.vue +++ b/src/pages/workPlace.vue @@ -6,12 +6,11 @@ 你好,{{person}}!最近登录{{login_time}} -
+
管理功能    - - +
-
+
{{item.text}}
@@ -561,6 +560,12 @@ export default { margin-top: 10px; position: relative; } +.person_manage_pic{ + display: inline-block; + width: 3px; + height: 13px; + background-image: url('../assets/imgs/home_ic_more_w.png'); +} .menu { width: 100%; height: 102px; @@ -742,8 +747,22 @@ export default { .manage_menu{ position: absolute; top: 0; - left: 140px; - width: 145px; + left: 100px; + width: 185px; + display: none; + padding-left: 40px; +} +.person_menu:hover .manage_menu{ + display: block; +} +.person_menu:hover{ + color:#0d1847; + background-color:#fff; + border: solid 2px #eef0f7; + line-height:28px; +} +.person_menu:hover .person_manage_pic{ + background-image: url('../assets/imgs/home_ic_more_b.png'); } .manage_box{ @@ -766,4 +785,5 @@ export default { vertical-align: -5px; margin-right: 10px; } + \ No newline at end of file