<template> <!-- 3800*866 城管委--> <div class="cgwFivthScreen">3800*866 城管委</div> </template> <script setup> const { proxy } = getCurrentInstance(); onMounted(() => {}); </script> <style lang="scss" scoped> .cgwFivthScreen { // prettier-ignore width:3800PX; height: 866px; background: #010e22; overflow: auto; position: relative; } </style>