refactor(projects): 顶部header和多页签的高度调整

This commit is contained in:
Soybean 2021-09-22 02:24:50 +08:00
parent d6f5237c8c
commit e1dc0f298d
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
class="
relative
inline-flex-center
h-34px
h-30px
px-32px
transition-background
duration-400

View File

@ -2,7 +2,7 @@
<div
class="
inline-flex-center
h-34px
h-30px
px-14px
bg-white
border-1px border-[#e5e7eb]

View File

@ -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',