Update-Maintenance.vue 471 B

12345678910111213141516171819202122232425
  1. <template>
  2. <view class="Update-Maintenance">
  3. <image
  4. src="https://static.caimei365.com/app/mini-hehe/icon/Update-Maintenance.png"
  5. mode="aspectFill"
  6. class="img"
  7. show-menu-by-longpress="true"
  8. ></image>
  9. </view>
  10. </template>
  11. <script>
  12. export default {}
  13. </script>
  14. <style lang="scss" scoped>
  15. .Update-Maintenance {
  16. width: 100vw;
  17. height: 100vh;
  18. }
  19. .img {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. </style>