feat: 实现 DOCX 主题令牌归一化
This commit is contained in:
@@ -21,6 +21,7 @@ const computedStyle: DocxComputedStyle = {
|
||||
lineHeight: "28px",
|
||||
letterSpacing: "normal",
|
||||
textAlign: "start",
|
||||
direction: "ltr",
|
||||
textIndent: "32px",
|
||||
textDecorationLine: "none",
|
||||
marginTop: "0px",
|
||||
@@ -37,10 +38,17 @@ const computedStyle: DocxComputedStyle = {
|
||||
borderLeft: "0px none rgb(17, 17, 17)",
|
||||
width: "640px",
|
||||
maxWidth: "none",
|
||||
minHeight: "0px",
|
||||
height: "28px",
|
||||
breakBefore: "auto",
|
||||
breakAfter: "auto",
|
||||
breakInside: "auto",
|
||||
display: "block"
|
||||
display: "block",
|
||||
flexDirection: "row",
|
||||
alignItems: "normal",
|
||||
justifyContent: "normal",
|
||||
outline: "0px none rgb(17, 17, 17)",
|
||||
outlineOffset: "0px"
|
||||
};
|
||||
|
||||
function createRoot(matchedSlots: readonly string[]): DocxStyleProbeRoot {
|
||||
|
||||
Reference in New Issue
Block a user