Fix: 修正部分加载Bug & 调整页面样式

This commit is contained in:
2025-08-21 15:44:35 +08:00
parent 2fe8797551
commit e9b6409144
10 changed files with 150 additions and 113 deletions

View File

@ -3,10 +3,10 @@
<div class="page-header">
<h1 class="page-title">{{ $t('our-productions') }}</h1>
<el-breadcrumb class="breadcrumb">
<el-breadcrumb-item class="text-sm opacity-50">
<el-breadcrumb-item class="text-md opacity-50">
<NuxtLink :to="$localePath('/')">{{ $t('navigation.home') }}</NuxtLink>
</el-breadcrumb-item>
<el-breadcrumb-item class="text-sm opacity-50">
<el-breadcrumb-item class="text-md opacity-50">
<NuxtLink :to="$localePath('/productions')">{{ $t('navigation.productions') }}</NuxtLink>
</el-breadcrumb-item>
</el-breadcrumb>
@ -91,15 +91,19 @@ onMounted(async () => {
</script>
<style scoped>
.page-container {
padding: 2rem 1rem;
}
.page-header {
display: flex;
padding: 20px;
}
.page-title {
font-size: 2rem;
font-weight: bold;
color: var(--el-color-primary);
margin-bottom: 20px;
}
.breadcrumb {
@ -110,7 +114,6 @@ onMounted(async () => {
display: flex;
flex-direction: column;
gap: 40px;
padding: 20px;
}
.production-group {