This commit is contained in:
zk
2023-12-11 09:57:38 +08:00
parent bad6f793de
commit 4a616ed1c8
3 changed files with 26 additions and 12 deletions
+2 -3
View File
@@ -2,8 +2,7 @@
<div class="title-d">
<span>{{ props.title }}</span>
<div>
<span class="tips"><slot name="title"></slot></span>
<span v-if="isShowMore" style="font-size: 14px; font-weight: 100; cursor: pointer; margin-right: 3px" @click="clickMore">更多&gt;</span>
<span class="tips"><slot name="right"></slot></span>
<img src="../assets/img/point.png" alt="" />
</div>
</div>
@@ -64,4 +63,4 @@
font-weight: normal;
}
}
</style>
</style>