| | |
| | | getAppHeaderNav(type).then(res => { |
| | | if (label === '安防中心') { |
| | | let openWindow = window.open(res, '_blank') |
| | | setTimeout(() => { |
| | | openWindow.close() |
| | | }, 7 * 1000) |
| | | // setTimeout(() => { |
| | | // openWindow.close() |
| | | // }, 7 * 1000) |
| | | } else { |
| | | window.open(res, '_blank') |
| | | } |
| | |
| | | @import "@/assets/style/variables.scss"; |
| | | |
| | | .common-header { |
| | | background-color: #2080f7; |
| | | background-color: #1E7FFF; |
| | | } |
| | | |
| | | .list { |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | .item { |
| | | margin-right: 40px; |
| | | margin-right: 24px; |
| | | font-size: 16px; |
| | | font-weight: 400; |
| | | display: flex; |
| | |
| | | align-items: center; |
| | | img { |
| | | top: 0 !important; |
| | | width: 24px; |
| | | height: 24px; |
| | | margin-right: 15px; |
| | | width: 20px; |
| | | height: 20px; |
| | | margin-right: 12px; |
| | | } |
| | | } |
| | | .el-dropdown { |