feat: select visibility in editor (#421)

* feat: editing visibility selection

* update

* update

* update variable name

* update

Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
Zeng1998
2022-11-10 21:43:49 +08:00
committed by GitHub
parent 8f119c4265
commit 421f4dbf60
6 changed files with 80 additions and 7 deletions

View File

@ -62,12 +62,16 @@
}
}
> .visibility-selector-container{
@apply w-full border-b py-2;
}
> .memo-editor {
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
}
> .common-tools-wrapper {
@apply relative w-full flex flex-row justify-between items-center;
@apply relative w-full flex flex-row justify-between items-center pt-2;
> .common-tools-container {
@apply flex flex-row justify-start items-center;