diff --git a/pages/work/details.vue b/pages/work/details.vue index 935b586..9e9d83a 100644 --- a/pages/work/details.vue +++ b/pages/work/details.vue @@ -325,7 +325,7 @@ export default { .page { background: #f9fbff; padding: 16px; - height: 98vh; + height: 95vh; overflow-y: auto; color: #0f274b; } diff --git a/pages/work/index.vue b/pages/work/index.vue index c4a7bbd..1397b4e 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -560,11 +560,12 @@ export default { background: #f9fbff; // height: 100%; height: 95vh; + overflow-y: auto; .top-wrapper { padding-top: 4vh; width: 100vw; background: #f9fbff; - height: 95vh; + height: 94vh; } .top-cont {