Skip to content

Commit 34178e6

Browse files
committed
update nav bar color
1 parent 24ed73f commit 34178e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/templates/template/element/Nav0/template.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
'$ .header0-phone-nav-bar em': {
6868
name: '横条样式',
6969
stylePhone: {
70-
...bgStyle({ color: 'rgba(51, 51, 51, 0.95)', select: 'backgroundColor' }),
70+
...bgStyle({ color: '#fff', select: 'backgroundColor' }),
7171
},
7272
},
7373
'$ .header0-phone-nav-text': {

src/templates/template/element/Nav1/template.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
'$ .header1-phone-nav-bar em': {
103103
name: '横条样式',
104104
stylePhone: {
105-
...bgStyle({ color: 'rgba(51, 51, 51, 0.95)', select: 'backgroundColor' }),
105+
...bgStyle({ color: '#fff', select: 'backgroundColor' }),
106106
},
107107
},
108108
'$ .header1-phone-nav-text': {

0 commit comments

Comments
 (0)