feat: 로딩 수정
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<footer id="footer" ref="footerRef" class="bg-black">
|
||||
<footer id="footer" ref="footerRef" class="relative bg-black z-[90]">
|
||||
<div
|
||||
class="inner relative max-w-7xl mx-auto px-5 md:px-10 py-4 text-[12px] text-gray-400 md:px-4 md:py-9 md:text-[12px]"
|
||||
>
|
||||
@@ -206,4 +206,7 @@ const footerAgeRatingInfo = computed((): string[] => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
em {
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user