@@ -475,11 +475,10 @@ export default {
<style lang="scss" scoped>
.body {
display: flex;
- justify-content: space-around;
- padding: 0 50px;
.body_left {
- width: 400px;
+ margin: 0 5%;
+ width: 380px;
.left_title {
margin-bottom: 16px;
@@ -516,7 +515,7 @@ export default {
}
.body_right {
- width: 500px;
+ width: 450px;
.right_title {