fix: bug
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m27s

This commit is contained in:
sexygoat
2026-04-11 16:51:54 +08:00
parent 33e15314ac
commit 4f02d6faf0
25 changed files with 387 additions and 317 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="detail-container">
<ElCard v-for="(section, index) in sections" :key="index" class="detail-section">
<ElCard v-for="(section, index) in sections" :key="index" class="detail-section" shadow="never">
<template #header>
<div class="section-title">{{ section.title }}</div>
</template>