feat: 修复样式问题

This commit is contained in:
algerkong
2024-01-02 22:19:39 +08:00
parent ad5d5458f1
commit a59351adf7
15 changed files with 60 additions and 91 deletions
+3 -1
View File
@@ -225,7 +225,9 @@ const selectItem = async (key: any) => {
@apply ml-4 flex text-lg justify-center items-center rounded-full pl-3 border border-gray-600;
background: #1a1a1a;
}
.search-box{
@apply pb-4 pr-4;
}
.search-box-input {
@apply relative;
}