style:补充全局布局样式。

This commit is contained in:
徐涛 2021-04-26 08:46:11 +08:00
parent 0c0b996d57
commit 47d882ce81
2 changed files with 8 additions and 1 deletions

View File

@ -90,7 +90,7 @@
r: right; r: right;
} }
each(@align, { each(@align, {
.align-@{key}-@{media} { &.align-@{key}-@{media} {
text-align: @value; text-align: @value;
} }
}) })

View File

@ -1,4 +1,5 @@
@import "node_modules/uikit/src/less/uikit.theme.less"; @import "node_modules/uikit/src/less/uikit.theme.less";
@import "common.less";
@directions: { @directions: {
t: top; t: top;
@ -58,3 +59,9 @@ article table {
} }
} }
.text {
.text-align(a);
}
.flex {
.flex(a);
}