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=" 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

View File

@ -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]

View File

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