Browse Source

修复h5标题不显示的bug

master
xsx 1 year ago
parent
commit
879628b9cc
  1. 6
      im-uniapp/im.scss
  2. 1
      im-uniapp/pages.json

6
im-uniapp/im.scss

@ -3,7 +3,7 @@ uni-button {
font-size: $im-font-size !important;
}
uni-button[type='primary'] {
colo: #fff !important;
color: #fff !important;
background-color: $im-color-primary !important;
}
@ -14,7 +14,7 @@ uni-button[type='primary'][plain] {
}
uni-button[type='warn'] {
colo: #fff !important;
color: #fff !important;
background-color: $im-color-danger !important;
}
@ -29,7 +29,7 @@ uni-button[size='mini'] {
}
.button-hover[type='primary'] {
colo: #fff !important;
color: #fff !important;
background-color: $im-color-primary-dark-1 !important;
}

1
im-uniapp/pages.json

@ -61,6 +61,7 @@
}
],
"globalStyle": {
"navigationBarTitleText": "盒子IM",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#f7f7f7",
"backgroundColor": "#f7f7f7"

Loading…
Cancel
Save