fix: 调整留言板组件中标签的边距样式,优化布局

This commit is contained in:
yangzhe 2025-07-31 11:35:56 +08:00
parent e194091873
commit 0707997a16
1 changed files with 4 additions and 2 deletions

View File

@ -331,7 +331,8 @@ export default {
.question-tag {
width: 42rpx;
height: 42rpx;
margin-right: 32rpx;
margin-left: 6rpx;
margin-right: 26rpx;
flex-shrink: 0;
}
@ -349,7 +350,8 @@ export default {
.answer-tag {
width: 42rpx;
height: 42rpx;
margin-right: 32rpx;
margin-left: 6rpx;
margin-right: 26rpx;
flex-shrink: 0;
}