fix
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
@click.stop="changeLanguage()"
|
||||
></div>
|
||||
</div>
|
||||
<div
|
||||
v-if="userInfo.userId == 83"
|
||||
class="trialApproval button_second"
|
||||
@click="turnToPage('trialApproval')"
|
||||
>
|
||||
Trial Approval
|
||||
</div>
|
||||
</div>
|
||||
<nav class="header_nav_content">
|
||||
<div
|
||||
@@ -596,9 +603,10 @@ export default defineComponent({
|
||||
transform: rotate(180deg);
|
||||
animation-direction: 0.5s;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.trialApproval{
|
||||
margin-left: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user