Skip to content

Commit be91db0

Browse files
committed
样式调整
1 parent 203c32b commit be91db0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/assets/style/layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#app{
22
height: 100%;
33
width: 100%;
4+
font-size: 12px;
45
}

src/components/HeaderMenu/Modules.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
position: relative;
7878
&::before{
7979
position: absolute;
80-
top:17px;
80+
top:12px;
8181
content: '';
8282
right: 0;
8383
height: 30px;

src/components/Layout/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
/>
1212
</a-layout-sider>
1313
<a-layout>
14-
<a-layout-header style="background: #fff; padding: 0;">
14+
<a-layout-header
15+
style="background: #fff; padding: 0;height:50px;line-height:50px"
16+
size="mini"
17+
>
1518
<header-bar
1619
:collapsed="collapsed"
1720
@trigger="trigger"

0 commit comments

Comments
 (0)