牌位版面調整
This commit is contained in:
@@ -383,9 +383,9 @@
|
||||
border: "0px solid #ccc",
|
||||
padding: "1px",
|
||||
"font-family": style.fontFamily,
|
||||
"letter-spacing": "0.1em",
|
||||
"column-gap": "1px",
|
||||
"row-gap": "1px",
|
||||
//"letter-spacing": "0.1em",
|
||||
"column-gap": `${d.textSpan}px`,
|
||||
//"row-gap": "1px",
|
||||
"align-items": "center",
|
||||
"justify-content": "start",
|
||||
});
|
||||
@@ -405,7 +405,7 @@
|
||||
//width: `${newFontSize}px`,
|
||||
"text-align": "justify",
|
||||
"text-align-last": "justify",
|
||||
"margin-bottom": "20px",
|
||||
//"margin-bottom": "20px",
|
||||
"margin-left": "5px",
|
||||
"text-justify": "inter-character",
|
||||
"white-space": "pre-line",
|
||||
@@ -808,9 +808,9 @@
|
||||
border: "0px solid #ccc",
|
||||
padding: "1px",
|
||||
"font-family": el.fontFamily,
|
||||
"letter-spacing": "0.1em",
|
||||
"column-gap": "1px",
|
||||
"row-gap": "1px",
|
||||
//"letter-spacing": "0.1em",
|
||||
"column-gap": `${el.textSpan}px`,
|
||||
//"row-gap": "1px",
|
||||
"align-items": "center",
|
||||
});
|
||||
let self = this;
|
||||
@@ -864,7 +864,7 @@
|
||||
"white-space": "pre-line"
|
||||
})
|
||||
items.forEach(x => {
|
||||
g.append($(`<div class="" style="letter-spacing: 10px;">${x}</div>`))
|
||||
g.append($(`<div class="" style="letter-spacing: 10px;text-align: justify; text-align-last: justify;">${x}</div>`))
|
||||
})
|
||||
return g;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user