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