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