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