fanghuisheng пре 1 година
родитељ
комит
209e8c0238
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      src/App.vue

+ 7 - 1
src/App.vue

@@ -84,11 +84,17 @@ uni-page-refresh {
   height: 100%;
 }
 
-//默认返回按钮背景颜色
+//默认返回按钮样式
 :deep(.uni-page-head-btn) {
   background-color: rgba(0, 0, 0, 0) !important;
 }
 
+//默认头部导航title样式
+:deep(.uni-page-head__title) {
+  font-size: 16px;
+  font-weight: bold;
+}
+
 //uview-plus导航栏title样式
 :deep(.u-navbar__content__title) {
   font-size: 16px;