mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 05:28:07 +01:00
This commit is contained in:
parent
e2cb9fe453
commit
dfc93bbd9c
2 changed files with 118 additions and 4 deletions
|
|
@ -1858,7 +1858,7 @@ export class Gutter {
|
|||
|
||||
private genWidths(nodeElements: Element[], protyle: IProtyle) {
|
||||
const styles: IMenu[] = [];
|
||||
["25%", "33%", "50%", "67%", "75%"].forEach((item) => {
|
||||
["25%", "33%", "50%", "67%", "75%", "100%"].forEach((item) => {
|
||||
styles.push({
|
||||
label: item,
|
||||
click: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue