优化页面

This commit is contained in:
TOP糯米 2023-03-29 20:46:21 +08:00
parent f0a4f02647
commit 2df4aeb189
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export default {
} }
.tags { .tags {
width: 100%; width: 100%;
margin: 30rpx 0; margin-top: 20rpx;
} }
.tag { .tag {
display: inline-block; display: inline-block;
@ -176,6 +176,7 @@ export default {
background: #f6f6f6; background: #f6f6f6;
border-radius: 23rpx; border-radius: 23rpx;
margin-right: 24rpx; margin-right: 24rpx;
margin-bottom: 20rpx;
} }
} }
.grade { .grade {