|
|
@@ -378,7 +378,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.header {
|
|
|
width: 100%;
|
|
|
- height: 64px;
|
|
|
+ height: 60px;
|
|
|
font-size: 22px;
|
|
|
color: #fff;
|
|
|
box-sizing: border-box;
|
|
|
@@ -392,7 +392,7 @@ export default {
|
|
|
.headerBox {
|
|
|
// margin: 0 auto;
|
|
|
box-sizing: border-box;
|
|
|
- height: 64px;
|
|
|
+ height: 60px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
@@ -438,12 +438,12 @@ export default {
|
|
|
display: flex;
|
|
|
}
|
|
|
.el-menu-wrap {
|
|
|
- height: 64px;
|
|
|
+ height: 60px;
|
|
|
li {
|
|
|
font-size: 18px;
|
|
|
border-bottom: 0;
|
|
|
padding: 0 20px;
|
|
|
- line-height: 64px;
|
|
|
+ line-height: 60px;
|
|
|
height: 60px;
|
|
|
position: relative;
|
|
|
&.report{
|