Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
dyk98 committed Mar 10, 2022
1 parent eb562d4 commit 482dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/authPageManage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function AuthPageManage() {
</div>
<div className={styles.line} />
<div className="normal_flex">
<p className={styles.column} style={{ marginTop: '28px' }}>PC 版授权链接</p>
<p className={styles.column}>PC 版授权链接</p>
<p className={styles.column1}>在电脑浏览器里打开后,使用微信扫码</p>
<a style={{marginRight: '20px'}} className="a"
onClick={() => copyMessage(`${window.location.origin}/#${routes.authorize.path}`)}>复制链接</a>
Expand Down

0 comments on commit 482dc1d

Please sign in to comment.