Feature/attachment with native fs (#1078)

* feat: upload image with native fs

* improve: life of loading assets image file with nfs

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Charlie
2021-01-12 21:25:37 +08:00
committed by GitHub
parent 7a6ce189fc
commit 4b2dde2228
13 changed files with 209 additions and 92 deletions

View File

@@ -30,6 +30,10 @@
&.right {
float: right;
}
&.loading-asset {
width: 9px;
}
}
}