<template>
<div class="hello">
你好
</div>
</template>
<style lang="scss">
.hello{
display: inline-block;
}
</style>
<template>
<div class="hello">
你好
</div>
</template>
<style lang="scss">
.hello{
display: inline-block;
}
</style>