Skip to content

Commit

Permalink
fix: 修复财富管理分割线样式不对的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
longbridgeyueyue committed Jun 21, 2024
1 parent 632f946 commit 831ddd1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/[locale]/solutions/wealth-management.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,7 @@ const WealthManagement = () => {
<Box className="lg:py-20">
<>
<WealthManagementTabs />
</>
</Box>
<hr className="border-border_color" />
<Box className="lg:py-20">
<>
<hr className="border-border_color my-10 lg:my-20" />
<Title className="mb-10" title={i18n.t('pages_wm80')} />
<img alt="" src={tradeServiceImgMap.chains[i18n.i18n.language]} />
<DotList className={classNames('lg-with-flex lg:space-x-12 mt-10 lg:en:space-x-4')} list={list2} />
Expand Down

0 comments on commit 831ddd1

Please sign in to comment.