改造成ts

This commit is contained in:
xuyanfeng
2021-04-01 17:47:56 +08:00
parent fafe320805
commit 38c74e44d6
15 changed files with 6470 additions and 5692 deletions

View File

@@ -0,0 +1,16 @@
.layout {
display: flex;
.vertical {
flex-direction: column;
}
.horizontal {
flex-direction: row;
}
}
.flex1 {
flex: 1;
}