feat: sooso
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative mt-[34px] w-[100%]">
|
<div class="relative mt-[34px] w-[100%]">
|
||||||
<KlTabBar v-model="query.source" :data="tabBar" />
|
<KlTabBar v-model="query.source" :data="tabBar" />
|
||||||
<div class="absolute right-[0px] top-[10px] text-[16px] text-[#999999] font-normal"
|
<div class="absolute right-[0px] top-[0px] text-[16px] text-[#999999] font-normal"
|
||||||
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
>共<span class="color-[#1A65FF]">{{ result?.total }}</span
|
||||||
>个筛选结果</div
|
>个筛选结果</div
|
||||||
>
|
>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center gap-[50px]">
|
<div class="flex items-center gap-[50px] mb-[20px]">
|
||||||
<el-link
|
<el-link
|
||||||
v-for="(item, index) in props.data"
|
v-for="(item, index) in props.data"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|||||||
Reference in New Issue
Block a user