feat: add justify-all property to row flex #535

This commit is contained in:
Hufe921
2024-05-04 17:35:47 +08:00
parent 7416a88151
commit a1293aff22
12 changed files with 65 additions and 10 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ interface IElement {
LEFT = 'left',
CENTER = 'center',
RIGHT = 'right',
ALIGNMENT = 'alignment'
ALIGNMENT = 'alignment',
JUSTIFY = 'justify'
};
rowMargin?: number;
letterSpacing?: number;
+4
View File
@@ -132,6 +132,10 @@
功能:两端对齐
## Ctrl/Cmd + Shift + J
功能:分散对齐
## Ctrl + Shift + X
功能:删除线