- u--text可以在前后配置圖標,非常方便,但邊距不好把控,margin使用有點特殊,必須在2個地方配置
- 1.標簽內配置,scss中也得配置,否則無效
<u--text class="title" suffixIcon="arrow-right" iconStyle="font-size:20rpx;color: #333333;" :bold="true" :block="true" color="#2E2E2E" margin="30rpx,0rpx,0rpx,0rpx" text="我的評分"></u--text>
.title{
margin-top:30rpx;
}