@@ -126,7 +126,7 @@
.body-box {
margin-top: 10px;
display: grid;
- grid-template-columns: 1fr 1fr;
+ grid-template-columns: 1.5fr 1fr;
.left-box {
display: flex;
flex-direction: column;
@@ -101,7 +101,7 @@ export default {
<style lang="scss" scoped>
$box-height: 950px;
-$box-width: 944px;
+$box-width: 100%;
#right {
padding: 13px;
height: $box-height;