<script setup lang="ts"> </script> <template> <router-view></router-view> </template> <style lang="less"> div{ box-sizing: border-box; } #app{ height: 100%; } .el-message{ min-width: 250px !important; } </style>