修改页面宽度为变量值

This commit is contained in:
cfree 2020-05-09 22:42:59 +08:00 committed by GitHub
parent ea78ca8036
commit 2a2e5be4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ export default {
<style lang="stylus" scoped>
.tags-wrapper
max-width: 740px;
max-width: $contentWidth
margin: 0 auto;
padding: 4.6rem 2.5rem 0;