Radio: radio button box-shadow, fixed #3978 (#4002)

pull/4080/head
pengchongfu 2017-04-08 12:12:33 +08:00 committed by baiyaaaaa
parent 6ca99c4f8f
commit fcbee106cf
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
return {
backgroundColor: this._radioGroup.fill || '',
borderColor: this._radioGroup.fill || '',
boxShadow: this._radioGroup.fill ? `-1px 0 0 0 ${this._radioGroup.fill}` : '',
color: this._radioGroup.textColor || ''
};
},