Browse Source

表单公共样式设置

Xiao_123 1 month ago
parent
commit
563511373a
2 changed files with 9 additions and 1 deletions
  1. 1 1
      pages/index/position.vue
  2. 8 0
      static/style/index.scss

+ 1 - 1
pages/index/position.vue

@@ -117,7 +117,7 @@ const getSystemWebContent = async () => {
   const { data } = await getWebContent()
   const { data } = await getWebContent()
   swiperAdList.value = data?.appHomeCarousel || []
   swiperAdList.value = data?.appHomeCarousel || []
   // 是否展示弹窗广告
   // 是否展示弹窗广告
-  // showAdvertisePop.value = data && data.appAdvertisement && data.appAdvertisement.length ? true : false
+  showAdvertisePop.value = data && data.appAdvertisement && data.appAdvertisement.length ? true : false
 
 
   // 优选集团 
   // 优选集团 
   preferredGroup.value = data?.appPreferredGroup || {}
   preferredGroup.value = data?.appPreferredGroup || {}

+ 8 - 0
static/style/index.scss

@@ -125,6 +125,14 @@
   }
   }
 }
 }
 
 
+// 表单文字样式设置
+.uni-forms-item__label {
+  font-family: MiSans-Normal;
+}
+.uni-forms-item__content {
+  font-family: MiSans-Normal;
+}
+
 .nodata-img-parent{
 .nodata-img-parent{
 	height: 90vh;
 	height: 90vh;
 	display: flex;
 	display: flex;