diff --git a/src/pages/Setup.vue b/src/pages/Setup.vue index 094ce4d..bce0ba0 100644 --- a/src/pages/Setup.vue +++ b/src/pages/Setup.vue @@ -43,7 +43,8 @@ -
+ + @@ -229,11 +230,16 @@ export default { border-radius 3px margin-top 5px .btn - background none + background-color #2778f3 + border-radius 3px + margin-top 5px height 40px + font-size 18px + color #fff line-height 39px width 100% outline none + border none font-weight normal label width 115px diff --git a/src/pages/modules/new/left/index.vue b/src/pages/modules/new/left/index.vue index b751003..229df03 100644 --- a/src/pages/modules/new/left/index.vue +++ b/src/pages/modules/new/left/index.vue @@ -61,9 +61,9 @@ export default { justify-content: space-between; align-items: center; .n_left_wraper - width 33% + width 49.5% height 100% .n_right_wraper - width 66% + width 49.5% height 100% diff --git a/src/pages/modules/new/right/index.vue b/src/pages/modules/new/right/index.vue index 57b3d89..f251ad5 100644 --- a/src/pages/modules/new/right/index.vue +++ b/src/pages/modules/new/right/index.vue @@ -61,9 +61,9 @@ export default { justify-content: space-between; align-items: center; .n_left_wraper - width 66% + width 49.5% height 100% .n_right_wraper - width 33% + width 49.5% height 100%