This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user