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