mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2024-11-23 07:20:51 +00:00
新增textDecorationColor转十六进制
Signed-off-by: chenyuhuai <chenyuhuai1@huawei.com>
This commit is contained in:
parent
00ec3a6b29
commit
e610313b60
3
deps/weex-styler/lib/validator.js
vendored
3
deps/weex-styler/lib/validator.js
vendored
@ -2417,7 +2417,8 @@ var RICH_PROP_NAME_GROUPS = {
|
||||
stroke: COLOR_VAR_VALIDATOR,
|
||||
strokeOpacity: NUMBER_VALIDATOR,
|
||||
strokeWidth: LENGTH_VALIDATOR,
|
||||
fontFeatureSettings: ANYTHING_VALIDATOR
|
||||
fontFeatureSettings: ANYTHING_VALIDATOR,
|
||||
textDecorationColor: COLOR_VAR_VALIDATOR
|
||||
},
|
||||
calendar: {
|
||||
boundaryColOffset: LENGTH_VALIDATOR,
|
||||
|
Loading…
Reference in New Issue
Block a user