Skip to content

Commit

Permalink
fix(develop): 루이의 질문 css 변경(v1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
taewan2002 committed Feb 8, 2024
1 parent 3e60b3d commit 562af57
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/report/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
</div>
<div class="report-activities">
<div class="tag-wrap col">
<div
class="tag primary big left"
v-for="rec in content.recommendations"
>
{{ rec }}
</div>
<div
class="tag primary big left"
v-for="rec in content.personal_questions"
Expand Down Expand Up @@ -296,8 +302,8 @@ export default {
.report-activities {
width: 100%;
display: flex;
gap: 12px;
//display: flex;
gap: 14px;
margin-top: 16px;
.report-activity-box {
Expand Down

0 comments on commit 562af57

Please sign in to comment.