Selaa lähdekoodia

修复h5标题不显示的bug

xsx 1 vuosi sitten
vanhempi
commit
879628b9cc
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 3 3
      im-uniapp/im.scss
  2. 1 0
      im-uniapp/pages.json

+ 3 - 3
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 - 0
im-uniapp/pages.json

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