7 小时以前 1c829f9177eab675b22be4d20ef2761ed1bbb423
src/views/reportAnalysis/PSIDataAnalysis/components/PanelHeader.vue
@@ -16,18 +16,27 @@
<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;
}
/* 品牌蓝细竖条,呼应 HomePanel 标题样式 */
.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>