fix: 修改css冲突

This commit is contained in:
Tim
2025-10-17 17:42:12 +08:00
parent 3b3f99754d
commit 232f40151b
2 changed files with 12 additions and 2 deletions

View File

@@ -256,4 +256,14 @@ defineExpose({
font-size: 12px;
color: #666;
}
.search-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 10000;
}
</style>