From 5ab15852cea6332f55f7a0f0366b66e24119d30d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 29 Mar 2023 00:07:36 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/views/activity/components/activityDetail.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/activity/components/activityDetail.vue b/src/views/activity/components/activityDetail.vue
index faed6c5..a4d6ad1 100644
--- a/src/views/activity/components/activityDetail.vue
+++ b/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;
--
Gitblit v1.9.3