feat: add start to tab
This commit is contained in:
@ -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%;
|
||||
|
||||
@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user