Skip to content

Commit dc47ed9

Browse files
committed
wip(dom2): 更新 css/tags.ts
1 parent eecc7de commit dc47ed9

File tree

1 file changed

+1
-1
lines changed
  • packages/uni-nvue-styler/src/dom2/css

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// 此文件是根据 css.json 动态生成,请勿手动修改
2-
export default new Map<string, string[]>([['flex-direction', ["view","scroll-view","list-item","swiper-item","flow-item","navigator"]], ['justify-content', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['flex-wrap', ["view","scroll-view","list-item","flow-item","swiper-item","navigator"]], ['align-items', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['align-content', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['flex-flow', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['color', ["text","button","input","textarea"]], ['font-size', ["text","button","input","textarea"]], ['font-style', ["text","button","input","textarea"]], ['font-weight', ["text","button","input","textarea"]], ['text-decoration', ["text","button"]], ['text-decoration-line', ["text","button"]], ['text-decoration-color', ["text","button"]], ['text-decoration-style', ["text","button"]], ['text-decoration-thickness', ["text","button"]], ['text-align', ["text","button","input","textarea"]], ['font-family', ["text","button","input","textarea"]], ['text-overflow', ["text","button"]], ['line-height', ["text","button","textarea"]], ['lines', ["text","button","input","textarea"]], ['letter-spacing', ["text","button"]], ['white-space', ["text","button"]], ['text-shadow', ["text","button"]]])
2+
export default new Map<string, string[]>([['flex-direction', ["view","scroll-view","list-item","swiper-item","flow-item","navigator"]], ['justify-content', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['flex-wrap', ["view","scroll-view","list-item","flow-item","swiper-item","navigator"]], ['align-items', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['align-content', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['flex-flow', ["view","scroll-view","list-view","list-item","flow-item","swiper-item","navigator"]], ['color', ["text","button","input","textarea"]], ['font-size', ["text","button","input","textarea"]], ['font-style', ["text","button","input","textarea"]], ['font-weight', ["text","button","input","textarea","loading"]], ['text-decoration', ["text","button"]], ['text-decoration-line', ["text","button"]], ['text-decoration-color', ["text","button"]], ['text-decoration-style', ["text","button"]], ['text-decoration-thickness', ["text","button"]], ['text-align', ["text","button","input","textarea"]], ['font-family', ["text","button","input","textarea"]], ['text-overflow', ["text","button"]], ['line-height', ["text","button","textarea"]], ['lines', ["text","button","input","textarea"]], ['letter-spacing', ["text","button"]], ['white-space', ["text","button"]], ['text-shadow', ["text","button"]], ['animation-timing-function', ["loading"]]])

0 commit comments

Comments
 (0)