Compare commits
2 Commits
4dcd59f1d4
...
c01f51a488
| Author | SHA1 | Date | |
|---|---|---|---|
| c01f51a488 | |||
| 5073c33e61 |
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="relative mt-[34px] w-[100%]">
|
||||
<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
|
||||
>个筛选结果</div
|
||||
>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="flex items-center gap-[50px]">
|
||||
<div class="flex items-center gap-[50px] mb-[20px]">
|
||||
<el-link
|
||||
v-for="(item, index) in props.data"
|
||||
:key="index"
|
||||
|
||||
Reference in New Issue
Block a user