feat(menu.vue):添加菜单模块
This commit is contained in:
@@ -48,7 +48,12 @@
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
// select row color
|
||||
// 选中行背景色值
|
||||
.el-table__body tr.current-row td {
|
||||
background-color: #e1f3d8b5 !important;
|
||||
}
|
||||
}
|
||||
|
||||
// card 的header统一高度
|
||||
.el-card__header{
|
||||
height: 61px!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user