This commit is contained in:
kunfei
2023-07-25 21:35:32 +08:00
parent 29a5fe1406
commit 3d5fc133ec
12 changed files with 59 additions and 38 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const getCover = (coverUrl) => {
};
const subJustify = computed(() =>
props.isSearch ? "space-between" : "flex-start"
props.isSearch ? "space-between" : "flex-start",
);
</script>