| | |
| | | <style lang="scss" scoped> |
| | | .sales-lead { |
| | | display: flex; |
| | | height: 55px; |
| | | line-height: 55px; |
| | | background-color: #fff; |
| | | margin-bottom: 10px; |
| | | height: 50px; |
| | | box-sizing: border-box; |
| | | line-height: 50px; |
| | | background-color: $color-bg; |
| | | border: 1px solid #ccc; |
| | | .header-title { |
| | | margin-left: 16px; |
| | | font-size: 16px; |
| | | color: #475059; |
| | | padding-left: 16px; |
| | | font-size: 18px; |
| | | font-weight: bold; |
| | | color: #171718; |
| | | } |
| | | .header-user-info { |
| | | margin-left: auto; |
| | | margin-right: 20px; |
| | | display: flex; |
| | | .avatar { |
| | | margin-top: 8px; |
| | | margin-top: 4px; |
| | | margin-right: 10px; |
| | | } |
| | | } |