Skip to content

Commit

Permalink
fix: 修复Header定位bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 24, 2021
1 parent 77e6faf commit c833a4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/layout/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ export default class Header extends Vue {
.header-right-container {
align-items: center;
justify-content: flex-end;
float: right;
right: 30px;
position: absolute;
display: flex;
height: 60px;
// 姓名及下拉菜单
Expand Down

0 comments on commit c833a4b

Please sign in to comment.