App.vue 228 B

12345678910111213
  1. <script>
  2. import Config from 'common/Config.js'
  3. export default {}
  4. </script>
  5. <style lang="scss">
  6. @import "@/uni_modules/uview-ui/index.scss";
  7. // 设置整个项目的背景色
  8. page {
  9. background-color: #F3F7FD;
  10. }
  11. </style>