Commit fd417c3bb9a21b36867cf95a82cb106bd01d6800
1 parent
736453f6
perf(external/Composes): 修改大标题默认地址
Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -5,7 +5,7 @@ import cloneDeep from 'lodash/cloneDeep' |
5 | 5 | |
6 | 6 | export const option = { |
7 | 7 | dataset: '物联网平台数据统计', |
8 | - bgSrc: 'src/assets/external/headbackground/bg_top.png', | |
8 | + bgSrc: 'src/assets/external/headbackground/headerBg08.png', | |
9 | 9 | fontSize: 36, |
10 | 10 | showRight:true, |
11 | 11 | textColor:'#00f6ff', | ... | ... |
... | ... | @@ -130,7 +130,7 @@ onUnmounted(() => { |
130 | 130 | } |
131 | 131 | |
132 | 132 | .go-n-grid { |
133 | - background: url(@/assets/external/headbackground/bg_top.png) center no-repeat; | |
133 | + background: url(@/assets/external/headbackground/headerBg08.png) center no-repeat; | |
134 | 134 | background-size: 100% 100%; |
135 | 135 | text-align: center; |
136 | 136 | font-size: 36px; | ... | ... |