Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-02-23 14:12:04 +08:00

View File

@@ -190,12 +190,16 @@ export default {
justify-content: space-between; justify-content: space-between;
margin-top: 28px; margin-top: 28px;
.tags { .tags {
display: inline-block;
padding: 4px 16px; padding: 4px 16px;
background: #eeeeee; background: #eeeeee;
border-radius: 24px; border-radius: 24px;
} }
.times { .times {
width: 53%;
font-size: 28px;
color: #999; color: #999;
margin-left: 15px;
} }
} }
} }