feat: add image resize support

This commit is contained in:
Tienson Qin
2021-01-14 23:20:50 +08:00
parent e11c0a2f4f
commit 6c32bbdb27
6 changed files with 93 additions and 19 deletions

View File

@@ -711,3 +711,8 @@ hr {
margin: 2rem 0;
border-color: var(--ls-border-color, #ccc);
}
.resize {
resize: both;
overflow: hidden;
}