|
|
@ -1,17 +1,13 @@ |
|
|
|
<template> |
|
|
|
<div id="title-wrap"> |
|
|
|
<!-- <span><el-button icon="el-icon-d-arrow-left" circle /></span> --> |
|
|
|
<img class="menu-img" :src="menuImg" @click="menuClick" /> |
|
|
|
<!-- <img class="logo-img" :src="logo" /> --> |
|
|
|
<!-- <p class="title-test">{{ title }}</p> --> |
|
|
|
<!-- <p class="separation-line" /> --> |
|
|
|
|
|
|
|
<img class="customer-logo" :src="customerLogo" /> |
|
|
|
<!-- <p class="customer-name">{{ customerName }}</p> --> |
|
|
|
<div class="user-info-wrap"> |
|
|
|
<el-dropdown> |
|
|
|
<el-avatar |
|
|
|
shape="square" |
|
|
|
:size="40" |
|
|
|
:size="25" |
|
|
|
fit="contain" |
|
|
|
:src="userInfo.avatar" |
|
|
|
/> |
|
|
@ -120,9 +116,9 @@ export default { |
|
|
|
} |
|
|
|
.el-dropdown { |
|
|
|
float: right; |
|
|
|
width: 40px; |
|
|
|
height: 40px; |
|
|
|
margin-top: 8px; |
|
|
|
width: 25px; |
|
|
|
height: 25px; |
|
|
|
margin-top: 5px; |
|
|
|
margin-right: 8px; |
|
|
|
} |
|
|
|
} |
|
|
@ -133,37 +129,19 @@ export default { |
|
|
|
float: left; |
|
|
|
width: 40px; |
|
|
|
height: 40px; |
|
|
|
margin-top: 10px; |
|
|
|
margin-top: 4px; |
|
|
|
margin-left: 24px; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
.logo-img { |
|
|
|
float: left; |
|
|
|
width: 32px; |
|
|
|
height: 32px; |
|
|
|
margin-top: 21px; |
|
|
|
margin-left: 32px; |
|
|
|
} |
|
|
|
|
|
|
|
.title-test { |
|
|
|
float: left; |
|
|
|
margin-left: 10px; |
|
|
|
font-size: 22px; |
|
|
|
font-family: PingFangSC-Semibold, PingFang SC; |
|
|
|
font-weight: 600; |
|
|
|
color: #ffffff; |
|
|
|
line-height: 80px; |
|
|
|
text-shadow: 0px -1px 0px #215c85; |
|
|
|
font-style: oblique; |
|
|
|
} |
|
|
|
.user-info-wrap { |
|
|
|
float: right; |
|
|
|
min-width: 199px; |
|
|
|
height: 56px; |
|
|
|
height: 35px; |
|
|
|
box-shadow: 0px 1px 3px 0px #1e514d; |
|
|
|
border-radius: 2px; |
|
|
|
border: 1px solid #2c998f; |
|
|
|
margin-top: 2px; |
|
|
|
margin-top: 7px; |
|
|
|
margin-right: 16px; |
|
|
|
.user-details-wrap { |
|
|
|
float: right; |
|
|
@ -173,6 +151,7 @@ export default { |
|
|
|
margin: 0; |
|
|
|
line-height: 18px; |
|
|
|
text-align: right; |
|
|
|
float: right; |
|
|
|
span { |
|
|
|
font-size: 16px; |
|
|
|
font-family: PingFangSC-Semibold, PingFang SC; |
|
|
@ -182,11 +161,10 @@ export default { |
|
|
|
text-shadow: 0px 0px 0px #215c57; |
|
|
|
} |
|
|
|
} |
|
|
|
.user-details { |
|
|
|
line-height: 24px; |
|
|
|
margin-top: 10px; |
|
|
|
.user-details, .system-time { |
|
|
|
line-height: 35px; |
|
|
|
span { |
|
|
|
margin-left: 24px; |
|
|
|
margin-left: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.system-time { |
|
|
@ -201,32 +179,13 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.separation-line { |
|
|
|
float: left; |
|
|
|
width: 1px; |
|
|
|
height: 42px; |
|
|
|
float: left; |
|
|
|
margin: 19px 24px; |
|
|
|
background: #ffffff; |
|
|
|
} |
|
|
|
.customer-logo { |
|
|
|
float: left; |
|
|
|
width: 185px; |
|
|
|
height: 26px; |
|
|
|
margin-top: 17px; |
|
|
|
margin-top: 12px; |
|
|
|
margin-left: 40px; |
|
|
|
} |
|
|
|
.customer-name { |
|
|
|
float: left; |
|
|
|
margin: 0; |
|
|
|
min-width: 100px; |
|
|
|
line-height: 80px; |
|
|
|
font-size: 22px; |
|
|
|
font-family: PingFangSC-Semibold, PingFang SC; |
|
|
|
font-weight: 600; |
|
|
|
color: #ffffff; |
|
|
|
text-shadow: 0px -1px 0px #1e5353; |
|
|
|
} |
|
|
|
.item { |
|
|
|
float: right; |
|
|
|
height: 30px; |
|
|
|