Skip to content

Commit

Permalink
广告位高度
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Sep 7, 2023
1 parent fd859e6 commit b5fd54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WWAds.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export default function WWAds({ orientation = 'vertical', sticky = false, classN
}

return (
<div className={`wwads-cn ${orientation === 'vertical' ? 'wwads-vertical' : 'wwads-horizontal'} ${sticky ? 'wwads-sticky' : ''} z-30 ${className || ''}`} data-id={BLOG.AD_WWADS_ID}></div>
<div className={`wwads-cn ${orientation === 'vertical' ? 'wwads-vertical' : 'wwads-horizontal'} ${sticky ? 'wwads-sticky' : ''} z-10 ${className || ''}`} data-id={BLOG.AD_WWADS_ID}></div>
)
}

0 comments on commit b5fd54a

Please sign in to comment.