refactor(projects): 顶部header和多页签的高度调整
This commit is contained in:
parent
d6f5237c8c
commit
e1dc0f298d
@ -3,7 +3,7 @@
|
|||||||
class="
|
class="
|
||||||
relative
|
relative
|
||||||
inline-flex-center
|
inline-flex-center
|
||||||
h-34px
|
h-30px
|
||||||
px-32px
|
px-32px
|
||||||
transition-background
|
transition-background
|
||||||
duration-400
|
duration-400
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
inline-flex-center
|
inline-flex-center
|
||||||
h-34px
|
h-30px
|
||||||
px-14px
|
px-14px
|
||||||
bg-white
|
bg-white
|
||||||
border-1px border-[#e5e7eb]
|
border-1px border-[#e5e7eb]
|
||||||
|
@ -44,11 +44,11 @@ const themeSettings: ThemeSettings = {
|
|||||||
splitMenu: false
|
splitMenu: false
|
||||||
},
|
},
|
||||||
headerStyle: {
|
headerStyle: {
|
||||||
height: 64,
|
height: 56,
|
||||||
bgColor: '#fff'
|
bgColor: '#fff'
|
||||||
},
|
},
|
||||||
multiTabStyle: {
|
multiTabStyle: {
|
||||||
height: 48,
|
height: 44,
|
||||||
visible: true,
|
visible: true,
|
||||||
bgColor: '#fff',
|
bgColor: '#fff',
|
||||||
mode: 'button',
|
mode: 'button',
|
||||||
|
Loading…
Reference in New Issue
Block a user