@@ -198,7 +198,7 @@ export default {
.mm_body {
display: flex;
width: 100%;
-
+ justify-content: space-between;
.left {
width: 170px;
padding: 20px;
@@ -215,8 +215,7 @@ export default {
}
.right {
- flex: 1;
- margin-left: 10px;
+ width: calc(100% - 180px);
</style>