Skip to content

Commit

Permalink
chore: update tab style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 7, 2025
1 parent 4ac3b54 commit 24bf182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/canyon-platform/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ a:hover {
}

/*登陆页面*/
.ant-tabs-nav {
#login-page .ant-tabs-nav {
padding-left: 40px !important;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/canyon-platform/src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Login2 = () => {
}

return (
<div>
<div id={'login-page'}>
<Alert
showIcon={false}
message={
Expand Down

0 comments on commit 24bf182

Please sign in to comment.