为什么flex布局不生效?
.page{ height: 100%; } .cates { height: 100%; .cates_container { height: calc(100vh - 90rpx); display: flex; .left_menu { flex:2; min-width: 130px; width: 30%; .menu_item { margin-top: 10rpx; height: 80rpx; display: flex; justify-content: center; align-items: center; font-size: 30rpx; } .active { font-weight: bolder; color: var(--themeColor); border-left: 8rpx solid currentColor; } } .rignt_content { flex: 5; .productType { padding:30rpx 20rpx 30rpx 20rpx; .productType_title { font-weight: bolder; } .product_list { navigator { display: flex; image { flex:1; } .right { flex: 3; .product_name { } .product_price { } } } } } } } } [图片]