//===============================
// 文件目录 /common/scss/theme.scss
.page {
.text {
display: flex;
}
}
//===============================
// App.uvue
<style>
@import '@/common/scss/theme.scss';
.page {
line-height: 0;
}
.page .text {
font-size: 28rpx;
line-height: 1;
}
</style>