diff --git a/src/assets/vendors.css b/src/assets/vendors.css index d7ecb06..196c2e5 100644 --- a/src/assets/vendors.css +++ b/src/assets/vendors.css @@ -10,6 +10,14 @@ 'opsz' 40 } +/* vue-toast-notification */ +.v-toast__item { + @apply min-h-[48px] rounded-full +} +.v-toast__item .v-toast__text { + @apply py-3 +} + /* Primevue */ .p-sidebar-left { @apply ml-14 diff --git a/src/components/Discover/table/actOcc.vue b/src/components/Discover/table/actOcc.vue index 0e3db1a..9f5c07d 100644 --- a/src/components/Discover/table/actOcc.vue +++ b/src/components/Discover/table/actOcc.vue @@ -7,7 +7,7 @@