| | |
| | | <template> |
| | | <div class="app-breadcrumb"> |
| | | <img :src="avatorPath"> |
| | | <h1>众泰煤焦化智能化安全管理技术平台</h1> |
| | | <h1>隐患排查体系综合管控系统</h1> |
| | | </div> |
| | | <!-- <el-breadcrumb class="app-breadcrumb" separator="/">--> |
| | | <!-- <transition-group name="breadcrumb">--> |
| | |
| | | <script> |
| | | import { mapGetters } from 'vuex' |
| | | import pathToRegexp from 'path-to-regexp' |
| | | const imgUrl = require('@/assets/newzhongtai.jpg') |
| | | const imgUrl = require('@/assets/newLogo.png') |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | .app-breadcrumb { |
| | | display: inline-block; |
| | | font-size: 14px; |
| | | line-height: 60px; |
| | | //margin-left: 8px; |
| | | line-height: 80px; |
| | | padding-left: 40px; |
| | | vertical-align:middle; |
| | | .no-redirect { |
| | | color: #97a8be; |
| | |
| | | } |
| | | } |
| | | .app-breadcrumb img{ |
| | | height: 62px; |
| | | width: 260px; |
| | | width: 48px; |
| | | height: auto; |
| | | border: none; |
| | | vertical-align: middle; |
| | | margin-right: 20px; |
| | |
| | | padding:0; |
| | | display: inline; |
| | | vertical-align: middle; |
| | | font-size: 20px; |
| | | font-size: 28px; |
| | | color: white; |
| | | letter-spacing: 4px; |
| | | } |
| | | </style> |