post changes after merging BS1.7.4

Remove tracking etc..
This commit is contained in:
SoftFever 2023-08-26 18:24:13 +08:00
parent e65b11a831
commit 2a478ab4f9
615 changed files with 46215 additions and 54844 deletions

View file

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