UI细节调整
This commit is contained in:
@@ -40,7 +40,7 @@ const timer = ref(null);
|
||||
onMounted(() => {
|
||||
timer.value = setInterval(() => {
|
||||
bgIndex.value = bgIndex.value === 0 ? 1 : 0;
|
||||
}, 500);
|
||||
}, 200);
|
||||
});
|
||||
onUnmounted(() => {
|
||||
if (timer.value) {
|
||||
@@ -89,7 +89,7 @@ onUnmounted(() => {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
margin: 0 5vw;
|
||||
margin: 0 4vw;
|
||||
position: relative;
|
||||
padding: 1vw 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user