|
@@ -199,7 +199,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
- height: 74px;
|
|
|
+ height: $header-h;
|
|
|
padding: 0 24px;
|
|
|
font-family: 'sourceR';
|
|
|
background: #fff;
|
|
@@ -325,8 +325,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.el-menu--horizontal > .el-menu-item {
|
|
|
- height: 74px;
|
|
|
- line-height: 78px;
|
|
|
+ height: $header-h;
|
|
|
+ line-height: $header-h;
|
|
|
}
|
|
|
|
|
|
.el-dropdown-link {
|