| | |
| | | |
| | | <style scoped> |
| | | .panel-header { |
| | | background-image: url("@/assets/BI/kehuhetongback@2x.png"); |
| | | background-size: 100% 100%; |
| | | background-position: center; |
| | | background-repeat: no-repeat; |
| | | display: flex; |
| | | align-items: center; |
| | | gap: 8px; |
| | | padding: 0 4px; |
| | | height: 36px; |
| | | } |
| | | |
| | | /* 品牌蓝细竖条,呼应 PSI 大屏标题样式 */ |
| | | .panel-header::before { |
| | | content: ''; |
| | | width: 3px; |
| | | height: 14px; |
| | | border-radius: 2px; |
| | | background: linear-gradient(180deg, var(--bi-accent-bright, #4a6cf0) 0%, var(--bi-accent, #2c51d9) 100%); |
| | | flex-shrink: 0; |
| | | } |
| | | |
| | | .panel-title { |
| | | width: 100%; |
| | | font-weight: 500; |
| | | font-size: 16px; |
| | | color: #D9ECFF; |
| | | padding-left: 46px; |
| | | line-height: 36px; |
| | | color: var(--bi-text-strong, #eaf1ff); |
| | | letter-spacing: 1px; |
| | | } |
| | | </style> |