|
@@ -4,8 +4,10 @@
|
|
|
<el-collapse v-model="activeName" accordion>
|
|
<el-collapse v-model="activeName" accordion>
|
|
|
<el-collapse-item v-for="i in 20" :name="i" :key="i">
|
|
<el-collapse-item v-for="i in 20" :name="i" :key="i">
|
|
|
<template #title>
|
|
<template #title>
|
|
|
- <div class="dot" />
|
|
|
|
|
- <span>消息标题</span>
|
|
|
|
|
|
|
+ <div class="padding-left flex flex-align-center flex-justify-start">
|
|
|
|
|
+ <div class="dot" />
|
|
|
|
|
+ <span>消息标题</span>
|
|
|
|
|
+ </div>
|
|
|
</template>
|
|
</template>
|
|
|
<div>
|
|
<div>
|
|
|
Consistent with real life: in line with the process and logic of
|
|
Consistent with real life: in line with the process and logic of
|