Merge branch 'hotfix/fix-sstyles' into 'develop'
去掉推荐阅读字间距 See merge request !139
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -245,7 +245,8 @@ export default { | @@ -245,7 +245,8 @@ export default { | ||
245 | margin: 14px 20px; | 245 | margin: 14px 20px; |
246 | font-size: 26px; | 246 | font-size: 26px; |
247 | font-weight: 700; | 247 | font-weight: 700; |
248 | - letter-spacing: 1px; | 248 | + |
249 | + /* letter-spacing: 1px; */ | ||
249 | line-height: 36px; | 250 | line-height: 36px; |
250 | max-height: 72px; | 251 | max-height: 72px; |
251 | /* stylelint-disable */ | 252 | /* stylelint-disable */ |
-
Please register or login to post a comment