<template> <div class="hello"> <div>打包平台</div> </div> </template> <script lang="ts"> </script> <style scoped lang="scss"> .hello>div:nth-child(1){ font-size: 50px; } </style>