|
@@ -27,18 +27,18 @@ const handleMore = async () => {
|
|
|
<template>
|
|
|
<view class="flex justify-between items-center" :class="[customClass]">
|
|
|
<div
|
|
|
- class="font-normal font-['PingFang SC']"
|
|
|
+ class="font-normal"
|
|
|
:class="[`text-${size}`, { base: 'text-black/90', xl: 'text-black' }[size]]"
|
|
|
>
|
|
|
{{ title }}
|
|
|
</div>
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
v-if="path"
|
|
|
- class="text-right text-black/30 text-sm font-normal font-['PingFang SC'] leading-tight"
|
|
|
+ class="text-right text-black/30 text-sm font-normal leading-tight"
|
|
|
@click="handleMore"
|
|
|
>
|
|
|
查看全部
|
|
|
<wd-img :src="right" width="10" height="10"></wd-img>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</view>
|
|
|
</template>
|