소스 검색

style(about): 导入全局uni.scss样式文件
测试格式化

feige996 11 달 전
부모
커밋
de613b9e4a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/about/about.vue

+ 1 - 0
src/pages/about/about.vue

@@ -30,6 +30,7 @@ const { safeAreaInsets } = uni.getSystemInfoSync()
 </script>
 
 <style lang="scss" scoped>
+@import '@/uni.scss';
 .test-css {
   // 16rpx=>0.5rem
   padding-bottom: 16rpx;