Browse Source

Merge branch 'bug_fix' into dev

feature
mk 1 year ago
parent
commit
33b1075160
  1. 2
      src/views/discussion/discusionDetail.vue

2
src/views/discussion/discusionDetail.vue

@ -259,7 +259,7 @@ export default {
&>:nth-child(2) { &>:nth-child(2) {
background: url('@/assets/images/discusion/right-bg.png') no-repeat; background: url('@/assets/images/discusion/right-bg.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
z-index: 5; z-index: 3;
} }
} }
</style> </style>

Loading…
Cancel
Save