【优化】兼容 AI chat 调用

This commit is contained in:
cherishsince 2024-05-16 09:34:30 +08:00
parent da66aead54
commit 1a56021e75

View File

@ -194,10 +194,10 @@ onMounted( async () => {
position: relative; position: relative;
.search-container { .search-container {
position: absolute; //position: absolute;
right: 20px; //right: 20px;
top: 10px; //top: 10px;
z-index: 100; //z-index: 100;
} }
.search-input { .search-input {