fix: 调整搜索组件样式

This commit is contained in:
lilinyuan
2024-03-20 11:06:55 +08:00
parent a6c1cd81f1
commit 772b66749d

View File

@@ -107,7 +107,7 @@ onMounted(()=>{
}
.btn-col {
display: flex;
justify-content: flex-end;
justify-content: space-evenly;
align-items: center;
}
</style>