App.vue 350 B

123456789101112131415161718
  1. <template>
  2. <!-- 冷链送药后台管理系统-大屏 -->
  3. <div id="app">
  4. <router-view />
  5. </div>
  6. </template>
  7. <style lang="scss">
  8. @import url(@/assets/fonts/iconfont.css);
  9. html,
  10. body,
  11. #app {
  12. width: 100%;
  13. height: 100%;
  14. background: url(./assets/images/index_bg.png) center center / 100% 100% no-repeat fixed;
  15. }
  16. </style>