feat: 优化页面样式
This commit is contained in:
@@ -22,6 +22,9 @@ module.exports = {
|
||||
},
|
||||
|
||||
getIconColor: function (iconColor, type, plain, disabled) {
|
||||
if (type === 'primary') {
|
||||
return disabled ? '#CCCCCC' : '#141414';
|
||||
}
|
||||
if (type === 'white' && !plain) {
|
||||
return disabled ? 'rgba(34, 36, 37, 0.5)' : 'rgba(34, 36, 37, 0.9)';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user