Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(frontend)::guitar:Adding notification || JIRA: PT-9 #7

Merged
merged 17 commits into from
May 12, 2022
Prev Previous commit
Next Next commit
fix notification
  • Loading branch information
LeThanhPhongLTV committed May 11, 2022
commit e3d297a6e1fe9711eb7e56ba22bee2538cd57348
6 changes: 3 additions & 3 deletions src/modules/notification/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="p-6 h-full bg-slate-50">
<div class="block rounded w-full">
<div class="flex">
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-2xl">
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-sm">
<div class="font-bold pb-4">Alerts</div>
<div>
<div class="relative flex flex-grow pt-1">
Expand Down Expand Up @@ -121,7 +121,7 @@
</div>

<div class="flex pt-4">
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-2xl">
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-sm">
<div class="font-bold pb-4">Notifications</div>
<el-button
@click="openNotifDefault"
Expand Down Expand Up @@ -152,7 +152,7 @@
</div>

<div class="flex pt-4">
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-2xl">
<div class="container mx-auto p-4 border-4 rounded-lg drop-shadow-sm">
<div class="font-bold pb-4">Sweet alerts</div>
<el-button
@click="openAlertDefault"
Expand Down