feat(Search): add @search-content-background-color var

This commit is contained in:
陈嘉涵
2020-01-27 12:26:53 +08:00
parent a5819c286e
commit ea74194990
5 changed files with 15 additions and 16 deletions
+1 -4
View File
@@ -126,6 +126,7 @@ Search.props = {
rightIcon: String,
actionText: String,
showAction: Boolean,
background: String,
shape: {
type: String,
default: 'square',
@@ -134,10 +135,6 @@ Search.props = {
type: Boolean,
default: true,
},
background: {
type: String,
default: '#fff',
},
leftIcon: {
type: String,
default: 'search',