src/views/activity/components/activityDetail.vue
@@ -59,9 +59,10 @@ <style lang="scss" scoped> .activity-details-box { position: fixed; position: absolute; top: 90px; right: 10px; // right: 10px; right: calc(100vw - 400px); width: 400px; padding: 10px; border-radius: 10px; @@ -69,6 +70,7 @@ background: $bg-color; overflow-x: hidden; overflow-y: auto; z-index: 1; .title { position: relative;