mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
字体大小配置
This commit is contained in:
@@ -17,6 +17,17 @@ module.exports = {
|
||||
error: '#f56c6c',
|
||||
info: '#909399',
|
||||
page: '#f6f6f6'
|
||||
},
|
||||
fontSize: {
|
||||
xs: '24rpx',
|
||||
sm: '26rpx',
|
||||
base: '28rpx',
|
||||
lg: '30rpx',
|
||||
xl: '32rpx',
|
||||
'2xl': '34rpx',
|
||||
'3xl': '38rpx',
|
||||
'4xl': '40rpx',
|
||||
'5xl': '44rpx'
|
||||
}
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user