Skip to content

Commit a92ca65

Browse files
committed
feat: 支持border-image-source样式
Signed-off-by: lilei946 <[email protected]>
1 parent 8a73d49 commit a92ca65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hap-compiler/src/style/validator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,6 +2567,7 @@ const validatorMap = {
25672567
marginRight: validator.multipleLength,
25682568
marginTop: validator.multipleLength,
25692569
marginBottom: validator.multipleLength,
2570+
borderImageSource: validator.background,
25702571
border: validator.border,
25712572
borderLeft: validator.borderLeft,
25722573
borderRight: validator.borderRight,

0 commit comments

Comments
 (0)