Commit fcbee106 authored by pengchongfu's avatar pengchongfu Committed by baiyaaaaa

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

parent 6ca99c4f
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
return { return {
backgroundColor: this._radioGroup.fill || '', backgroundColor: this._radioGroup.fill || '',
borderColor: this._radioGroup.fill || '', borderColor: this._radioGroup.fill || '',
boxShadow: this._radioGroup.fill ? `-1px 0 0 0 ${this._radioGroup.fill}` : '',
color: this._radioGroup.textColor || '' color: this._radioGroup.textColor || ''
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment