Fix custom filament tab missing bug

Fixed #3135
This commit is contained in:
SoftFever 2023-12-20 15:13:29 +08:00
parent 7739252711
commit 604851fc9c
4 changed files with 274 additions and 16 deletions

View file

@ -32,6 +32,7 @@ input
#ItemSelectArea
{
flex: 0 0 40px;
height:40px;
border-top: 1px solid #009688;
display: flex;
@ -46,7 +47,7 @@ input
#ItemBlockArea
{
flex: 1;
flex: 1 0 236px;
display:flex;
overflow-x:auto;
flex-wrap:wrap;
@ -59,7 +60,7 @@ input
.MItem
{
width: 220px;
min-width: 220px;
height: 32px;
}