|
@@ -170,7 +170,8 @@ export default {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
- flex-direction: inherit;
|
|
|
+ // flex-direction: inherit;
|
|
|
+ flex-direction: column;
|
|
|
box-sizing: border-box;
|
|
|
// padding: 20px;
|
|
|
.planComponentDetil-top, .planComponentDetil-con, .planComponentDetil-bon {
|