diff --git a/resources/web/guide/22/22.css b/resources/web/guide/22/22.css index 8e835f807..d06f11981 100644 --- a/resources/web/guide/22/22.css +++ b/resources/web/guide/22/22.css @@ -32,6 +32,7 @@ input #ItemSelectArea { + flex: 0 0 40px; height:40px; border-top: 1px solid #00AE42; display: flex; @@ -46,7 +47,7 @@ input #ItemBlockArea { - flex: 1; + flex: 1 0 236px; display:flex; overflow-x:auto; flex-wrap:wrap; diff --git a/resources/web/guide/22/index.html b/resources/web/guide/22/index.html index 0b0bd5473..6e379d2a0 100644 --- a/resources/web/guide/22/index.html +++ b/resources/web/guide/22/index.html @@ -19,7 +19,7 @@