字体大小配置

This commit is contained in:
Jason 2022-09-07 16:19:23 +08:00
parent 81fe969176
commit f8803898c4
1 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,17 @@ module.exports = {
error: '#f56c6c', error: '#f56c6c',
info: '#909399', info: '#909399',
page: '#f6f6f6' page: '#f6f6f6'
},
fontSize: {
xs: '24rpx',
sm: '26rpx',
base: '28rpx',
lg: '30rpx',
xl: '32rpx',
'2xl': '34rpx',
'3xl': '38rpx',
'4xl': '40rpx',
'5xl': '44rpx'
} }
}, },
plugins: [], plugins: [],