Skip to content

Commit 3ddb8fc

Browse files
committed
强制高度宽度
1 parent 1dc16c3 commit 3ddb8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Layout/Navbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
}
3636
}
3737
.el-menu-item{
38-
line-height: 50px;
39-
height: 50px;
38+
line-height: 50px!important;
39+
height: 50px!important;
4040
color: #fff;
4141
border-bottom: 2px solid transparent;
4242
&:hover{

0 commit comments

Comments
 (0)