feat: macro render support both inline and block elements

This commit is contained in:
Tienson Qin
2020-12-05 11:13:34 +08:00
parent f9c7da14f9
commit df36d977ee
2 changed files with 43 additions and 21 deletions

View File

@@ -1465,3 +1465,10 @@ a.tag:hover {
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.left {
float: left;
}
.right {
float: right;
}