字体大小配置
This commit is contained in:
parent
81fe969176
commit
f8803898c4
|
|
@ -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: [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue