|
@@ -908,14 +908,14 @@ export default {
|
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
- //flex-wrap: wrap;
|
|
|
|
|
|
|
+ flex-wrap: wrap;
|
|
|
//justify-content: space-between;
|
|
//justify-content: space-between;
|
|
|
|
|
|
|
|
.category_box {
|
|
.category_box {
|
|
|
border-left: 1px solid #e1e1e1;
|
|
border-left: 1px solid #e1e1e1;
|
|
|
border-bottom: 1px solid #e1e1e1;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
|
border-radius: 1px;
|
|
border-radius: 1px;
|
|
|
- width: 25%;
|
|
|
|
|
|
|
+ flex: 1 0 25%;
|
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
overflow: auto;
|
|
overflow: auto;
|
|
|
.category_box_title {
|
|
.category_box_title {
|