浏览代码

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;