feat: add start to tab

This commit is contained in:
chashaobao
2025-06-27 11:06:23 +08:00
parent b0dd660dde
commit 0020eb8dbe
3 changed files with 22 additions and 1 deletions

View File

@ -20,6 +20,15 @@
> .taroify-tabs__content {
padding-top: var(--tabs-wrap-height);
}
.taroify-tabs__nav .taroify-tabs__tab:nth-child(2) .taroify-badge-wrapper {
left: 18px;
}
}
&__star {
width: 33px;
height: 38px;
}
&__header-image {
width: 100%;

View File

@ -79,7 +79,15 @@ export default function BizService() {
</div>
</div>
</Tabs.TabPane>
<Tabs.TabPane value={1} title="免费招">
<Tabs.TabPane
value={1}
title={
<>
<Image src={require('@/statics/svg/star.svg')} className={`${PREFIX}__star`} />
</>
}
>
<SearchCity
onSelectCity={handleSelectCity}
currentCity={getCurrentCityCode()}