Authored by 陈峰

flex auto

@@ -87,7 +87,7 @@ export default { @@ -87,7 +87,7 @@ export default {
87 display: flex; 87 display: flex;
88 88
89 .item { 89 .item {
90 - flex: 1; 90 + flex: auto;
91 cursor: pointer; 91 cursor: pointer;
92 margin-right: 10px; 92 margin-right: 10px;
93 width: 60px; 93 width: 60px;
@@ -120,7 +120,7 @@ body { @@ -120,7 +120,7 @@ body {
120 } 120 }
121 121
122 .layout-menu-right { 122 .layout-menu-right {
123 - flex: 1; 123 + flex: auto;
124 display: flex; 124 display: flex;
125 flex-flow: column; 125 flex-flow: column;
126 126
@@ -135,7 +135,7 @@ body { @@ -135,7 +135,7 @@ body {
135 overflow-y: scroll; 135 overflow-y: scroll;
136 background: #fff; 136 background: #fff;
137 border-radius: 4px; 137 border-radius: 4px;
138 - flex: 1; 138 + flex: auto;
139 } 139 }
140 140
141 .layout-copy { 141 .layout-copy {