package.vue 196 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <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>