chore: fix memos amount

This commit is contained in:
boojack
2022-07-05 22:09:11 +08:00
parent 592e037f21
commit 0e8d3e6907
5 changed files with 26 additions and 30 deletions

View File

@ -4,7 +4,7 @@
@apply px-4;
> .dialog-container {
@apply w-176 max-w-full mb-8 p-0;
@apply w-180 max-w-full mb-8 p-0;
> .dialog-content-container {
.flex(column, flex-start, flex-start);
@ -38,7 +38,7 @@
}
> .icon-text {
@apply text-base mr-1;
@apply text-base mr-2;
}
}
}