Skip to content

Commit 77e597d

Browse files
author
H
committed
feat:模板更改
1 parent 59e8493 commit 77e597d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/layouts/components/header/index.module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
display: flex;
33
align-items: center;
44
justify-content: space-between;
5-
background-color: #001529;
6-
color: #fff;
5+
color: #000;
6+
background-color: #fff;
77
height: 62px;
88
padding-inline: 25px;
99
.collapsed {

src/layouts/components/header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Header = () => {
1010
<Header className={styles.header}>
1111
<div className={styles.headerLf} />
1212
<div className={styles.headerRi}>
13-
<span className={styles.username}>工路</span>
13+
<span className={styles.username}>工路信息</span>
1414
<AvatarIcon />
1515
</div>
1616
</Header>

src/layouts/components/menu/index.module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
display: flex;
1010
padding: 18px 20px;
1111
box-sizing: border-box;
12-
background-color: #001529;
13-
color: #fff;
12+
color: #000;
13+
border-bottom: 1px solid #f0f0f0;
1414
.img {
1515
width: 26px;
1616
height: 26px;

0 commit comments

Comments
 (0)