fix: apply ESLint rule vue/prefer-separate-static-class

This commit is contained in:
iamsivin
2024-07-26 12:02:22 +05:30
parent 34ca9868a5
commit fd6375fc6c
5 changed files with 6 additions and 4 deletions
@@ -84,8 +84,8 @@ export default {
@mousedown="handleMouseDown"
>
<div
class="relative max-h-full overflow-auto bg-white shadow-md modal-container rtl:text-right dark:bg-slate-800 skip-context-menu"
:class="{
'modal-container rtl:text-right shadow-md max-h-full overflow-auto relative bg-white dark:bg-slate-800 skip-context-menu': true,
'rounded-xl w-[37.5rem]': !fullWidth,
'items-center rounded-none flex h-full justify-center w-full':
fullWidth,