Skip to content

Commit 115e943

Browse files
【示例网站】【Menu hover样式修改】
1 parent cc48569 commit 115e943

File tree

1 file changed

+5
-1
lines changed
  • website/src/views/layout/components/Header

1 file changed

+5
-1
lines changed

website/src/views/layout/components/Header/Menu.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,17 @@ export default {
204204
width: 160px;
205205
height: 36px;
206206
// border-radius: 4px;
207-
background: linear-gradient(90deg, rgba(71, 148, 250, 1), rgba(49, 225, 230, 1));
208207
}
209208
.header-menu-link-text {
210209
width: 160px;
211210
height: 36px;
212211
display: block;
213212
}
213+
.header-menu-link-text:hover{
214+
span{
215+
color: #47abff !important;
216+
}
217+
}
214218
}
215219
216220
.header-menu-wrapper-mobile {

0 commit comments

Comments
 (0)