mirror of
https://gitee.com/openharmony/third_party_weex-loader
synced 2024-11-23 07:20:51 +00:00
parent
029371ba1f
commit
6a3353502b
1
deps/weex-styler/lib/validator.js
vendored
1
deps/weex-styler/lib/validator.js
vendored
@ -713,6 +713,7 @@ var BORDER_VALIDATOR = function BORDER_VALIDATOR (value, name) {
|
||||
const item = values[i]
|
||||
if (rules[i].match(item)) {
|
||||
rules[i].action(item)
|
||||
break;
|
||||
}
|
||||
// style width color pass verification, but did not write in order, such as "1px red solid", should be error
|
||||
let orderIndex = -1
|
||||
|
Loading…
Reference in New Issue
Block a user