feat: member management enhancement (#617)

* feat: member management enhancement

* update

* update

* update

* update
This commit is contained in:
Zeng1998
2022-11-28 19:59:11 +08:00
committed by GitHub
parent b04e001db1
commit b67a37453d
4 changed files with 179 additions and 4 deletions

View File

@ -41,7 +41,19 @@
> .section-container {
@apply flex flex-col justify-start items-start w-full my-2;
> .title-text {
> .section-header-container{
@apply flex bg-white;
> .text-text {
@apply w-20;
}
> .search-bar{
@apply w-48;
}
}
.title-text {
@apply text-sm mt-4 first:mt-2 mb-3 font-mono text-gray-500;
}